/*
    red : #e74c3c;      
*/

div#login-area-wrap {
    top: 0;
    right: 28px;
}

.noLeft {
    margin-left: 0 !important;
}

.bumpTop10 {
    margin-top: 10px !important;
}

.bumpTop20 {
    margin-top: 20px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-right-60 {
    margin-right: 60px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

#header {
    border-bottom-color: #222;
    color: #FFFFFF;
}

    #header a:not(.show-menu) {
        color: #FFFFFF;
    }

.gain {
    color: #007F0E !important;
}

.loss, .warning {
    color: #FF0000 !important;
}

.minor-warning {
    color: #3300FF;
}

.navbar .nav > li > ul:before {
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #399EE6 transparent;
}

.report-table tbody tr:nth-child(odd):not(.no-shading),
.report-table tbody tr:nth-child(odd):not(.no-shading),
.report-table-3 tbody tr:nth-child(6n):not(.no-shading),
.report-table-3 tbody tr:nth-child(6n-1):not(.no-shading),
.report-table-3 tbody tr:nth-child(6n-2):not(.no-shading) {
    background-color: rgba(214, 214, 214, 0.95);
}



.validation-summary-errors {
    background-color: #e74c3c;
    border-color: #992F27;
    color: #FFFFFF;
}

body {
    background-color: #FFFFFF;
}



/* bootstrap overrides **************************************************/

form {
    margin: 0 0 0;
}

input[type="text"], input[type="password"] {
    padding: 2px 3px;
}

div.span6.widget {
    margin-left: 0 !important;
}

.widget {
    margin-right:10px;
    margin-bottom: 30px;
    float: left;
}


/* jquery ui overrides **************************************************/

.ui-widget-content {
    border: none !important;
}

.ui-widget-header,
.ui-datepicker .ui-datepicker-header {
    background: #409dec;
    background-color: #409dec !important;
}

.ui-datepicker-month {
    color: white;
}

.ui-datepicker-year {
    color: white;
}

select.ui-datepicker-month {
    color: gray;
}

select.ui-datepicker-year {
    color: gray;
}


/*****************************************************************************
** Dasboard
*****************************************************************************/

a.add-widget {
    background: #eee;
    display: block;
    text-align: center;
    text-decoration: none !important;
    height: 225px;
    width: 100%;
    padding-top: 50px;
    font-size: 20px;
    background: url(../img/icon-add-200.png) no-repeat center;
    background-size: 100px;
    border-top: 1px solid #B7DBF3;
    border-bottom: 1px solid #B7DBF3;
    margin-top: 20px;
}

    a.add-widget:hover {
        color: #399ee6;
        opacity: 0.7;
        text-decoration: none;
    }


.widget-panel,
.widget-panel-sm {
    color: white;
    background-color: #399EE6;
    float: left;
    min-height: 150px;
    margin-top: 10px;
    margin-right: 1%;
    padding: 1%;
    /*width: 22%;*/
    min-width: 200px;
    text-align: left;
    font-weight: normal;
    margin-bottom:10px;
}

    .widget-panel a, .widget-panel-sm a {

        color:#fff !important;

    }

.widget-panel {
    height: 300px;
}

.widget-panel-sm {
    min-height: 150px;
}


.widget-panel-break {
    clear: both;
    margin-top: 10px;
    opacity: 0;
}

.widget-panel .widget-data {
    text-align: right;
    font-weight: 200;
}


#last-sales-day-widget .imported-at {
    float: right;
}

.widget-title {
    font-size: 1.4em;
    color: #399ee6;
    border-top: 1px solid;
    text-align: center;
}

.span12 .widget-title {
    margin-right: 0;
}

.widget-title a {
    text-decoration: underline !important;
}

.widget-title .btn {
    text-decoration: none !important;
}

.widget-title a.btn {
    float: left;
    margin: 0 5px;
}


.widget-title span {
    margin-left: 85px;
    display: block;
}

.panel-title {
    letter-spacing: 1px;
    opacity: 0.7;
}

.panel-table table {
    width: 98.5%;
}

div.day-data, .widget-panel .widget-data {
    font-size: 2.3vw;
    margin-top: 17px;
    letter-spacing: 1px;
}

@media screen and (max-width: 600px) {
    div.day-data, .widget-panel .widget-data {
        font-size: 16px;
    }
}

@media screen and (min-width: 1500px) {
    div.day-data, .widget-panel .widget-data {
        font-size: 34px;
    }
}

div.day-data-sm {
    font-size: 1.6vw;
    margin-top: 12px;
    letter-spacing: 1px;
}

div.day-data,
div.day-data-sm {
    margin-top: 5px;
    text-align: right;
}

div.yearAgo-data {
    text-align: right;
    margin-top: 14px;
    font-size: 16px;
}

div.data-line {
    font-size: 16px;
    margin-top: 8px;
    text-align: right;
}

div.caption.plusMinusDollars {
    float: right;
    margin: 8px 20px 0 0;
}

div.caption.plusMinusPercent {
    float: right;
    margin: 8px 0 0 0;
    width: 65px;
    text-align: right;
}

.widget-cash {
    background-image: url(../img/bg-dollar.png);
    background-position: 50px bottom;
    background-repeat: no-repeat;
}

.widget-user {
    background-image: url(../img/bg-user.png);
    background-position: 50px bottom;
    background-repeat: no-repeat;
}

.widget-panel a:hover {
    text-decoration: none;
}

.caption.customersIcon {
    float: right;
    margin-top: 20px;
    background: url(../img/icon-user-256.png) 0 0 no-repeat;
    background-size: 19px;
    display: inline-block;
    padding: 0 4px 0 28px;
}

/*div.widget-panel.breakfast,
div.widget-panel.day,
div.widget-panel.afternoon,
div.widget-panel.night,
div.widget-panel.latenight,
div.widget-panel.total {
    background-repeat: no-repeat;
    background-size: 150px;
}*/

/*div.widget-panel.breakfast {
    background-image: url(../img/icon-day-256.png);
    background-position: 10px 160px;
}

div.widget-panel.day {
    background-image: url(../img/icon-day-256.png);
    background-position: 10px 50px;
}

div.widget-panel.afternoon {
    background-image: url(../img/icon-day-256.png);
    background-position: 10px 80px;
}

div.widget-panel.night {
    background-image: url(../img/icon-moon-256.png);
    background-position: 20px 100px;
    background-size: 130px;
}
div.widget-panel.latenight {
    background-image: url(../img/icon-moon-256.png);
    background-position: 20px 50px;
    background-size: 130px;
}

div.widget-panel.total {
    background-image: url(../img/icon-dollar-256.png);
    background-position: 0 30px;
}*/

.panel-timespan
{
    padding:10px;
    text-align:center;
}

hr.widget-panel-break {
    margin-bottom: 20px;
}




/*****************************************************************************
** End Dasboard
*****************************************************************************/

#content {
    float: left;
    margin: 5px;
    width: 95%;
    margin-bottom: 100px;
    margin-left: 15px;
}

#header {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-top: 20px;
    min-height: 50px;
    background: #333;
}

#inner-content {
    padding: 10px;
    margin-bottom: 100px;
}

#home-link {
    font-size: 2.1em;
    text-decoration: none;
    position: absolute;
    left: 14px;
    top: 0;
}

#login-area button, #login-area input {
    margin-right: 10px;
}


#login-area-wrap form {
    position: absolute;
    top: 120px;
    left: 0;
    background: rgba(0,0,0,0.8);
    display: block;
    width: 100%;
    padding: 30px 30% 90px 30%;
}

#login-area-wrap {
    float: right;
    margin-right: 14px;
}

input, optgroup, select, textarea {
    color: #000;
}

.btn {
    padding: 4px 12px;
}

.clear {
    clear: both;
}

.navbar-inverse .nav > li > a {
    border-bottom: none;
    border-left: none;
    padding: 10px 15px 10px;
}

.report {
    margin-left: 30px;
}




/*****************************************************************************
** Tables / Reports
*****************************************************************************/
table,
.table,
.table-striped,
.table-striped-manual,
.report-table,
.table-bordered {
    color: #333;
    max-width: 100%;
}

.width15 {
    width: 15%;
}

.width25 {
    width: 25%;
}

.width33 {
    width: 33%;
}

.width45 {
    width: 45%;
}

.width50 {
    width: 50%;
}

.width75 {
    width: 75%;
}

.width80 {
    width: 80%;
}

.width90 {
    width: 90%;
}

.width95 {
    width: 95%;
}

.width98 {
    width: 98%;
}

.width100 {
    width: 100%;
}

.table th,
.table-bordered th,
.table-striped th {
    font-weight: bold;
}

.borderMatch {
    border: 2px solid rgb(214, 214, 214) !important;
}

.table td,
.table-striped td,
.table-striped th,
.table-striped-manual td,
.table-striped-manual th {
    text-align: center;
    border-bottom: 1px solid rgb(214, 214, 214);
}

table > tfoot.subTotal,
table > tfoot.subTotalRev {
    border: 1px solid rgb(214, 214, 214);
    font-weight: bold;
}

table > tfoot.subTotal td, table > tfoot.subTotal td input,
table > tfoot.subTotalRev td, table > tfoot.subTotal td input {
    font-size: 15px;
    padding-right: 10px;
}

table > tfoot.subTotalRev {
    background-color: #333;
    color: white;
}

.table-striped tfoot tr td,
.table-striped-manual  tfoot tr td {
    border: none;
}

/* jqplot override style ***********************/

.jqplot-highlighter-tooltip {
    z-index: 5;
}

table.jqplot-table-legend[style] {
    left: inherit !important;
    right: 0;
    border: none !important;
    z-index:0 !important;
}

.jqplot-table-legend-swatch-outline {
    border-radius: 7px !important;
}

.jqplot-table-legend-swatch {
    border-radius: 6px;
}

/* jqplot override style ***********************/
.report-download {
    margin: 30px 0 0 30px;
}


table.stickyHeaders thead,
table.report-table thead,
.thead {
    background-color: #399EE6;
    color: #FFFFFF;
}

table.coloredHeaders thead {
    background-color: #399EE6;
    color: #FFFFFF;
}

th, td {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

/*Datepicker fix*/
table.ui-datepicker-calendar tbody tr td {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


thead tr {
    line-height: 18px;
}

.lock-cols-left {
    max-width: 150px !important;
    float: left !important;
    border-left: 10px solid white;
    border-right: 2px solid black;
}

.lock-cols-right {
    max-width: 1000px !important;
    float: left !important;
    border-right: 10px solid white;
}

.lock-cols-left td, .lock-cols-right td {
    background-color: white;
    white-space: nowrap;
}

.tablesorter th.header, .tablesorter th {
    padding: 8px;
    font-weight: normal;
    cursor: pointer;
}

    .tablesorter th.header:hover {
        background-color: #0083E0;
    }

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th,
.table-striped-manual tbody > tr.stripe-on,
.table-striped-manual tbody > th.stripe-on {
    background-color: hsla(0,2%,65%,0.85);
}

    .table-striped tbody > tr:nth-child(odd) > td > input,
    .table-striped-manual tbody > tr.stripe-on > td > input {
        background-color: #dcd7d7;
    }

    .table-striped tbody > tr > td > a:not(.btn),
    .table-striped-manual tbody > tr.stripe-on td > a:not(.btn) {
        color:#0C5D97 !important;
    }

table.report-table tbody tr {
    line-height: 24px;
}

table.report-table-double tbody tr {
    line-height: 24px;
}

table.report-table tbody tr.total-row td {
    line-height: 48px;
}

table.report-table-3 tbody tr.total-row td {
    line-height: 48px;
}

.report-table td input {
    margin: 2px !important;
}

/* Data Alignment & Validation Classes*/
.center-column {
    text-align: center !important;
}

input.numeric {
    text-align: right;
}

.date-column {
    text-align: right !important;
    width: 100px;
}

.date-column-wide {
    text-align: right !important;
    width: 150px;
}

.date {
    text-align: right !important;
}

.time {
    text-align: right !important;
}

.time-column {
    text-align: right !important;
}

.number-column {
    text-align: right !important;
}

.icon-column {
    text-align: center !important;
}

.integer {
    text-align: right !important;
}

.decimal {
    text-align: right !important;
}

.ssn {
    text-align: right !important;
}

.phone {
    text-align: right !important;
}

.percent,
.number,
.currency {
    text-align: right !important;
}

.text-column {
    text-align: left !important;
}

.text {
    text-align: left !important;
}


.row-bold {
    font-weight: bold;
}

.row-highlight,
.table-striped tbody > tr.row-highlight:nth-child(odd) > td,
.table-striped-manual tbody > tr.row-highlight.stripe-on > td {
    background: #399EE6 !important;
    color: #fff !important;
}

.row-highlight-secondary,
.table-striped tbody > tr.row-highlight-secondary:nth-child(odd) > td,
.table-striped-manual tbody > tr.row-highlight-secondary.stripe-on {
    background: #93A8B6 !important;
    color: #fff !important;
}

.row-total,
.row-total > td,
.table .row-total td,
.table-striped tbody > tr.row-total:nth-child(odd) > td,
.table-striped-manual  tbody > tr.row-rotal.stripe-on > td {
    font-weight: bold;
    font-size: 16px;
    padding: 1em .5em;
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #bbb;
    margin-bottom: 2em;
}

.sales-day-title {
    text-align: center;
}

ul.tile-list li {
    border: 1px solid black;
    float: left;
    height: 60px;
    text-align: center;
    width: 120px;
}

.validation-summary-errors {
    border: 1px solid;
    padding: 10px;
    text-align: center;
    width: 600px;
}

.schedule-item {
    cursor: pointer;
}

.schedule-cell {
    border: 1px solid #bdbbbb;
    font-size: smaller;
    text-align: center;
    padding-right: 4px;
    width: 145px;
}

.not-clickable {
    cursor: not-allowed;
}

td.schedule-cell > div.in, td.schedule-cell > div.hours {
    text-align: right;
    padding-right: 4px !important;
}

.table-striped .schedule-cell.requested-off {
    background-color: #f84f4f !important;
}

.table-striped .schedule-cell.training {
    background-color: #8415b0 !important;
}

.table-striped .schedule-cell.vacation {
    background-color: #399EE6 !important;
}

.table-striped .schedule-cell.unavailable {
    background-color: #333333 !important;
}

.table-striped .schedule-cell.is-medical {
    background-color: #ff00dc !important;
}

.table-striped .schedule-cell.is-opener {
    background-color: #58a160 !important;
    color: white;
}

.table-striped .schedule-cell.is-closer {
    background-color: #EB7C4C !important;
    color: white;
}

.schedule-table {
    width: 90%;
}

    .schedule-table thead tr td {
        font-weight: bold;
        text-align: center;
    }

.report-table thead tr th,
.report-table thead tr td {
    font-weight: bold;
    padding: 8px;
}

.schedule-row {
    clear: left;
    width: 1024px;
}

.schedule-column {
    float: left;
    margin-right: 20px;
    width: 100px;
}

    .schedule-column ul {
        margin-left: 0px;
    }

    .schedule-column .header {
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }

    .schedule-column .schedule-item {
        height: 60px;
        width: 75px;
        background-color: #f2d80a;
        color: #000000;
        text-align: center;
        cursor: pointer;
    }


        .schedule-column .schedule-item.empty {
            background-color: #FFFFFF;
            border: 1px solid #399EE6;
        }

.schedule-row-hours {
    font-weight: bold;
    font-size: larger;
}


.overtime {
    color: red;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.2;
}

.totalHours {
    font-size: larger;
    font-weight: bold;
}

.module {
    padding: 1em;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    min-height: 330px;
    background: #f8f8f8;
    color: #333;
}

label {
    font-weight: bold;
    margin-right: 5px;
}

table.report-table thead tr td, table.report-table tbody tr.my-store td, table.report-table tbody tr.total-row td, table.report-table thead tr th {
    font-size: 1em;
    font-weight: bold;
}


.important {
    font-weight: bold;
    font-size: 1.25em;
}

.sales-day-nav > a {
    font-size: 1.4em;
}

#beta-tag {
    font-size: 0.9em;
    position: absolute;
    left: 122px;
    top: 17px;
}

.development {
    font-size: smaller;
    position: absolute;
    top: 28px;
    left: 32px;
}

#breadcrumb-list {
}

    #breadcrumb-list li {
    }

        #breadcrumb-list li a {
            font-weight: bold;
            text-decoration: none;
        }

.field-validation-error {
    background-color: #e74c3c;
    color: #FFFFFF;
    padding: 6px;
    border-radius: 5px;
}

.hidden, input[type='text'].hidden {
    display: none;
}

.price-decrease {
    color: white;
    background-color: #007F0E !important;
    padding: 4px;
    border-radius: 3px;
}

.price-increase {
    color: white;
    background-color: red !important;
    padding: 4px;
    border-radius: 3px;
}

.delivery-worksheet-wrong-qty {
    border-radius: 4px;
    color: white;
    background-color: red !important;
}

.title {
    text-align: left !important;
}

div.modal.fade {
    top: -100%;
}

.fixed-footer {
    background-color: #399EE6;
    color: #FFFFFF;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: .5em;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 10000;
    border-top: 2px solid #3494D8;
}

.selected-order-row {
    border: 3px solid #399EE6;
    border-radius: 4px;
}

.payroll-item-row {
    display: none;
}

.fixed-footer a,
.fixed-footer button {
    font-size: 16px;
}

td.jqplot-table-legend {
    padding: .4em;
}

.chart-tooltip {
    font-size: 14px;
    background-color: #399ee6;
    color: white;
    padding: 0.7em;
    box-shadow: 4px 5px 15px rgba(0,0,0,0.3);
    opacity: 0.9;
}

.jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip {
    border: 1px solid #409dec !important;
    padding: 0 !important;
}

.btn-details {
    padding-top: .1em;
    padding-bottom: .1em;
    margin-left: 1em;
    background-color: dimgray;
}

.btn.btn-details:hover,
.btn.btn-details:focus,
.btn-group:focus .btn.btn-primary.dropdown-toggle {
    background-color: #48c9b0;
}

.monthYearPicker .ui-datepicker-calendar {
    display: none;
    padding: 3px;
    float: left;
    margin: 0 0 20px 0;
    padding: .5em;
}

.altMonthYearPicker {
    float: left;
}

.monthYearPicker > .ui-datepicker-inline {
    padding: .4em;
}

.yearPicker .ui-datepicker-calendar {
    display: none;
    padding: 3px;
    float: left;
    margin: 0 0 20px 0;
    padding: .5em;
}

.yearPicker > .ui-datepicker-inline {
    padding: .5em;
}

.yearPicker .ui-datepicker-month {
    display: none;
}

.yearPicker .ui-datepicker-next {
    display: none;
}

.yearPicker .ui-datepicker-prev {
    display: none;
}

#report-header,
.report-header {
    padding-left: 5px;
    padding-right: 5px;
    height: 60px;
    margin-bottom: 1px;
}

.report-label {
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

    .report-label select, .report-label input {
        margin: 0 !important;
    }

.report-title {
    text-align: right;
}

    .report-title.pull-right {
        margin-top: 5px;
    }



.vcenter {
    white-space: nowrap;
}

    .vcenter > * {
        white-space: normal;
    }

    .vcenter:before,
    .vcenter > * {
        display: inline-block;
        vertical-align: middle;
    }

    .vcenter:before {
        content: "";
        height: 100%;
    }

.vcenter {
    word-spacing: -.25em;
}

    .vcenter > * {
        word-spacing: normal;
    }


@media all and (max-width:1023px) {
    .widget-panel {
        width: 46.6%;
    }

    .panel-table {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .report-group-container {
        width: 90% !important;
    }
}

@media all and (max-width:480px) {
    .widget-panel {
        width: 96%;
    }
}

.report-store-list-wrapper {
    background-color: #333;
    color: white;
    padding: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.store-check:hover {
    background-color: #444;
}

.please-wait {
    display: none;
    font-size:24pt;
    margin:auto;
    margin-top:8px;
    text-align:center;
    width:100px;
}

.invalid {
    color: red;
    font-weight: bold;
}

.user-input-required {
    border: 2px solid #399EE6 !important;
}

input[required] {
    border: 2px solid #399EE6 !important;
}

select[required] {
    border: 2px solid #399EE6 !important;
}

div.zoom-bar {
    text-align: center;
    color: white;
    z-index: 1500;
    width: 20%;
    position: fixed;
    margin-top: 10px;
    margin-left: 300px;
    font-size: 1.6em;
}

    div.zoom-bar a {
        color: white;
        margin: 0px 10px;
    }

table.field-table tr td {
    padding: 4px;
}

table.field-table thead td {
    font-weight: bold;
}

#footer-error-message {
    background-color: white;
    color: #FF0000;
    font-weight: bold;
    font-size: 1.4em;
    padding: 4px;
    border-radius: 4px;
}

    #footer-error-message span {
        background-color: rgb(168, 214, 249);
        margin-right: 4px;
        padding-right: 2px;
        padding-left: 2px;
        border-radius: 4px;
    }

input.invalid {
    color: #FF0000 !important;
    font-weight: bold !important;
    border: 3px solid #FF0000 !important;
}


.information:not(tr) {
    background-color: #fff200;
    border: 2px solid #aea10a;
    border-radius: 4px;
    color: #000000;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    padding-top: 20px;
}

tr.information {
    background-color: #fff200;
    border:1px solid black;
    color: #000000;
    font-weight:bold;
}

.subsection {
    border-radius: 8px;
    padding: 10px;
    font-size: 18px;
    line-height: inherit;
    margin-top: 10px;
    margin-bottom: 0;
}

    .subsection.inverted {
        background-color: #399EE6;
        color: white;
    }


.max-90 {
    max-width: 90%;
}

.max-80 {
    max-width: 80%;
}

.max-70 {
    max-width: 70%;
}

.max-60 {
    max-width: 60%;
}

.max-50 {
    max-width: 50%;
}


@media (max-width: 1024px) {
    .max-90 {
        max-width: 100%;
    }

    .max-80 {
        max-width: 100%;
    }

    .max-70 {
        max-width: 100%;
    }

    .max-60 {
        max-width: 100%;
    }

    .max-50 {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap;
        }
}

.diagnostic {
    color: #FFFFFF;
    background-color: #399EE6;
    border-radius: 50px;
    margin: 5px;
    display: none;
    padding: 1px 5px;
    z-index: 2000;
    position: absolute;
    opacity: 0.7;
}

.scorecard {
    float: left;
    width: 550px;
}

.scorecard-good-indicator {
    display: block;
    height: 21px;
    width: 81px;
    border-radius: 4px;
}

i.scorecard-up-is-good {
    position: absolute;
    margin-top: -20px;
    background-image: url(../css/Images/up-is-good2.png);
}

i.scorecard-down-is-good {
    position: absolute;
    margin-top: -20px;
    background-image: url(../css/Images/down-is-good2.png);
}

i.scorecard-close-to-zero-is-good {
    position: absolute;
    margin-top: -20px;
    background-image: url(../css/Images/close-to-zero-is-good.png);
}

i.scorecard-manage-to-goal {
    position: absolute;
    margin-top: -20px;
    background-image: url(../css/Images/manage-to-goal2.png);
}

h1.page-title, h2.page-title {
    float: right;
}

/* Styles for Tags */

    .tag {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .tag li, .tag a {
            float: left;
            height: 24px;
            line-height: 24px;
            position: relative;
            font-size: 12px;
        }

        .tag a {
            margin-left: 20px;
            padding: 0 10px 0 12px;
            text-decoration: none !important;
            -moz-border-radius-bottomright: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
            -moz-border-radius-topright: 4px;
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
        }

            .tag a:before {
                content: "";
                float: left;
                position: absolute;
                top: 0;
                left: -12px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 12px 12px 12px 0;
            }

            .tag a:after {
                content: "";
                position: absolute;
                top: 10px;
                left: 0;
                float: left;
                width: 4px;
                height: 4px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                background: #fff;
                -moz-box-shadow: -1px -1px 2px #004977;
                -webkit-box-shadow: -1px -1px 2px #004977;
                box-shadow: -1px -1px 2px #004977;
            }

    .tag-active a, .tag-active a:focus {
        background: #399EE6;
        color: #fff;
    }

        .tag-active a:before {
            border-color: transparent #399EE6 transparent transparent;
        }

    .tag-inactive a, .tag-inactive a:focus {
        background: #e5e5e5;
        color: #399EE6;
    }

        .tag-inactive a:before {
            border-color: transparent #e5e5e5 transparent transparent;
        }

.validation-dialog-list {
}

.validation-dialog-list li {
    font-size:14pt;
}
.validation-dialog-list li i {
    margin-right:15px;
}

.separator-before {
    border-left: 1px solid #ddd;
}

.separator-after {
    border-right: 1px solid #ddd;
}

#release-history-link {
    display: block;
    float: left;
    margin: 20px -15px;
}

.employee-is-minor {
    background-color:#fff200;
}

.employee-is-under-16 {
    background-color:#ff7f00;
}

.employee-is-minor, .employee-is-under-16 {
    border:2px solid #333;
    border-radius:50%;
    font-size:8pt;
    font-weight:bold;
    height:20px;
    line-height:20px;
    text-align:center;
    width:20px;
}

/*Blue and White Buttons <a href=url.action> <div> display name <div><a> */

.blue-btn {
    margin: 0 !important;
    text-decoration: none;
    color: white !important;
}

.white-btn {
    margin: 0 !important;
    text-decoration: none;
    color: #3494D8 !important;
}

#blue-btn-a {
    border: 2px solid #3494D8;
    display: inline-block;
    padding: 5px 15px 5px 15px;
    background: #3494D8;
}

#blue-btn-a:hover, #white-btn-a {
    text-decoration: none;
}

#white-btn-a {
    border: 2px solid #3494D8;
    display: inline-block;
    padding: 5px 15px 5px 15px;
    background: white;
}

.widget-title {
    border-top: 0;
    padding-top: 0;
}
/*-------------------------------------------------------------------------*/

.scorecard {
    background-color: #333333;
}

.scorecard > .widget-title {
    color: #B4B4B4;
}

.scorecard.widget {
    padding: 15px;
}

td.jqplot-table-legend-label {
    color: white;
}

.jqplot-table-legend > tbody {
    background-color: #333333;
}

.jqplot-yaxis-tick, .jqplot-xaxis-tick {
    color: white;
}

table.jqplot-table-legend, table.jqplot-cursor-legend {
    background-color: #333333 !important;
    border: 1px solid #333333 !important;
}

/* ================== DARK THEME ================== */

.widget-panel, .widget-panel-sm, .report-group-container {
    background-color: #333 !important;
    color: #ececec;
    border: none !important;
}

.report-container-title {
    border: 1px solid #333 !important;
    color: #333 !important;
    font-size: larger;
    font-weight: bold;
}


body, table.jqplot-table-legend, .ui-widget-content {
    background-color: #ececec;
}

.ui-widget-content {
    background: none;
    background-color: #ececec;
}

table.stickyHeaders thead, table.report-table thead, .thead, tr.total-row td, tr.total-row > td > ul > li > input, td.fill, .fixed-footer {
    background-color: #333 !important;
    color: #fff !important;
}

.widget-title {
    color: #333;
}

.js-file-download, .js-file-download:visited, .js-file-download:active {
    background-color: #5bb75b;
}

    .js-file-download:hover {
        background-color: #51a351;
    }

.section-wrapper {
    border: 2px solid lightgray;
    border-radius: 4px;
    margin: 10px;
    padding: 20px;
}

button:disabled {
    background-color:#000000 !important;
}

.nowrap {
    white-space: nowrap;
}

.debug 
{
    border:1px dashed gray;
}