﻿

ol {
    padding: 10px;
    list-style-position: inside;
}

    ol li {
        margin-left: 25px;
        padding: 5px;
        font-size: 16px;
    }

        ol li ol {
            padding-left: 10px;
            list-style-position: inside;
        }

            ol li ol li {
                margin-left: 25px;
                list-style: lower-alpha;
                padding: 5px;
                font-size: 14px;
            }


/*Clear fix*/
.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
/*remove borders by default for IE*/
img, input[type=image] {
    border: none;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.centered {
    margin: 0 auto;
    text-align: center;
}

.italic {
    font-style: italic;
}

.padded {
    padding: 10px 20px;
}

.lightpadded {
    padding: 4px !important;
}

.alignLeft {
    text-align: left !important;
}

    .alignLeft td {
        text-align: left !important;
    }

.alignRight, .alignRight td, table.dataTable tfoot tr td.alignRight {
    text-align: right !important;
}

.alignCenter {
    text-align: center !important;
}

    .alignCenter td {
        text-align: center !important;
    }

p + p {
    margin-top: 10px;
}

.hidden, .dt-button.hidden {
    display: none;
}

.readonly {
    border: 0;
    background-color: transparent;
    width: 50px;
    text-align: center;
    font-size: 16px;
    color: #555;
}

    .readonly:focus {
        border: 0;
    }

.highlightError {
    border: 2px solid red !important;
}

.highlightErrorPadded {
    border: 2px solid red !important;
    padding: 4px 30px;
}

/*Our links*/
.blockLink {
    padding: 5px 10px;
    display: inline-block;
    margin: 1px;
}

    .blockLink img {
        height: 50px;
        width: auto;
    }


    .blockLink:hover {
        border: 1px solid blue;
        cursor: pointer;
        margin: 0;
    }

/* More styles */
.inline {
    display: inline-block;
}

.large {
    font-size: 25px;
    font-weight: bold;
    padding: 0 3px;
    vertical-align: middle;
}

.medium {
    font-size: 22px;
    font-weight: bold;
    padding: 0 3px;
    vertical-align: middle;
}

.bigBold {
    font-size: 18px;
    font-weight: bold;
}

.bold {
    font-weight: bold !important;
}

.underline {
    text-decoration: underline;
}

.centerNowrap {
    text-align: center;
    white-space: nowrap;
}

.noWrap {
    white-space: nowrap;
}

.BPHPScanInPID {
    display: inline-block;
    font-size: 18px;
    padding: 5px 10px;
}

/***********************************
    Collapsable content
    ********************************/
.collapser {
    cursor: pointer;
    text-align: center;
    position: relative;
}

    .collapser #UpOrDownArrow {
        position: absolute;
        top: 7px;
        left: calc( 50% - 15px);
    }

.collapsable {
    display: none;
}

/* --------------------------------------- */
/* Colors */
/* --------------------------------------- */

/* Modal Close Button Primary Colors */
.grey .close {
    background-color: white !important;
    color: #7F7F7F;
}

.lightgrey .close {
    background-color: lightgray !important;
    color: white;
}


.green .close {
    background-color: white !important;
    color: #27AE60;
}

.red .close {
    background-color: white !important;
    color: #E74C3C;
}

.purple .close {
    background-color: white !important;
    color: #8E44AD;
}

/* Modal Close Button System Specific */
.orange .close {
    background-color: white !important;
    color: #F0A30A;
}

.darkOrange .close {
    background-color: white !important;
    color: #F39C12 !important;
}

.darkerOrange .close {
    background-color: white !important;
    color: #E67E22 !important;
}


/* Primary Colors */

.white, .white td {
    background-color: #fff !important;
    color: black;
}

.black, .black td {
    background-color: #000 !important;
    color: white;
}

.lightgrey, .lightgrey td {
    background-color: lightgray !important;
    color: white;
}

.grey, .grey td {
    background-color: #7F7F7F !important;
    color: white;
}

.lightergreen, .lightergreen td {
    background-color: #59ca5b !important;
    color: white;
}

.green, .green td {
    background-color: #27AE60 !important;
    color: white;
}

.darkgreen, .darkgreen td {
    background-color: darkgreen !important;
    color: white;
}

.lightred, .lightred td {
    background-color: #dc5252 !important;
    color: white;
}

.red, .red td {
    background-color: #E74C3C !important;
    color: white;
}

.yellow, .yellow td {
    background-color: #FFFF00 !important;
    color: black;
}

.darkred, .darkred td {
    background-color: darkred !important;
    color: white;
}

.blue, .blue td {
    background-color: #2980B9 !important;
    color: white;
}

.lightblue, .lightblue td {
    background-color: #5dade2 !important;
    color: white;
}

.darkblue, .darkblue td {
    background-color: darkblue !important;
    color: white;
}

/* System Specific */
.purple, .purple td {
    background-color: #8E44AD !important;
    color: white;
}

.orange, .orange td {
    background-color: #F0A30A !important;
    color: white;
}

.darkorange, .darkorange td {
    background-color: #E27C14 !important;
    color: white;
}

    .darkOrange, .darkOrange td {
        background-color: #F39C12 !important;
        color: black;
    }

        .darkOrange h1 {
            text-align: left;
            border-bottom: 1px solid black !important;
            width: 100%;
            margin-bottom: 2px;
            font-size: 20pt !important;
        }

        .darkOrange p {
            color: black !important;
        }

.darkerOrange, .darkerOrange td {
    background-color: #E67E22 !important;
    color: white;
}





/* Primary Colors */

.whiteText {
    color: #fff !important;
}

.blackText {
    color: #000 !important;
}

.lightgreyText {
    color: lightgray !important;
}

.greyText {
    color: #7F7F7F !important;
}

.lightergreenText {
    color: #59ca5b !important;
}

.greenText {
    color: #27AE60 !important;
}

.darkgreenTest {
    color: darkgreen !important;
}

.lightredText {
    color: #dc5252 !important;
}

.redText {
    color: #E74C3C !important;
}

.darkredText {
    color: darkred !important;
}

.blueText {
    color: #2980B9 !important;
}

.lightblueText {
    color: #5dade2 !important;
}

.darkblueText {
    color: darkblue !important;
}

/* System Specific */
.purpleText {
    color: #8E44AD !important;
}

.orangeText {
    color: #F0A30A !important;
}

.darkOrangeText {
    color: #F39C12 !important;
}


.darkerOrangeText {
    color: #E67E22 !important;
}

.yellowText {
    color: yellow !important;
}

.darkYellowText {
    color: #c4c400 !important;
}
/* End Colors */

.circle {
    position: relative;
    margin: 0 auto;
    clear: both;
    margin-top: 30px;
    padding: 10px;
    padding-top: 15px;
    height: 125px;
    width: 125px;
    cursor: pointer;
    font-size: 14px;
    /*make a circle*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.smallcircle {
    display: inline-block;
    margin: 10px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    /*make a circle*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: bold;
    font-size: 22px;
    border: 1px solid black;
    text-align: center;
}

#tinyBoxes {
    min-width: 260px;
    display: inline-block;
    padding: 10px;
    background-color: #A5A5A5;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-top: 0;
}

    #tinyBoxes .square {
        height: 80px !important;
        width: 80px !important;
        display: inline-block;
    }
/* --------------------------------------- */
/* End Colors */
/* --------------------------------------- */


/* tooltips */
.toolTip:not(input):not(.squareButton):not(img):not(.dt-button), .toolTipStayUp:not(input):not(.squareButton):not(img) {
    text-decoration: none;
    border-bottom: 1px dashed lightblue !important;
    cursor: help;
}

.toolTipDark, .toolTipDarkStayUp {
    text-decoration: none;
    border-bottom: 1px dashed lightblue !important;
    cursor: help;
}

.nobottomborder {
    border-bottom: 0px;
}

.smallcircleannouncements {
    position: relative;
    top: -18px;
    left: -8px;
    padding: 3px 10px 3px 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-decoration: none;
    background-color: #00B050;
    color: white;
}


.smallcircleordercomments {
    position: absolute;
    top: 19px;
    left: 24px;
    padding: 1px 7px 1px 7px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-decoration: none;
    margin-bottom: -30px;
}

.helpdesk {
    position: relative;
    cursor: pointer;
}

    .helpdesk::after {
        position: absolute;
        display: inline-block;
        background-color: #2980B9;
        color: white;
        margin-left: 10px;
        content: "?";
        padding: 1px 7px 1px 7px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        text-decoration: none;
    }

/******************************
    Validation*/
.requiredfield:before {
    color: red;
    content: "* ";
    margin-left: -10px;
}

.inline-label {
}

.validationText {
    color: red;
    display: block;
}

    .validationText + input {
        clear: both;
    }

.saveMessage {
    color: green;
    clear: both;
}


/* more information stuff, we have a bunch of this stuff */
.smallinfospan {
    color: #2980B9;
    font-size: 9px;
    font-style: italic;
}

th .smallinfospan, td .smallinfospan {
    color: #fff;
}


table.dataTableNoInit tbody tr.subHeader th, table.dataTableNoInit tbody tr.subRow td {
    background-color: #94c8fa;
    color: #333;
    font-size: 12px;
    border: none;
}

.subRow img {
    width: 20px;
    height: 20px;
}

/* end information stuff */

.square {
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    padding: 3px 7px;
    height: 125px;
    width: 125px;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .square + .square {
        margin-left: 10px;
    }

    .circle p, .square p {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        font-size: 11pt;
    }

/*nudge the circle text to make them look centered*/
.circle p {
    margin-top: 10px;
}

.circle h1, .square h1 {
    text-align: left;
    border-bottom: 1px solid white;
    width: 100%;
    margin-bottom: 2px;
    font-size: 30pt;
}

.squareblackbottom h1 {
    border-bottom: 1px solid black;
}

/* Datatable plugin Col vis */
ul.ColVis_collection {
    /*Not supported in IE*/
    /*width: initial !important;*/
    width: auto !important;
}

.toast-top-right {
    top: 60px !important;
    right: 12px;
}


.grayBottomBorder {
    border-bottom: 10px solid #7F7F7F;
    padding-bottom: 5px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Report Styles

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.reportheader {
    font-family: Verdana,Arial;
    font-size: 10pt;
    color: black;
    background-color: #ffffff;
}

.reportinnertablenoborder {
    border-collapse: collapse;
    font-family: Verdana,Arial;
    font-size: 10pt;
    background-color: #ffffff;
}

.reportinnertable {
    border-collapse: collapse;
    font-family: Verdana,Arial;
    font-size: 10pt;
    background-color: #ffffff;
}

    .reportinnertable td {
        border-right: 1px solid #ece9d8;
        border-left: 1px solid #ece9d8;
        border-bottom: 1px solid #ece9d8;
        vertical-align: top;
    }

.reportinnertabletotalrow {
    background-color: #eeeeef;
}

.reportinnertableheader {
    font-family: Verdana,Arial;
    font-size: 10pt;
    color: black;
    font-weight: bold;
    background-color: #d8e4f8;
}

.reportinnertableheaderalt {
    font-family: Verdana,Arial;
    font-size: 10pt;
    color: black;
    font-weight: bold;
    background-color: #edf3fd;
}

.reportinnertableheaderalt2 {
    font-family: Verdana,Arial;
    font-size: 10pt;
    color: black;
    font-weight: bold;
    background-color: #b4caef;
}

TR.reportalternaterow {
    background-color: #eeeeef;
}
/********************* Scan elements ***********************/
#divScanHistoryWrapper {
    display: inline-block;
    position: relative;
    top: -20px;
    width: 550px;
    float: right;
    vertical-align: top;
}

    #divScanHistoryWrapper .collapserDown {
        height: 25px;
        font-size: 12px;
        top: 0;
        padding-top: 5px;
    }

        #divScanHistoryWrapper .collapserDown:before {
            font-size: 12px;
            top: 5px;
        }

#divScanHistory {
    border: 5px solid #7F7F7F;
    height: 100px;
    border-top: none;
    overflow: auto;
    padding: 5px;
}

    #divScanHistory span.success,
    #divScanHistory span.error,
    #divScanHistory span.warning {
        display: block;
        padding: 1px;
    }

    #divScanHistory span.success {
        color: green;
    }

    #divScanHistory span.error {
        color: red;
    }

    #divScanHistory span.warning {
        color: #e96c19;
    }

#scanWrapper {
    position: absolute;
    left: 20px;
}

#btnChangeInventory {
    position: absolute;
    left: 10px;
}

/*styles for truncated text in dataTables*/
.ellipsePrefix {
	cursor: pointer;
}

.ellipseContent {
	display: none;
}

.fixedHeader-floating {
	z-index: 1;
}

.breakWord {
    word-break: break-all;
    width: 200px;
}

.collapseRow {
	cursor: pointer;
}