﻿.voffset2 {
    margin-top: 2px;
}

.voffset5 {
    margin-top: 5px;
}

.voffset10 {
    margin-top: 10px;
}

.voffset15 {
    margin-top: 15px;
}

.voffset20 {
    margin-top: 20px;
}

.voffset25 {
    margin-top: 25px;
}

.voffset30 {
    margin-top: 30px;
}

.voffset35 {
    margin-top: 35px;
}

.voffset40 {
    margin-top: 40px;
}

.voffset50 {
    margin-top: 50px;
}

.voffset75 {
    margin-top: 75px;
}

.voffset100 {
    margin-top: 100px;
}

.voffset200 {
    margin-top: 200px;
}

.whiteColor {
    color: white;
}

.handCursor {
    cursor: pointer;
}

.my-drop-zone {
    border: dotted 3px lightgray;
}

.nv-file-over {
    border: dotted 3px green;
}
/* Default class applied to drop zones on over */
.another-file-over-class {
    border: dotted 3px green;
}

html, body {
    height: 100%;
}

.my-page-header {
    padding-bottom: 9px;
    margin: 10px 0 10px;
    border-bottom: 1px solid #eee;
}

.input-group-addon {
    text-align: left;
}

.progress-bar-gray {
    background-color: #808080;
}

.progress-striped .progress-bar-gray {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-blank-section {
    background-color: rgba(0, 0, 0, 0.00);
    color: black;
}

.nowrap {
    white-space: nowrap;
}

.table-bordered > tbody > tr > td.NoBorderCells, .table-bordered > thead > tr > th.NoBorderCells {
    border-left: none;
    border-right: none;
}

.DisplayTable tbody tr td {
    padding: 0px 5px 0px 0px;
}

.progress-custom {
    display: table;
    width: 100%;
    margin-bottom: 20px; /*optionally same as the margin bottom of progress class*/
}

    .progress-custom .progress {
        margin-bottom: 0;
        display: table-cell;
        vertical-align: middle;
    }

    .progress-custom .progress-value {
        display: table-cell;
        vertical-align: middle;
        width: 150px;
        padding: 0 12px; /*optionally*/
    }

.RhoneBackground {
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(255,0,0,0), rgba(111,24,16,0.5), rgba(255,0,0,0)); /*Safari 5.1-6*/
    background: -o-linear-gradient(rgba(255,0,0,0), rgba(111,24,16,0.5), rgba(255,0,0,0)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(rgba(255,0,0,0), rgba(111,24,16,0.5), rgba(255,0,0,0)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(255,0,0,0), rgba(111,24,16,0.5), rgba(255,0,0,0)); /*Standard*/
    background: rgba(0, 17, 120, 0.50)
}

th {
    text-align: center;
}

.alert-small {
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*
 * Datepicker element
 */
.datepicker.dropdown-menu {
    width: 250px;
    height: 270px;
}

    .datepicker.dropdown-menu button {
        outline: none;
        border: 0px;
    }

    .datepicker.dropdown-menu tbody {
        height: 180px;
    }

        .datepicker.dropdown-menu tbody button {
            padding: 6px;
        }

    .datepicker.dropdown-menu.datepicker-mode-1 tbody button,
    .datepicker.dropdown-menu.datepicker-mode-2 tbody button {
        height: 65px;
    }

.modal.center .modal-dialog {
    position: fixed;
    top: 40%;
    left: 50%;
    min-width: 320px;
    max-width: 630px;
    width: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

pre {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.4285;
    color: #333;
    background-color: #fff;
    word-break: break-all;
    word-wrap: break-word;
    border-color: none;
    border: 0;
    padding: 0;
    margin: 0;
}

.hoffset2 {
    margin-left: 2px;
}

.hoffset5 {
    margin-left: 5px;
}

.hoffset10 {
    margin-left: 10px;
}

.hoffset15 {
    margin-left: 15px;
}

.hoffset20 {
    margin-left: 20px;
}

.hoffset25 {
    margin-left: 25px;
}

.hoffset30 {
    margin-left: 30px;
}

.hoffset35 {
    margin-left: 35px;
}

.hoffset40 {
    margin-left: 40px;
}

.hoffset50 {
    margin-left: 50px;
}

.hoffset75 {
    margin-left: 75px;
}

.hoffset100 {
    margin-left: 100px;
}

.hoffset200 {
    margin-left: 200px;
}

.reconcile-inventory-view .light-label {
    color: grey;
}

.reconcile-inventory-view .label-lg-1 {
    font-size: 24px;
}

.reconcile-inventory-view .tall-tb-height {
    height: 100px;
}

.reconcile-inventory-view .tall-tb {
    font-size: 50px;
    text-align: center;
}

.pointer-link {
    cursor: pointer;
}

.background-gray {
    background-color: silver;
}

.background-red {
    background-color: pink;
}

.background-red {
    background-color: pink;
}

.background-darkred {
    background-color: lightcoral;
}

.background-green {
    background-color: lightgreen;
}

.numpad-button {
    width: 82px;
    margin: 10px 10px 10px 10px;
    height: 82px;
    border-width: 2px;
    border-style: solid;
    border-color: lightgrey;
    align-items: center;
    justify-content: center;
    display: flex;
}

    .numpad-button.clear {
        width: 186px;
        margin: 10px 10px 10px 10px;
        height: 82px;
        border-width: 2px;
        border-style: solid;
        border-color: lightgrey;
        align-items: center;
        justify-content: center;
        display: flex;
    }

.numpad-number {
    margin: 0 0 0 0;
    vertical-align: central;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
}

.numpad-row {
    display: flex;
    flex-direction: row;
}

.numpad {
    display: flex;
    width: 310px;
    flex-direction: column;
}

.numpad-button-action {
    width: 133px;
    height: 82px;
    margin: 10px 10px 10px 10px;
}

.numpad-values {
    width: 290px;
}

.currentBox {
    background: #b9d8f3;
}

.danger {
    color: #D9534F;
}

.default-cursor {
    cursor: default;
}

.noselect, .no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.btn-width {
    min-width: 75px;
}

input[type="number"].no-spin {
    -moz-appearance: textfield;
}

    input[type="number"].no-spin::-webkit-inner-spin-button,
    input[type="number"].no-spin::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }


.action-link {
    color: #337ab7;
    text-decoration: none;
    cursor: pointer;
}

    .action-link:hover {
        text-decoration: underline;
    }

.navbar-toggle-2
{
    display:none;
}

@media (min-width: 768px) {
    .navbar-toggle-2 {
        display: block;
    }
}
