    /************************************
  Consolidated DB
  admin.css v1.0
*************************************
  CONTENT
    Common
    Orders
    Batch
    Transactions
    Partners
    Filters
    Drilldown
    Media Queries

*************************************
    Common
*************************************/

body {
    background-color: #fff;
    color: #444;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    padding-top: 60px;
}

.popover {
    z-index: 999999999;
}

.clickable {
    cursor: pointer;
    color: #0088cc;
}

/* Top Navbar */
.navbar-fixed-top .navbar-inner {
    box-shadow: none;
}

.navbar-inner {
    background: #3b3b41;
    border: none;
    box-shadow: none;
    color: #fff;
}

.navbar-inner > .container-fluid {
    background: #3b3b41;
}

.navbar .brand {
    font-weight: bold;
}

.navbar .brand,
.navbar .nav > li > a {
    border: none;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    background: #fff;
    box-shadow: none;
    border: none;
    color: #333;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}
.navbar .nav > li > .dropdown-menu {
    border-radius: 0;
    margin-left: -1px;
    margin-top: -1px;
}
.navbar .nav > li > .dropdown-menu > li > a {
    padding: 8px 10px;
}
.navbar .nav > li > .dropdown-menu::after {
    top: -5px;
}
.navbar .nav > li > .dropdown-menu::before {
    top: -6px;
}
.navbar .nav > li > .dropdown-menu > li > a:hover,
.navbar .nav > li > .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #3b3b41;
    background-image: -moz-linear-gradient(top, #3b3b41, #3b3b41);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b3b41), to(#3b3b41));
    background-image: -webkit-linear-gradient(top, #3b3b41, #3b3b41);
    background-image: -o-linear-gradient(top, #3b3b41, #3b3b41);
    background-image: linear-gradient(to bottom, #3b3b41, #3b3b41);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b3b41', endColorstr='#ff3b3b41', GradientType=0);
}

.manage-columns-container {
    overflow-x: auto;
    width:100%;
}
.padding-left-1 {
    padding-left: 40px;
}

/* Tables */
.table {
    font-size: 11px;
}

.table thead tr {
    background: #3b3b41;
    color: #fff;
}

.table tbody tr:hover {
    background: #F5F5F5;
}

.table th,
.table td {
    line-height: normal;
    text-align: right;
    white-space: nowrap;
}

.table th .popover {
    color: #333;
}

.table th .popover-content {
    font-weight: normal;
}

.table thead tr.total {
    background-color: #FE8;
    color: #333;
}

.table th .manage-columns-selector {
    border: 0 hidden;
    box-shadow: none;
    display: list-item;
    position: relative;
}

.table th .manage-columns-selector li {
    cursor: pointer;
}

.table th .manage-columns-selector .column-state-hidden {
    text-decoration: line-through;
}

.table th[data-column="hidden"] {
    display: none;
}

.table tr.sections th {
    font-size: 15px;
}

.table th {
    text-align: center;
}
.table td.count,
.table td.amount {
    text-align: right;
}

.table .text-left {
    text-align: left;
}
.table .text-right {
    text-align: right;
}
.table .text-center {
    text-align: center;
}

/* Popover */
.popover {
    font-size: 12px;
}

/* Pagination */
.pagination ul > li > a {
    color:#7C7C7C;
}

.pagination ul > li > a:hover {
    color:#000;
}

/* Well */
.well {
    border-radius: 0;
    box-shadow: none;
}

/* Spinner */
#spinner {
    background: url("/s/images/general/spinner.gif") no-repeat scroll 50% 50% #000000;
    border-radius: 5px;
    color: #FFFFFF;
    display: none;
    left: 50%;
    margin-left: -50px;
    margin-top: -20px;
    opacity: 0.8;
    padding: 40px 10px 10px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 100px;
    z-index: 9999;
}

/* Statistics */
.toogle {
    padding-right: 3px;
}

.modal .control-group {
    margin: 0;
}

/*************************************
    Orders
*************************************/

#lastPurchases thead tr.sections {
    background-color: #fff;
    color: #333;
}

#lastPurchases thead tr.sections th {
    padding-left: 0px;
}

#lastPurchases thead tr.sections h4 {
    margin: 0px 5px 0px 0px;
}

.date {
    word-wrap: normal;
    width: 75px;
}

/*************************************
    Batch
*************************************/

#transferBatch thead tr.sections {
    background-color: #fff;
    color: #333;
}

#transferBatch thead tr.sections th {
    padding-left: 0px;
}

#transferBatch thead tr.sections h4 {
    margin: 0px 5px 0px 0px;
}


/*************************************
    Transactions
*************************************/

#transactions thead tr.sections th:nth-of-type(1) {
    background-color: #888;
}

#transactions thead tr.sections th:nth-of-type(2) {
    background-color: #C33;
}

#transactions thead tr.sections th:nth-of-type(3) {
    background-color: #5B5;
}

#transactions thead tr.sections th:nth-of-type(4) {
    background-color: #55D;
}

/*************************************
    Prepayments
*************************************/
.add-prepaid-link:hover {
    font-weight: bold;
}

#addPrepaid .control-group {
    margin-top: 10px;
}

/*************************************
    Partners
*************************************/

.active-partners-header tr:first-child,
.inactive-partners-header tr:first-child {
    background-color: #888;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.active-partners-header tr:first-child .caret,
.inactive-partners-header tr:first-child .caret {
    border-top-color: #fff;
    margin-top: 6px;
}

/*************************************
    Filters
*************************************/
.reportrange {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    line-height: 18px;
    padding: 4px 6px;
}

/*************************************
    Drilldown
*************************************/
.drilldown .collapsible {
    cursor: pointer;
}
.drilldown tr > td:first-child {
    text-align: left;
    white-space: nowrap;
}
.drilldown .collapsible > td:first-child {
    color: #0088CC;
}
.drilldown .level-1.in {
    background-color: #EFEFEF;
}
.drilldown .level-2 {
    background-color: #E8E8E8;
}
.drilldown .level-3 {
    background-color: #E3E3E3;
}
.drilldown .level-4 {
    background-color: #DEDEDE;
}
.drilldown .level-5 {
    background-color: #D8D8D8;
}
.drilldown .level-6 {
    background-color: #D3D3D3;
}
.drilldown .level-7 {
    background-color: #CECECE;
}
.drilldown .level-1 > td:first-child {
    padding-left: 0px;
}
.drilldown .level-2 > td:first-child {
    padding-left: 10px;
}
.drilldown .level-3 > td:first-child {
    padding-left: 20px;
}
.drilldown .level-4 > td:first-child {
    padding-left: 30px;
}
.drilldown .level-5 > td:first-child {
    padding-left: 40px;
}
.drilldown .level-6 > td:first-child {
    padding-left: 50px;
}
.drilldown .level-7 > td:first-child {
    padding-left: 60px;
}

/*************************************
    Partners
*************************************/

#partners td {
    text-align: center;
}
#partners td:first-child,
#partners td:nth-child(2) {
    text-align: left;
}

/*************************************
    Media Queries
*************************************/

/* Large desktop */
@media (min-width: 1200px) {  }


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    body {
        padding-top: 0px;
    }

    .input-large,
    .input-xlarge,
    .input-xxlarge,
    input[class*="span"],
    select[class*="span"],
    .uneditable-input {
      display: block;
      width: 100%;
    }

    .control-group {
        margin-bottom: 0px;
    }

    .span9.last-purchases {
        padding-left: 20px;
    }

    #TotalStatistics .row-fluid [class*="span"] {
        -moz-box-sizing: border-box;
        display: block;
        float: none;
        margin-left: 0;
        width: 100%;
    }

    /* Filters */
    #filterForm .span3 {
        width: 29.928%;
    }

    #filterForm .span3:nth-of-type(4) {
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .filter-buttons {
        float: left;
        margin-top: 10px;
    }

    #TransferBatch .filter-buttons input {
        float: right;
    }

    #TransferBatch .filter-buttons input:nth-of-type(2)  {
        margin-top: 10px;
    }
}

@media (min-width: 980px) and (max-width: 1024px) {
    /* Filters */
    .filter-buttons input {
        float: right;
    }

    .filter-buttons input:nth-of-type(2)  {
        margin-top: 10px;
    }
}

@media (min-width: 950px) and (max-width: 1500px) {
    .table th {
        white-space: inherit;
    }
}

@media (max-width: 979px) {
    .nav-collapse .nav > li > .dropdown-menu {
        border-radius: 0;
        margin: 0;
    }
    .nav-collapse .nav > li > .dropdown-menu > li > a {
        color: #fff;
        padding: 8px 15px;
    }
    .nav-collapse .nav > li > .dropdown-menu > li > a:hover,
    .nav-collapse .nav > li > .dropdown-menu > li > a:focus {
        color: #3b3b41;
        background-color: #fff;
        background-image: none;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    body {
        padding-top: 0px;
    }

    select {
        width: 100%;
    }

    .control-group {
        margin-bottom: 0px;
    }

    /* Filters */
    .filter-buttons {
        margin-top: 20px;
    }

    .navbar .nav > li > .dropdown-menu > li > a {
        color: #fff;
        padding: 8px 30px;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {

}
