BODY {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

FIELDSET {
    width: 95%;
    margin: auto;
}

.dropdown-menu A IMG {
    height: 24px;
    width: 24px;
}

#myTable THEAD {
    background: #FFF9E0;
    color: #525390;
    font-size: .8em;
}

#myTable TR.inactive {
    background: #ECECEC !important;
    color: #BDBDBD !important;
}

.debug {
    width: 100%;
    clear: both;
    background: #AF0000;
    color: #FFFFFF;
    height: 326px;
    overflow: scroll;
}

#help_trigger {
    position: absolute;
    right: 10px;
    top: 5px;
}

.ui-dialog {
    font-size: 0.8em;
    z-index: 999;
}

.ui-tooltip {
    max-width: 90%;
    background: #F6E594;
}

.ui-tooltip P {
    margin: 2px 2px 8px 10px;
}

.ui-tooltip .button IMG {
    width: 16px;
    height: 16px;
    left: 0;
    padding: 0;
    top: 0;
}

.ui-tooltip-content {
    font-size: 0.8em;
}

#help {
    padding: 0 10px;
}

#helpButton {
    position: absolute;
    top: 8px;
    right: 3px;
}

.btn-xs IMG {
}

.btn-sm IMG {
    margin: .1em;
}

.btn IMG {
    height: 1em;
}

.btn {
    border-radius: 1px;
}

#mixitup-search-field {
    font-size: 1.2em;
    display: table-cell;
    vertical-align: middle;
    margin-right: 10px;
}

#mixitup-search-div {
    text-align: center;
    margin: 5px auto auto;
    width: 500px;
    padding: 2px;
}

.pagesDisplayFlag IMG {
    height: 12px;
}

.pagesDisplayUrl {
    font-size: 0.7em;
    color: #A89EC6;
}

SPAN.dataTable_price {
    text-align: right;
    display: block;
    padding-right: 2px;
}

#loginStage {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #0f102e;
}

#loginBox {
    border-radius: .2em;
    padding:1em;
    margin-top:5%;
    margin-bottom:20%;
}

#loginBox input{
    flex:2;
}
#loginBox .login-title {
    text-align: center;
    color: white;
    font-weight: bold;
}
#loginBox img {
    height: 65px;
    display: block;
    margin: auto;
}

#loginBox .form-group{
        display: flex;
    justify-content: space-between;
    background-color:transparent; }

#loginBox label {
    flex:1;
    text-align: right;
}

#loginLogo {
}

.notice {
    width: 50%;
    margin: auto;
    text-align: left;
    padding: 5px;
    /*+border-radius: 5px;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

PRE {
    font-size: 0.7em;
    font-family: Courier;
}

#myTable_wrapper {
}

#uploader {
    display: none;
}

.ct {
    font-size: 0.7em;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #0962F7;
    background: #F7F7F7;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0;
    /*+border-radius: 3px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    opacity: 0.8;
}

.ct:hover {
    font-size: 1.1em;
    opacity: 1;
}

.buttonsetsmall IMG {
    width: 15px;
}

.buttonsetmedium IMG {
    width: 20px;
}

.pagesDisplayControl {
    position: relative;
    margin-left: 10px;
}

.pagesDisplayMenuLocation {
    font-size: 0.7em;
    color: #7A7A7A;
}

.pagesDisplayPageTitle {
    font-weight: bold;
    color: #B50000;
}

.treeview LI {
    border: thin solid #E2E2E2;
    display: block;
    /*+border-radius: 3px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 2px;
    position: relative;
}

.buttonset IMG {
    width: 18px;
}

.functionDividerTitle {
    text-align: left;
    margin-left: 10px;
    font-weight: bold;
}

.functionDivider {
    border: thin solid #D2D2D2;
    background: #FFFFFF;
    margin-bottom: 10px;
    margin-top: 10px;
    /*+border-radius: 6px;*/
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.buttonSmall {
    width: 16px;
    height: 16px;
}

#functionMenu {
}

NOSCRIPT {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999999999;
    position: absolute;
    background: #FFA330;
    color: #F7F7F7;
}

#upload_target {
    position: absolute;
    z-index: 0;
    top: 0;
}

.functionName {
    position: relative;
    font-weight: bold;
    /*+text-shadow:1px 1px 2px #030303;*/

}

/*
 form
 */

.checkbox-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.checkbox-option {

}

#formCkBoxes {
    margin-left: 200px;
}

.checkItem {
    display: inline-block;
}

.check_container LABEL {
    font-size: 0.7em;
    color: #6C5353;
}

.checkBoxes {
    display: block;
    overflow: auto;
    padding-left: 20px;
}

.labelCheck {
    text-align: right;
    width: 25%;
    display: block;
    margin-top: 0px;
    font-weight: bold;
    color: #000000;
}

.form_add_option {
    width: 100%;
    clear: both;
    margin-top: 5px;
    font: 0.8em sans-serif;
    font-weight: bold;
    color: #757575;
}

.formSubmit {
    text-align: center;
    width: 92%;
    padding: .5em 0 0 0;
    margin: auto;
}

#submitBut {
    text-align: center;
}

HR {
    display: block;
    clear: both;
}

#container {
}

#leftBar {
    width: 200px;
    float: left;
    background: #F4F4F4;
}

.button IMG {
    height: 22px;
}

.smSelect {
    float: left;
    width: 80px;
    font-size: x-small;
    margin-bottom: 10px;
}

.radioGroup {
    margin-right: 10%;
}

.catalogItem {
    width: 200px;
    height: 200px;
    border: 1px solid #87BDE7;
    background-color: #F8FAFC;
    border-radius: 10px;
    float: left;
    display: block;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.catalogItemCategory {
    margin-left: 40px;
    font-size: x-small;
    color: #999FA5;
}

.catologItemImage {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.catalogItemTitle {
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
    line-height: 14px;
}

.catalogItemButtons {
    position: absolute;
    width: 40px;
    left: -10px;
    top: 35px;
    z-index: 999;
}

.tableCont TD {
    border-bottom: 1px solid #D8E1EB;
}

.tableCont TABLE {
    background: #DDECF7;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    margin: auto;
}

.tableCont .header {
    border-bottom: 1px solid #ABAFB4;
}

.delete {
}

SPAN.missingVal {
    font-style: italic;
    color: #CDCCCC;
}

.inputNote {
    color: #2453C1;
    margin-left: 2%;
    margin-top: 0;
    margin-bottom: 0;
    font: italic 0.8em / 1em sans-serif;
    width: 400px;
}

.pageSelect LI {
    list-style: none;
    font: small / 1em sans-serif;
    /*[empty]margin-bottom:;*/
    margin-top: 3px;
    margin-left: 50px;
}

LABEL.error {
    font: 0.8em / 1em sans-serif;
    background: #CA0000;
    color: #FFFFFF;
    text-decoration: blink;
    margin-left: 5px;
    padding: 1px 3px;
    /*+border-radius: 3px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    display: none;
    border: thin solid #CA0000;
}

.brError {
    margin-left: 20%;
}

.formItem TEXTAREA {
    width: 80%;
}

LABEL {
    color: #877979;
    font-weight: bold;
    margin-right: 10px;
}

.third {
    width: 30%;
    margin-left: 1%;
    display: inline-block;
}

.radioLbl {
    color: #808080;
    font-size: 0.8em;
}

#preLoader {
    width: 100%;
    top: 0;
    text-align: center;
    left: 0;
    height: 100%;
    color: #000000;
    position: fixed;
    z-index: 9999;
    font-weight: bold;
    font-size: 1.2em;
    background: #C2C2C2;
}

#preLoader DIV {
    width: 400px;
    margin: auto;
    text-align: center;
}

#preLoader DIV IMG {
    position: relative;
    left: 0;
    top: 0;
}

.rightLabel {
    color: #4A4A48;
}

.innerLbl {
    font-size: small;
    color: #000000;
    clear: both;
    float: none;
    width: 100%;
    display: block;
}

.pageSelect INPUT {
    font: x-small / 1em sans-serif;
}

.topLbl {
    width: 30%;
    text-align: right;
    font: bold small / 1em sans-serif;
    clear: both;
    display: block;
}

#topMenu {
    font-size: small;
    border: thin solid #000000;
    position: relative;
    float: left;
    padding-top: 8px;
}

A.masterContol {
    color: #A90B2C;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
}

#thumb {
    font-family: "Courier New", Courier, monospace;
    font-size: xx-small;
    text-align: center;
    border: 1px dotted #003399;
}

#thumb IMG {
    height: 225px;
}

#thumbs {
    height: 250px;
    text-align: center;
}

#topMenu A {
    width: 100%;
    text-align: left;
}

DT {
    font-weight: bold;
}

#imageListBox {
    overflow: scroll;
    border: thin solid #666666;
    width: 90%;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
}

#formHeader {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: #FFFF99;
    background-color: #FF0000;
    display: block;
    margin-bottom: 5px;
    height: 20px;
    vertical-align: middle;
    padding-left: 3px;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
}

#formContent {
    padding-right: 10px;
    padding-left: 10px;
}

#header {
    width: 100%;
    color: #FFFFFF;
    display: block;
    position: relative;
    margin-bottom: .5em;
    background: rgb(18, 14, 45);

}

.currentSiteDomain .button {
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0;
}

.currentSiteDomain .button IMG {
    height: 16px;
    width: 16px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 1px;
    top: 2px;
}

#cmsTag {
    margin-left: 20px;
    padding-bottom: 3px;
    font-size: 0.9em;
    font-weight: bold;
    /*+text-shadow:1px 1px 2px #0D0D0D;*/
    -moz-text-shadow: 1px 1px 2px #0D0D0D;
    -webkit-text-shadow: 1px 1px 2px #0D0D0D;
    -o-text-shadow: 1px 1px 2px #0D0D0D;
    text-shadow: 1px 1px 2px #0D0D0D;
}

#currentSite {
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 5px;
    width: 75%;
    font-family: Corbel;
    /*+text-shadow:1px 1px 2px #000000;*/
    -moz-text-shadow: 1px 1px 2px #000000;
    -webkit-text-shadow: 1px 1px 2px #000000;
    -o-text-shadow: 1px 1px 2px #000000;
    text-shadow: 1px 1px 2px #000000;
}

.currentSiteDomain {
    font-size: 0.6em;
}

#header H1 {
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 35px;
    height: 50px;
    line-height: 50px;
    font-family: Corbel;
    /*+text-shadow:1px 1px 2px #000000;*/
    -moz-text-shadow: 1px 1px 2px #000000;
    -webkit-text-shadow: 1px 1px 2px #000000;
    -o-text-shadow: 1px 1px 2px #000000;
    text-shadow: 1px 1px 2px #000000;
}

#headerMenu {
    right: 5px;
    top: 5px;
    position: absolute;
}

#footer {
    font-size: small;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    clear: both;
    color: #3B4A43;
    background-color: #DADADA;
}

#dropmenudiv {
    position: relative;
    border: 1px solid #000000;
    border-bottom-width: 0;
    font: normal 12px Verdana;
    line-height: 18px;
    z-index: 100;
    background-color: #996600;
}

#dropmenudiv A {
    width: 100%;
    display: block;
    text-indent: 15px;
    border-bottom: 1px solid #000000;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
}

#dropmenudiv A:hover {
    /*hover background color*/
}

.sortNum {
    font-weight: bold;
    color: #0000CC;
}

.formButton {
    color: #3333FF;
}

#selections {
    margin-left: 50px;
}

.pageInfo {
    font-size: small;
    background-color: #E6E7E8;
    width: 90%;
    border: 1px solid #E5B9B9;
    padding: 5px 10px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    border-radius: 10px;
}

.pageInfo P {
    margin-top: 2px;
    margin-bottom: 4px;
}

.line {
    border-bottom-width: thin;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #999999;
}

#mainCont {
    position: relative;
    display: block;
    overflow: auto;
    padding: 5px 0 5px 5px;
    background: #F4F4F4;
}

.topSubMenuRight {
    text-align: right;
    margin-bottom: 10px;
}

DIV.orderReceipt {
    width: 90%;
    margin: auto;
    color: #666262;
    border: thin solid #726B6B;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.siteMsg {
    padding: 5px;
    width: 80%;
    margin: 10px auto;
}

.warning {
    border-radius: 8px;
    background: #F6DCAE;
    border: thin dotted #C54804;
    padding: 2px 5px 2px 20px;
    margin-top: 10px;
}

.actionCall {
    background: #EFE900;
}

.formItemButtons {
    text-align: center;
}

.minor {
    color: #8B8989;
}

.tableCont {
    font: small / 1em sans-serif;
}

.orderFunctions {
    text-align: center;
}

#myTable {
    font: 9.2pt / 1em sans-serif;
    width: 100%;
}

#myTable .header A {
    color: #0C00FF;
}

#myTable .header A:hover {
    cursor: pointer;
    color: #1FAA49;
    font-weight: bold;
    text-decoration: underline;
}

#myTable TD {
    text-align: left;
    padding-left: 10px;
}

.tablePageTitle {
    font-weight: bold;
    font-size: 1.1em;
}

.butCt {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: normal;
    font-size: smaller;
    color: #361010;
    font-family: Courier;
    background: #FFFFFF;
}

.funcTD {
    width: 146px;
}

.actY {
    font: bold small / 1em sans-serif;
    color: #1CF84F;
}

.actN {
    font: bold small / 1em sans-serif;
    color: #F92626;
}

.submitBut {
    text-align: left;
    border-radius: 7px;
    padding-left: 10px;
    border: thin solid #86DEA1;
    background: #BDF2C1;
    padding-top: 3px;
    padding-bottom: 3px;
}

.formItem {
    margin-bottom: 6px;
    display: block;
    width: 90%;
    margin: auto auto 5px;
    overflow: auto;
    border: thin solid #C7C7C7;
    border-radius: 3px;
    padding-bottom: 3px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    background: rgb(239, 239, 239);
}

.formItemCenter {
    text-align: center;
}

.ui-dialog H1 {
    color: #494941;
}

PRE H1 {
    color: #5305F5;
}

.fancy_caption {
    display: none;
}

.functionContent > H1 {
    color: #202020;
    font-size: 1.4em;
    padding-left: .5em;

}

H2 {
    padding-left: .7em;
    margin: 0px;
    font-size: 1.3em;
}

h3 {
    padding-left: 1em;
    font-size: 1.2em;
    font-weight: bold;
}

.functionContent {
    border-radius: 0 0 5px 5px;
    position: relative;
}

.functionHolder {
    border: #a7b5c8 thin solid;
    padding: .5em;
    margin-top: 10px;
    background: white;
}

.specialMediaItems {
    margin-top: 20px;
}

.specialMediaItemThumb IMG {
    width: 100%
}

.specialMediaItemMenu {

}

.functionControls {
    margin-bottom: 15px;
}

#form IMG {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

#finePrint {
    font-size: x-small;
}

/*This is where you can customize the appearance of the tooltip*/
DIV#tipDiv {
    position: absolute;
    visibility: hidden;
    left: 0;
    top: 0;
    z-index: 10000;
    background-color: #FFF;
    border: 1px solid #000;
    width: 200px;
    padding: 6px;
    color: #000;
    font-size: 11px;
    line-height: 1.3;
}

#mainCont IMG {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

/*because of sutos
/*.sideLbl {*/
/*    width: 23%;*/
/*    float: left;*/
/*    text-align: right;*/
/*}*/

.labelBox DD A {
    margin-left: 3px;
    margin-right: 3px;
    border-bottom: 1px solid #FF9292;
}

/*These are used in the wrapTipContent function*/
DIV#tipDiv DIV.img {
    text-align: center;
}

#checkboxes {
    display: block;
    float: left;
}

.labelCheckItem {
    margin-left: 35%;
    position: absolute;
}

DIV#tipDiv DIV.txt {
    text-align: center;
    margin-top: 4px;
}

#imageList {
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #CCCCCC;
}

FORM .subPageFormItem {
    margin-left: 20px;
}

#clear {
    clear: both;
}

SPAN.edit {
}

#footer A {
    color: #0536A5;
}

#userID {
    position: absolute;
    right: 5px;
    bottom: 3px;
    font-weight: bold;
    font-size: 0.8em;
    border: thin inset #FAF9F9;
    background: #FFFFFF;
    color: #CF0000;

    padding: 2px 5px;
}

#functionMenu UL {
    list-style: none;
    padding: 2px;
    margin: 0;
}

#functionMenu LI A {
    width: 100%;
    display: block;
    text-align: left;
    margin-left: 0;
}

#functionMenu .list-group-item {
    padding: 4px;
    border-radius: 2px;
}

.ui-datepicker {
    font-size: 0.8em;
    z-index: 9999;
}

#dialog P {
    padding: 5px;
}

.ui-dialog-titlebar-close {
    position: absolute;
    right: 5px;
}

#masterMenu .ui-state-default {
    color: #EF0000;
    font: bold 1em monospace;
}

#godMenu .ui-state-default {
    color: #AE00C5;
    font: bold 1em monospace;
}

.buttonsetsmall .ui-button-text {
    padding: 2px 5px 1px;
    font-size: 0.7em;
    font-weight: bold;
    height: 16px;
}

.rightMenuFixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.buttonsetmedium .ui-button-text {
    padding: 3px 5px 0;
    font-size: 1em;
    font-weight: bold;
}

#fixedMenuPadding {
    margin-bottom: 100px;
    display: block;
}

.half {
    width: 50%;
    float: left;
}

.third {
    width: 32%;
    float: left;
}

.form-group.well {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 6px;
    margin-bottom: 10px;
    overflow: auto;
}

.form-group {
    margin-bottom: 15px;
    background-color: beige;
    padding: 3px 5px;
    margin: 5px 0px;
overflow: auto;
}

.well {
    border-radius: 2px;
}

/*mixitup todos*/
#todos-mixitup {
    overflow: auto;
}

#todos-mixitup .item {
    float: left;
    overflow: hidden;
    display: block;
    padding: 0;
    height: 125px;
    width: 200px;
    border: thin solid #D9D5D5;
    /*+border-radius: 1px;*/
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
    margin: 3px;
    position: relative;
}

#todos-mixitup .item .itemTitle {
    background: #FFFFFF;
    width: 95%;
    margin: 5px auto auto;
    /*+border-radius: 3px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
}

#todos-mixitup .item .controls {
}

#todos-mixitup .mix {
    display: none;
}

#todos-mixitup .item .itemInfoBlock {
    width: 95%;
    font-size: 0.8em;
    margin: auto;
}

.hidden {
    visibility: hidden;
    display: none;
}

.ui-dialog-content {
    overflow: auto;
}

#full-calendar {
    display: block;
    overflow: auto;
}

#customers_table_wrapper LABEL {
    color: #000000;
}

.list-group-item > .badge {
    font-size: 0.7em;
}

.modal-body H1 {
    color: #000099;
}

@media print {
    body {
        font-size: .7em;
    }

    A[href]:after {
        content: none;
    }

    .page-break {
        display: block;
        page-break-before: always;
    }

}

@media (min-width: 1200px) {
    HTML #mainNavTrigger {
        display: none;
    }
}

#mainNavTrigger {
    display: block;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
    color: white;
    background: #428BCA;
    text-decoration: none;
}

#mainNavTrigger:hover {
    background: #539CDB;
}

dl {
    margin-left: 10px;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 10px;
}

.mix .dropdown-menu {
    top: 20px;
!important;
}

.catalog-order-detail-total {
    font-size: 1.5em;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: .7em;
    color: grey;
    font-style: italic;
    font-weight: lighter;

}

::-moz-placeholder { /* Firefox 19+ */
    font-size: .7em;
    color: grey;
    font-style: italic;
    font-weight: lighter;
}

:-ms-input-placeholder { /* IE 10+ */
    font-size: .7em;
    color: grey;
    font-style: italic;
    font-weight: lighter;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: .7em;
    color: grey;
    font-style: italic;
    font-weight: lighter;
}

input {
    font-weight: bold;
}

.min-well {
    padding: 2px;
    margin: 2px;
}

.catalog-items-ordered-options-list {
    font-size: .8em;
    margin-bottom: 0;
}

#shipForm {
    display: none;
}

.ul-columns {
    -webkit-columns: 3 200px;
    -moz-columns: 3 200px;
    columns: 3 200px;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
    -webkit-column-rule: 1px dotted #ddd;
    -moz-column-rule: 1px dotted #ddd;
    column-rule: 1px dotted #ddd;

}

.ul-columns .ul-header {
    color: #440103;
    font-size: 1.1em;
    font-weight: bold;
}

.ul-columns li {
    padding: 0px;
}

.ul-columns a {
    padding: .5em;
    width: 100%;
    height: 100%;
    display: block;
}

.ul-columns a:hover {
    background: #dad494;
}

#site_select_data {
    display: none;
}

#order-information .item-total {
    text-align: right;
    border-bottom: #858585 solid thin;
    margin-bottom: 1em;
}

UL#ordered-items li {
    list-style: none;
}

#order-information .order-totals {
    text-align: right;
}

#order-information .order-totals-value {
    width: 12ch;
    display: inline-block;
}

#order-information .item-price {
    font-weight: bold;
    margin-left: 1em;
}

#order-information .option-price {
    font-weight: bold;
    margin-left: 1em;
}

#enable {
    margin-bottom: 1em;
}

.totalNumber {
    font-size: 1.2em;
    color: green;
    font-weight: bold;
}

body .fa-stack {
    width: 1em;
    height: 1em;
    line-height: 1em;
}

.scroll-pane {
    height: 400px;
    overflow-y: scroll;
}

.personInfo .total {
    text-align: right;
    font-weight: bold;
}

#uploadForm {
    margin-bottom: 20px;
}

#dateSelectArea input[type="date"] {
    line-height: 1.5em;
}

.personnel-list-image img {
    width: 50px;
}

.popover {
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.popover pre {
    font-size: 1em;
}

.function-loader {
    width: 100%;
    position: absolute;
    z-index: 999999;
    height: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1f5f5;
}

.table-add-item-form {
    width: 90%;
    border-radius: .5em;
    background-color: lightgrey;
    padding: .5em 1em .5em 1em;
    margin: .5em auto .5em auto;

}

.table-add-item-form-fields {

    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.table-add-item-form-fields div {
    flex: 30%;
}

@media (max-width: 768px) {
    .table-add-item-form-fields div {
        flex: 50%;
    }
}

.vehicle-expense-info {
    display: flex;
    justify-content: space-between;
}

.vehicle-expense-info dl:nth-child(2) {
    text-align: right;
}

.dropdown-menu > li > a {
    position: relative;
}
li.sortable-item {
    border: thin solid #E2E2E2;
    list-style: none;
    display: block;
    border-radius: 3px;
    margin-bottom: 2px;
padding:3px;
    position: relative;
    cursor:move;
}

#ajax-message-fullscreen {
    display: flex;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    justify-content: center;
    align-items: center;
    z-index: 9999;


}

.customer-invoiceList-lineItem {
    display:block;

}
.customer-invoiceList-website {
    display:block;
    font-size: .8em;
}
.customer-invoiceList-note {
    display:block;
    color:blue;
    font-size: .8em;
    font-weight: bold;
}

#eventRegistrationFormItems {
    background-color: #8dd0ff;
    padding: 1em;
}

#eventRegistrationFormItems .form-group{
    background-color: #bbe3fd;
}

.panel-heading {
    font-weight:bold;
}