img {
    max-width: 100%
}

body {
    position: relative
}

body, .page-content-wrapper {
    background-color: #efefef;
    overflow-x: hidden
}

body, input, textarea, select, button {
    font-family: 'proxima-nova', sans-serif
}

.site-container {
    width: 95%;
    max-width: 1480px;
    margin: 0 auto
}

.site-content {
    min-height: 500px
}

.page-title {
    margin-bottom: 1em;
    color: #333
}

.page-section {
    min-height: 400px;
    margin-bottom: 2em
}

h1, h2, h3, h4 {
    margin-top: 0
}

.miele {
    background-color: #e40313;
    color: #fff;
    font-weight: 700
}

.miele-badge {
    padding: 0 8px;
    font-size: 11px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 2px;
    margin-right: 2px
}

.text-activated {
    color: #2887c2
}

.text-success {
    color: #43B33C
}

.text-inactivated {
    color: #aaa
}

.print-only {
    display: none
}

.page-min-height-full {
    min-height: 800px
}

.placeholder {
    color: #aaa
}

.btn-transparent {
    background-color: transparent !important;
    color: #999
}

.text-small {
    font-size: 12px
}

.text-large {
    font-size: 16px
}

.text-strong {
    font-weight: 700
}

.icon-text {
    margin-right: 3px
}

.icon-fixed-width {
    width: 1em
}

.btn-action-button {
    width: 160px
}

.row-icon-type {
    color: #999;
    font-size: 18px;
    margin-right: 5px;
    display: inline-block
}

.hr-transparent {
    border-top: none
}

.hr-medium {
    border-top-color: #ccc
}

.thumbnail-image {
    background-color: #999;
    color: #fff
}

.thumbnail-image .thumbnail-placeholder {
    display: inline-block;
    text-align: center;
    padding: 20px;
    font-size: .9em
}

.table .thumbnail-image {
    width: 100px;
    height: 100px
}

.table .thumbnail-image img {
    display: block
}

.table.table-v-align-center > tbody > tr > td {
    vertical-align: middle
}

.table .row-ajax-updated td {
    -webkit-animation: rowUpdate 1.5s ease-out;
    -moz-animation: rowUpdate 1.5s ease-out;
    animation: rowUpdate 1.5s ease-out
}

@-webkit-keyframes rowUpdate {
    0% {
        background-color: #66B266
    }
    100% {
        background-color: transparent
    }
}

@-moz-keyframes rowUpdate {
    0% {
        background-color: #66B266
    }
    100% {
        background-color: transparent
    }
}

@keyframes rowUpdate {
    0% {
        background-color: #66B266
    }
    100% {
        background-color: transparent
    }
}

.icon-business-unit {
    font-size: 22px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    color: #aaa;
    width: 28px;
    text-align: center
}

.grid-container h3 {
    margin-top: 0
}

.sort-trigger {
    cursor: pointer;
    text-decoration: underline
}

.sort-trigger i {
    margin-right: 5px
}

.col-price {
    text-align: right
}

.col-qty {
    text-align: center
}

.col-direct-seller-info .secondary-data {
    margin-top: 5px
}

.col-direct-seller-info .secondary-data i.fa {
    display: inline-block;
    width: 12px
}

.table-hover > tbody > tr:hover {
    background-color: #fffcdd
}

.table.table-v-align-middle > tbody > tr > td {
    vertical-align: middle
}

.page-loading {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    opacity: .85;
    color: #333;
    z-index: 999;
    text-align: center
}

.modal-loading .page-loading {
    z-index: 1001
}

.loading-content {
    font-size: 1.35em;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    width: 300px
}

.loading-icon {
    font-size: 28px
}

.loading-inline {
    color: #666
}

.loading-inline .loading-message, .loading-inline .loading-icon {
    font-size: 1.15em
}

.loading-inline, .loading-inline .loading-message {
    display: inline-block
}

.loading-inline .loading-message {
    margin-left: 5px
}

.loading-dots {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    -webkit-animation: loadingDots 1s .3s infinite;
    -moz-animation: loadingDots 1s .3s infinite;
    animation: loadingDots 1s .3s infinite
}

.loading-dots:before {
    left: -10px;
    -webkit-animation: loadingDots 1s .1s infinite;
    -moz-animation: loadingDots 1s .1s infinite;
    animation: loadingDots 1s .1s infinite
}

.loading-dots:after {
    right: -10px;
    -webkit-animation: loadingDots 1s .5s infinite ease;
    -moz-animation: loadingDots 1s .5s infinite ease;
    animation: loadingDots 1s .5s infinite ease
}

.loading-dots:before, .loading-dots:after {
    content: "";
    position: absolute;
    top: 0
}

.loading-dots, .loading-dots:before, .loading-dots:after {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #aaa
}

@-webkit-keyframes loadingDots {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

@-moz-keyframes loadingDots {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

@keyframes loadingDots {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

.page-content-wrapper {
    position: relative;
    z-index: 1
}

.sidebar-no-transition .page-content-wrapper {
    margin-left: 33%;
    width: 100%
}

.search-container {
    position: absolute;
    padding: 20px;
    background-color: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    width: 33%;
    border-right: 2px solid #ccc
}

.sidebar-trigger, .sidebar-trigger:hover, .sidebar-trigger:focus {
    background-color: #1e496d;
    color: #fff;
    text-decoration: none
}

.sidebar-trigger {
    position: absolute;
    text-decoration: none;
    display: block;
    top: 240px;
    z-index: 2;
    width: 41px;
    height: 153px;
    left: 0;
    display: block;
    font-size: 18px;
    background-image: url(images/search-filters.jpg)
}

.csstransforms .sidebar-trigger {
    position: absolute;
    background-image: none;
    top: 290px;
    left: -57px;
    width: 153px;
    height: 41px;
    transform: rotate(-90deg);
    -transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg)
}

.sidebar-trigger .trigger-label {
    display: none;
    line-height: 41px;
    text-align: center
}

.csstransforms .sidebar-trigger .trigger-label {
    display: block
}

.sidebar-slide-menu .sidebar-trigger-link, .sidebar-slide-menu .sidebar-trigger-link:hover {
    color: #ccc
}

.sidebar-slide-menu .sidebar-trigger-link:active {
    color: #999
}

.dashboard-header {
    background-color: #111;
    color: #fff;
    margin-bottom: 20px
}

.dashboard-header .navbar {
    margin-bottom: 0
}

.site-header {
    padding: 10px 0
}

.dashboard-header .logo {
    width: 120px;
    margin-top: -6px;
    margin-left: -6px
}

.dashboard-header .nav-secondary {
    padding: 10px 0;
    background-color: #666
}

.header-search {
    position: relative
}

.header-search .btn-search {
    position: absolute;
    top: 0;
    right: 1.25em;
    z-index: 100;
    outline: none
}

.header-search .search-field, .header-search .search-field:focus, .header-search .search-field:active, .header-search .dropdown-toggle, .header-search .dropdown-toggle:focus, .header-search .dropdown-toggle:active, .header-search .open > .dropdown-toggle.btn-default {
    background-color: #333;
    border-color: transparent;
    color: #fff
}

.header-search .btn, .header-search .btn:hover {
    outline: none;
    color: #ddd !important
}

.header-search .search-field {
    width: 150px !important;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

.header-search .dropdown-toggle {
    border-right-color: #444 !important;
    border-right-width: 2px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    width: 80px
}

.user-card {
    font-size: 1.15em;
    position: relative
}

.user-card, .user-card:hover, .user-card:focus {
    color: #ddd !important;
    text-decoration: none
}

.user-card:hover, .user-card:focus {
    color: #fff !important
}

.user-card i {
    margin-right: 10px
}

.news-item {
    position: relative;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.news-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.news-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    border-radius: 42px;
    line-height: 42px;
    font-size: 18px;
    text-align: center;
    background-color: #ff3030;
    color: #fff
}

.news-content {
    margin-left: 52px
}

.news-byline {
    color: #aaa;
    font-size: .85em
}

.site-footer .site-container {
    border-top: 1px solid #ccc;
    padding: 2em 0;
    margin-top: 4em
}

.login-box {
    margin-top: 5em;
    padding: 2em;
    color: #666;
    width: 360px;
    margin: 50px auto 0 auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px
}

.login-box a {
    color: #666
}

.login-box .bg {
    background-color: #000
}

.login-box .logo {
    text-align: center;
    margin-bottom: 1em
}

.login-box .img-logo {
    width: 142px
}

.dashboard-header .img-logo {
    width: 129px;
    margin: 0 auto
}

.callout-box {
    width: 300px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px
}

.callout-box.medium {
    width: 500px
}

.callout-box.large {
    width: 800px
}

.boxed {
    background-color: #fff;
    border: 1px solid #ddd
}

.boxed.tab-content {
    border-top-color: transparent
}

.boxed .table:last-child {
    margin-bottom: 0
}

.boxed-with-padding {
    padding: 20px
}

.quote-summary {
    margin-bottom: 0
}

.quote-summary li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc
}

.quote-summary li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.quote-summary .number-label {
    padding: 4px;
    width: 55px;
    border-radius: 4px;
    margin-right: 5px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    opacity: .9;
    text-decoration: none
}

.quote-summary .number-label, .quote-summary li:hover .number-label {
    transition: opacity .25s ease-in-out
}

.quote-summary li:hover .number-label {
    opacity: 1
}

.quote-summary a {
    color: #000
}

.note-wrapper {
    position: relative;
    font-size: 12px;
    width: 60px;
    float: right;
    text-align: right
}

.note-wrapper .note-trigger {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
    color: #999;
    font-size: 18px
}

.note-wrapper .note {
    display: none;
    position: absolute;
    top: -15px;
    left: 60px;
    padding: 1em;
    background-color: #cfcac4;
    color: #666;
    width: 300px;
    border-radius: 4px;
    text-align: left;
    z-index: 1
}

.note-wrapper .note:before {
    content: '';
    position: absolute;
    top: 25px;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid #cfcac4
}

.note-wrapper:hover .note {
    display: block
}

.note-wrapper .quote-note-code-icon {
    padding-right: 4px
}

.note-wrapper .quote-note-code-icon.fa-flash {
    font-size: 22px;
    padding-right: 6px;
    color: #ff632f
}

.item-deleted td {
    text-decoration: line-through;
    color: #999
}

.search-container .has-value {
    background-color: #ffc;
    border-color: GoldenRod !important
}

/*.status {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    vertical-align: middle
}*/

.btn-o, .status-open, .status-o {
    background-color: #32CD32;
    color: #fff
}

.t-status-open {
    color: #32CD32
}

.status-closed, .status-c {
    background-color: #DC143C;
    color: #fff
}

.t-status-closed {
    color: #DC143C
}

.status-expired, .status-e, .status-d {
    background-color: #333;
    color: #fff
}

.status-endingthisweek {
    background-color: DarkOrange;
    color: #fff
}

.t-status-expired {
    color: #999
}

.status-this-week {
    background-color: #3CB371;
    color: #fff
}

.t-status-this-week {
    color: #3CB371
}

.t-status-region {
    color: SteelBlue
}

.status-region {
    background-color: SteelBlue;
    color: #fff
}

.status-circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 15px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-right: .25em;
    text-align: center;
    font-size: .75em
}

.status-circle.status-c {
    text-shadow: 1px 0 #900
}

.status-circle.status-o {
    text-shadow: 1px 0 #228B22
}

.status-circle.status-e {
    text-shadow: 1px 0 #666
}

.ui-widget {
    font-family: "proxima-nova" !important
}

.datepicker .input-field {
    position: relative
}

.ui-datepicker {
    margin-left: 0;
    z-index: 2 !important;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 1em
}

.ui-datepicker-title {
    text-align: center
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    cursor: pointer
}

.ui-datepicker .ui-datepicker-prev {
    float: left
}

.ui-datepicker .ui-datepicker-next {
    float: right
}

.ui-datepicker-calendar tbody td {
    text-align: center
}

.ui-datepicker .ui-datepicker-today {
    background-color: #eee
}

.ui-datepicker .ui-datepicker-current-day {
    background-color: #ccc
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none
}

.datepicker .form-group .ui-datepicker-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 10px;
    left: 13px;
    bottom: 0;
    width: 16px;
    height: 15px;
    max-width: none
}

.datepicker .form-group .form-control {
    padding-left: 40px
}

.datepicker .clear-date {
    position: absolute;
    right: 8px;
    top: 8px;
    bottom: 0;
    font-size: 22px;
    color: #aaa;
    cursor: pointer
}

.date-field-wrapper {
    position: relative
}

.tab-content-container {
    border: 1px solid #999;
    padding: 20px
}

.tab-content-container .tab-content {
    display: none
}

.tab-content-container .tab-content.active {
    display: block
}

.tab-link {
    color: #666;
    text-decoration: none;
    padding: 4px 12px;
    display: inline-block
}

.tab-pills .tab-links {
    margin-bottom: 20px
}

.tab-pills .tab-link {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px
}

.tab-pills .tab-link, .tab-pills .tab-link:hover {
    background-color: #ddd
}

.tab-pills .tab-content-container {
    border: none;
    padding: 0
}

.tab-link.active, .tab-link.active:hover {
    background-color: #e40313;
    color: #fff
}

.update-view {
    display: none
}

.update-on .update-view {
    display: block
}

.update-on .read-view {
    display: none
}

.form-control-inline.inline-small {
    width: 50px
}

.form-control-inline.inline-medium {
    width: 100px
}

.list-accounts li ul {
    margin-bottom: 1em
}

.list-accounts li:last-child ul {
    margin-bottom: 0
}

.btn-as400 {
    background-color: #8B2252
}

.btn-as400:hover, .btn-as400:active, .btn-as400:focus {
    background-color: #6f1b41
}

.btn-as400, .btn-as400:hover, .btn-as400:active, .btn-as400:focus {
    color: #fff
}

.btn-google {
    background-color: #f15928
}

.btn-google:hover, .btn-google:active, .btn-google:focus {
    background-color: #d85024
}

.btn-google, .btn-google:hover, .btn-google:active, .btn-google:focus {
    color: #fff
}

.form-management .button-row {
    margin-top: 10px
}

.display-status i {
    display: inline-block;
    margin-right: 10px
}

.dashboard-access {
    background-color: rgba(0, 0, 0, .85);
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    z-index: 100
}

.export-footer-link {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1
}

.zip-code {
    padding: 8px;
    text-align: center
}

.tabs-management .tab-content {
    padding-top: 20px
}

.tabs-management .nav-tabs {
    border-bottom: none
}

.tabs-management .nav-tabs > li > a, .tabs-management .nav-tabs > li > a:hover, .tabs-management .nav-tabs > li > a:focus {
    border-radius: 0;
    border: none;
    border-bottom: 3px solid #ccc;
    margin-right: 10px;
    font-size: 16px;
    text-align: left;
    padding: 8px 12px;
    color: #999
}

.tabs-management .nav-tabs > li > a:hover {
    border-bottom-color: #999;
    color: #666
}

.tabs-management .nav-tabs > li.active > a, .tabs-management .nav-tabs > li.active > a:hover, .tabs-management .nav-tabs > li.active > a:focus {
    background-color: transparent;
    border-bottom: 3px solid #e60000;
    color: #222
}

.form-management.add {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px
}

.form-management .form-group:last-child {
    margin-bottom: 0
}

.management-search .form-group {
    margin-bottom: 1em
}

.sidebar-menu .menu-title {
    background-color: #666;
    border-left: 5px solid transparent;
    font-size: 16px;
    color: #fff
}

.sidebar-menu .menu-title, .sidebar-menu .menu-item > a {
    padding: 12px 8px
}

.sidebar-menu .menu-item > a {
    display: block;
    background-color: #fff;
    margin-bottom: 1px;
    border-left: 5px solid #fff;
    color: #999;
    text-decoration: none
}

.sidebar-menu .menu-item:hover > a {
    border-left-color: #aaa
}

.sidebar-menu .menu-item.active > a {
    border-left-color: #e60000
}

.sidebar-menu .menu-item.active > a, .sidebar-menu .menu-item:hover > a {
    color: #222
}

.form-group {
    position: relative
}

.form-group .helper {
    position: absolute;
    left: 0;
    bottom: -1.5em;
    color: FireBrick;
    font-weight: 700;
    font-size: .85em
}

.form-control-static {
    background-color: #efefef;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 4px
}

.form-inline-search label {
    display: block
}

.form-inline-search .btn-wrapper {
    vertical-align: bottom
}

.report-header {
    margin-bottom: 2em
}

.center-report-content .alert {
    margin-bottom: 0
}

.total-line .line {
    height: 4px;
    margin-bottom: 4px;
    width: 0;
    transition: width 5s ease-in-out
}

.total-line.created .line {
    width: 100%;
    background-color: #666
}

.total-line {
    margin-bottom: 8px;
    overflow: hidden
}

.total-line:last-child {
    margin-bottom: 0
}

.total-line a {
    color: #666
}

.col-report {
    min-height: 250px
}

.iframe-miele-analytics {
    width: 100%;
    height: 2000px;
    border: none
}

.modal-open #ui-datepicker-div {
    z-index: 10000 !important
}

.body-print {
    background-color: #fff
}

.body-print .boxed {
    border: none
}

.body-print .boxed-with-padding {
    padding: 0
}

.body-print .page-container {
    width: 80%;
    margin: 20px auto
}

.body-public-view {
    background-color: #fff;
    padding-top: 50px
}

.assign-accounts {
    max-height: 300px;
    overflow: auto
}

.assign-accounts .main-account.selected .panel-heading {
    background-color: #a3e374
}

.row-location .radio {
    display: none;
    margin-left: 1.3em
}

.row-location.on .radio {
    display: block
}

.edit-mode .edit-field {
    display: none
}

.edit-mode.on .edit-field {
    display: block
}

.edit-mode.on .edit-value {
    display: none
}

.edit-mode .edit-icon {
    display: inline-block;
    margin-right: 5px;
    background-color: DodgerBlue;
    color: #fff;
    border-radius: 4px;
    padding: 0 4px
}

.edit-mode.ajax-updated {
    background-color: #6f9
}

.comment {
    background-color: #ddd;
    padding: 16px;
    margin-bottom: 2px
}

.comment:nth-child(2n) {
    background-color: #f0f0f0
}

.comment p:last-child {
    margin-bottom: 0
}

.customer-activity {
    max-height: 500px;
    overflow: auto
}

.marketing-content {
    position: relative;
    margin: 0 auto;
    max-width: 380px
}

.marketing-content img {
    max-width: 100%;
    display: block
}

.sidebar .marketing-content {
    margin-bottom: 20px
}

.sidebar .marketing-content .unslider-nav ol li {
    width: 8px;
    height: 8px
}

.alert.alert-inline {
    display: inline-block
}

.alert.alert-flush {
    margin-bottom: 0
}

.alert.alert-small {
    padding: 4px 8px;
    font-size: 12px
}

.alert-warning a {
    color: #333;
    text-decoration: underline
}

.alert-td {
    margin-bottom: 0;
    margin-top: 8px;
    padding: 0;
    border: none;
    font-weight: 700;
    border-radius: 0;
    background-color: transparent
}

.alert-td.alert-dismissable .close {
    right: auto;
    left: auto;
    float: left;
    margin-right: 8px
}

.form-vertical .field-display {
    margin-bottom: 1em
}

.form-group.flush {
    margin-bottom: 0
}

.form-group.flush .radio, .form-group.flush .checkbox {
    margin-top: 0
}

.form-group textarea.form-control {
    min-height: 100px
}

.form-inline .form-group {
    margin-right: 1em
}

.modal-dialog.modal-large .modal-content {
    max-height: 800px;
    overflow: auto
}

.list-group-item.active .list-group-link {
    color: #fff
}

.form-control:focus {
    border-color: #bbb;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .15)
}

.row-recipient {
    position: relative
}

.action-add {
    color: MediumSeaGreen;
    text-decoration: none
}

.clear-select {
    color: #aaa
}

.no-actions {
    display: inline-block;
    cursor: default !important
}

.email-recipients .row-recipient:first-child .btn {
    display: none
}

.has-error .form-control, .has-error .form-control:focus {
    border-color: #cc3636
}

.modal-backdrop.in {
    opacity: .85
}

.modal-large.modal-dialog {
    width: 75%
}

.modal .modal-header .close {
    font-size: 32px
}

.sidebar-active .modal-dialog {
    margin: 50px
}

.modal .alert:last-child {
    margin-bottom: 0
}

.dropdown .icon {
    color: #aaa;
    display: inline-block;
    width: 20px
}

.dropdown .caret {
    margin-top: -2px;
    margin-left: 2px
}

.panel-inverse {
    border: 1px solid #aaa
}

.panel-inverse .panel-heading {
    background-color: #aaa;
    color: #fff
}

.panel .list-links li a {
    display: block;
    border-bottom: 1px solid #ccc;
    color: #666;
    padding: 8px
}

.panel .list-links li a:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #ccc;
    display: inline-block;
    margin-right: 10px
}

.panel .list-links li a, .panel .list-links li a:hover {
    text-decoration: none;
    color: #333
}

.panel .list-links li a:hover {
    text-decoration: underline
}

.panel .list-links li:hover a:before {
    background-color: #e40313
}

.panel .list-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px
}

.form-horizontal .panel-body .form-group {
    margin-left: 0;
    margin-right: 0
}

.footer-label {
    text-align: right
}

.table tfoot tr:first-child td {
    border-top: 2px solid #ccc;
    padding-top: 12px !important
}

.table > tfoot > .grand-total td {
    font-weight: 700
}

.table > tfoot > tr > td {
    font-size: 18px;
    border-top: none;
    padding-top: 6px !important;
    padding-bottom: 6px !important
}

.table tr td {
    position: relative
}

.dashboard-header .navbar-inverse {
    background-color: #111;
    color: #fff;
    border: none;
    border-radius: 0
}

.dashboard-header .navbar-brand {
    position: relative
}

.dashboard-header .nav > li > a {
    padding-left: 12px;
    padding-right: 12px
}

.dashboard-header .navbar-inverse .navbar-nav > li > a {
    color: #ccc
}

.dashboard-header .navbar-inverse .navbar-nav > .active > a, .dashboard-header .navbar-inverse .navbar-nav > .active > a:focus, .dashboard-header .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #333
}

.dashboard-header .navbar-inverse .navbar-nav > li > a:hover, .dashboard-header .navbar-inverse .navbar-nav > .active > a, .dashboard-header .navbar-inverse .navbar-nav > .active > a:focus, .dashboard-header .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff
}

hr.light {
    border-top-color: #ddd
}

.lead.flush {
    margin-bottom: 0
}

.builder-order-container {
    width: 768px;
    background-color: #fff;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 8px 16px -6px rgba(0, 0, 0, .25)
}

.body-builder-order-edit.session-update {
    background-color: #fff
}

.session-update .builder-order-container {
    width: 100%;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none
}

@media print {
    .print-only {
        display: inline-block
    }

    .print-only.top-logo {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
        width: 142px
    }

    .no-print {
        display: none !important
    }

    .form-control.print {
        border: none;
        padding: 0;
        resize: none
    }

    .quote-header {
        margin-top: 20px
    }

    .report-header .logo-header, .quote-header .logo-header {
        float: right;
        width: 150px
    }

    .quote-header h2 .valid {
        display: block;
        font-size: .7em
    }

    .body-quotes-details .dashboard-header, .body-quotes-details .page-header {
        display: none
    }

    .site-container {
        width: 100% !important;
        max-width: none;
        margin: 0;
        padding: 0
    }

    .boxed {
        border: none;
        padding: 0
    }

    .dashboard-header, .site-footer {
        display: none
    }

    .page-title {
        color: #000
    }

    .report-header {
        margin-bottom: 0
    }

    .report-header .valid {
        display: block;
        font-size: .7em
    }

    .report-header h3 .quote-number {
        font-size: 1.8em;
        line-height: 125%
    }

    .panel {
        border: none
    }

    .panel-heading, .panel-body {
        padding: 0
    }

    .well {
        border: none;
        padding: 0
    }

    .col-address {
        min-height: 225px
    }

    .col-address:last-child {
        min-height: 0
    }

    .btn .status-circle, .icon-business-unit, .status-legend, .pagination, .per-page-wrapper, .modal-link, .search-container, .sidebar-trigger, .btn-action-button .caret {
        display: none
    }

    .btn-action-button {
        width: auto;
        display: inline-block;
        border: none !important;
        padding: 0;
        text-align: left;
        font-size: 12px
    }

    .table {
        font-size: 12px
    }

    .body-print .page-container {
        width: 100%;
        margin: 0
    }
}

.table > tfoot > tr > td hr {
    margin: 0
}

.promotion-savings {
    color: #00658f
}

.table > tfoot > tr.promotion-savings.promotion-header > td {
    padding-bottom: 0 !important;
    font-size: 1em
}

.table > tfoot > tr.promotion-savings.promotion-line > td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: .95em !important
}

.table > tfoot > .grand-total.promotion-total td {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.15em
}

.table > tfoot > .grand-total.promotion-total td .text-large {
    font-weight: 700;
    font-size: 18px
}

.dashboard-beta {
    position: relative
}

.dashboard-beta img {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor
}

.dashboard-beta .site-container {
    max-width: none
}

.dashboard-beta .site-content {
    margin-left: 180px;
    margin-top: 0;
    padding-top: 75px
}

.dashboard-beta .dashboard-header, .dashboard-beta .page-topbar {
    margin-top: 75px
}

.dashboard-beta .page-content-wrapper .dashboard-header, .dashboard-beta .page-content-wrapper .page-topbar {
    top: 0;
    margin-top: 0
}

.dashboard-beta .site-content .page-title {
    border-bottom: 3px solid #ccc;
    margin-bottom: 25px
}

.dashboard-beta .site-content .page-title hr {
    display: none
}

@media print {
    .dashboard-beta .site-content {
        margin-left: 0 !important;
        padding-top: 0 !important
    }

    .dashboard-beta .site-container {
        width: 100%
    }
}

.dashboard-beta .dashboard-header {
    position: absolute;
    width: 180px;
    top: -75px;
    left: 0;
    bottom: 0;
    z-index: 1;
    margin-bottom: 0
}

.dashboard-beta .dashboard-header:before {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    bottom: 0
}

.dashboard-beta.sidebar-transition .dashboard-header:before, .dashboard-beta.sidebar-active .dashboard-header:before {
    display: none
}

.dashboard-beta .dashboard-header, .dashboard-beta .dashboard-header:before {
    width: 180px;
    background-color: #101010
}

.dashboard-beta .dashboard-header .logo {
    width: 122px;
    margin: 10px auto 0 auto
}

.dashboard-beta .dashboard-header .navbar-header {
    float: none
}

.dashboard-beta .dashboard-header .navbar-brand {
    margin-bottom: 25px;
    padding: 0;
    border-bottom: 1px solid #333;
    height: 50px;
    width: 100%;
    display: block
}

.dashboard-beta .dashboard-header .navbar-collapse {
    padding-left: 0;
    padding-right: 0
}

.dashboard-beta .dashboard-header .navbar-collapse .navbar-toggle {
    color: #fff !important;
    position: absolute;
    top: 0;
    right: 0;
    border: none
}

.dashboard-beta .dashboard-header .navbar-collapse .navbar-toggle:active, .dashboard-beta .dashboard-header .navbar-collapse .navbar-toggle:focus, .dashboard-beta .dashboard-header .navbar-collapse .navbar-toggle:hover {
    background-color: transparent
}

.dashboard-beta .dashboard-header .navbar-nav {
    width: 100%
}

.dashboard-beta .dashboard-header .navbar-nav > li {
    display: block;
    float: none
}

.dashboard-beta .dashboard-header .navbar-nav > li > a {
    border-bottom: 1px solid #333;
    width: 100%;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    text-transform: uppercase
}

.dashboard-beta .dashboard-header .navbar-nav > li.dropdown.open > a.dropdown {
    border-bottom: none
}

.dashboard-beta .dashboard-header .navbar-nav.navbar-right > li > a {
    text-transform: none;
    font-size: 1.25em;
    border-bottom: none;
    padding-top: 32px;
    padding-bottom: 16px
}

.dashboard-beta .dashboard-header .dropdown-menu .divider {
    background-color: #1f1f1f
}

.dashboard-beta .page-topbar {
    display: block;
    border-bottom: 1px solid #aaa;
    background-color: #fff;
    position: absolute;
    top: -75px;
    left: 180px;
    right: 0;
    z-index: 2;
    height: 51px
}

.dashboard-beta .page-topbar .breadcrumbs {
    padding-top: 14px
}

.dashboard-beta .page-topbar .user-card, .dashboard-beta .page-topbar .user-card:hover, .dashboard-beta .page-topbar .user-card:focus {
    color: #666 !important;
    background-color: transparent
}

.dashboard-beta .header-search .open > .dropdown-toggle.btn-default {
    background-color: #fff
}

.dashboard-beta .page-topbar .search-field, .dashboard-beta .header-search .dropdown-toggle, .dashboard-beta .header-search .dropdown-toggle:focus, .dashboard-beta .header-search .dropdown-toggle:active {
    background-color: transparent;
    box-shadow: none;
    color: #333
}

.dashboard-beta .page-topbar .search-field, .dashboard-beta .header-search .dropdown-toggle, .dashboard-beta .header-search .dropdown-toggle:focus, .dashboard-beta .header-search .dropdown-toggle:active, .header-search .open > .dropdown-toggle.btn-default {
    border-color: #ccc
}

.dashboard-beta .page-topbar .header-search .btn, .dashboard-beta .page-topbar .header-search .btn:hover {
    color: #333 !important;
    border-right-color: transparent !important
}

.csstransforms .dashboard-beta .sidebar-trigger {
    left: 124px;
    top: 260px;
    z-index: 0
}

.dashboard-beta .dashboard-header .header-search .form-control, .dashboard-beta .dashboard-header .header-search .dropdown-toggle {
    background-color: #cfcfcf !important;
    color: #333 !important;
    box-shadow: none !important
}

.dashboard-beta .dashboard-header .header-search .dropdown-toggle {
    border-right-color: transparent !important
}

.dashboard-beta .dashboard-header .header-search .btn-search {
    color: #fff !important
}

.dashboard-beta.body-management .header-search {
    display: none !important
}

.dashboard-header .navbar-nav > li > a .icon {
    display: none
}

.dashboard-beta .dashboard-header .dropdown-menu {
    float: none
}

.dashboard-beta .dashboard-header .navbar-nav > li > a .icon {
    display: inline-block;
    width: 25px;
    font-size: 14px;
    text-align: center
}

.dashboard-beta .dashboard-header .navbar-nav .dropdown-menu {
    position: relative;
    background-color: #080808;
    border: none;
    border-radius: 0;
    width: 100%;
    border-bottom: 2px solid #333
}

.dashboard-beta .dashboard-header .navbar-nav.offset-dropdown .dropdown-menu {
    position: absolute;
    top: 0;
    left: 180px
}

.dashboard-beta .dashboard-header .navbar-nav.offset-dropdown > li.dropdown.open > a.dropdown {
    border-bottom: 1px solid #333
}

.dashboard-beta .dashboard-header .navbar-nav.offset-dropdown .caret {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left-color: #ccc;
    position: absolute;
    top: 15px;
    right: 5px
}

.dashboard-beta .dashboard-header .navbar-nav .dropdown-menu a {
    color: #fff;
    font-size: 12px
}

.dashboard-beta .dashboard-header .navbar-nav .dropdown-menu a:hover {
    background-color: #1f1f1f
}

@media (max-width: 767px) {
    .dashboard-beta .site-content {
        margin-left: 50px
    }

    .dashboard-beta .dashboard-header, .dashboard-beta .dashboard-header:before {
        width: 50px
    }

    .dashboard-beta .dashboard-header .navbar-collapse:before {
        content: "Main menu";
        font-weight: 700;
        font-size: 1.15em;
        margin-bottom: 10px
    }

    .dashboard-beta .dashboard-header button.navbar-toggle {
        margin: 0 0 10px 3px;
        float: none;
        border: none
    }

    .dashboard-beta .dashboard-header .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .95);
        padding: 40px 20px;
        border: none
    }

    .dashboard-beta .dashboard-header .navbar-collapse .navbar-nav {
        margin: 0
    }

    .dashboard-beta .dashboard-header .navbar-brand {
        display: block;
        float: none;
        overflow: hidden;
        width: 38px;
        height: 27px;
        padding: 0;
        margin: 0 auto;
        border: 5px solid #ee090b
    }

    .dashboard-beta .dashboard-header .navbar-brand img {
        width: 96px !important;
        max-width: none;
        margin-left: -3px;
        margin-top: -3px
    }

    .csstransforms .dashboard-beta .sidebar-trigger {
        top: 0;
        left: 0
    }
}

.quote-container {
    margin-bottom: 100px
}

.totals-table .col-totals-label {
    width: 85%
}

.totals-tabel .col-totals-value {
    width: 15%
}
