html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
}

.red_stripe {
    background: red;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
}

.top_bar {
    background: #3288AD;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    padding: 5px;
    height: 18px;
}

header {
    background-color: #3a8fb3;
    border-bottom: 1px solid #eee;
}

#header_contents {
    display: table;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
    height: 56px;
    width: 970px;
}

#header_contents > section {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
}

.navigation {
    float: right;
}

.navigation > ul {
    list-style: none;
    margin: 0;
}

.navigation > ul > li > a {
    line-height: 56px;
    color: #ffffff;
    font-size: 14px;
}

.report_content_wrapper {
    padding: 8px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    width: 960px;
}

.wrap.wide {
    width: 1100px;
}

.add-user form {
    width: 300px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.add-user label {
    display: inline-block;
    width: 130px;
    margin-bottom: 10px;
    text-align: right;
}
.schedule {
    width: 40px;
}
.datepicker {
    width: 115px;
}
.datepicker_label{
    background: url("/images/show-calendar.gif");
    width: 24px;
    height: 22px;
    display: inline-block;
    top: 7px;
    position: relative;
}
.vertical-top {
    vertical-align: top;
}

.light-grey {
    background: #eeeeee;
}

.grey {
    background: #cccccc;
}

.font-small {
    font-size: x-small;
}

.copyright {
    font-size: x-small;
    text-align: center;
}

.admin-menu {
    margin: 1em auto 0;
}

.admin-menu form {
    margin-bottom: 1em;
}

.v-top {
    vertical-align: top;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

a {
    text-decoration: none;
    font-family: sans-serif;
    font-size: 12px;
}

.dc {
    background-color: #eeeeee;
    font-size: 12px;
    vertical-align: top;
    font-family: sans-serif;
}

.header {
    background-color: #cccccc;
    font-size: 12px;
    vertical-align: top;
    font-family: sans-serif;
}

.font-large {
    font-size: x-large;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.full-width {
    width: 100%;
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}
#paymentform-ppmethod,
#paymentform-chkmethod{
    display: inline-block;
}
#paymentform-checkamount,
#paymentform-adjustamt,
#paymentform-creditamt
{
    width: 80px;
}
#paymentform-adjustdesc,
#paymentform-creditdesc
{
    width: 375px;
}
.yellow-bg {
    background: #FFFFCC;
}.light-yellow-bg {
    background: #FFFFE4;
}
.payment-tab {
    font-weight: bold;
    padding-left: 20px;
}
.tran-history {
    text-align: center;
    color: #FFFFFF;
    background: #000099;
    font-weight: bold;
}
.purple {
    background: #ffeeff;
}
.turquoise {
    background: #eeffff;
}
.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

table a {
    font-size: x-small;
}

.width500 {
    width: 500px;
}

.centered {
    margin: 0 auto;
}

.font-blue {
    color: #0000CC;
}

.font-medium{
    font-size: medium;
}

.font-arial {
    font-family: Arial, Helvetica, sans-serif;
}

.small {
    font-size: small;
}

.ul-associate {
    font-size: 10px;
}

.ul-associate li{
    margin-bottom: 10px;
}

.table-associate {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
}

.artist-header,
.print-order-header,
.print-console-header,
.lab-console-header,
.image-uploader-header,
.customer-list-header {
    width: 100%;
    background-color: rgb(0, 0, 153);
    color: #FFFFFF;
    font-size: medium;
    text-align: center;
    font-weight: bold;
}

.artist-header {
    font-size: small;
}

.print-order-header,
.image-uploader-header {
    font-size: x-large;
}

.font-white {
    color: #FFFFFF;
}

.dateNow {
    background: #cccccc;
    font-size: x-small;
}

.product-maintenance {
    background: #cccccc;
    font-size: small;
    vertical-align: top;
}
.ajax-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: #FFFFFF url("/images/ajax-loader.gif") no-repeat center center;
    display: none;
}

.modal_change_password_wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}
.modal_change_password {
    border: 2px solid grey;
    width: 200px;
    height: 165px;
    margin: 100px auto 0;
    padding: 15px;
    background: #ffffff;
}

.modal_change_password h2 {
    margin-top: 0;
}
