﻿#progress-wrp {
    border: 1px solid #0099CC;
    padding: 1px;
    position: relative;
    height: 30px;
    border-radius: 3px;
    text-align: left;
    background: #fff;
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}

    #progress-wrp .progress-bar {
        height: 100%;
        border-radius: 3px;
        background-color: #f39ac7;
        width: 0;
        box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
    }

    #progress-wrp .status {
        top: 3px;
        left: 50%;
        position: absolute;
        display: inline-block;
        color: #000000;
    }
input[type="text"]:disabled {
    background: #dddddd !important;
}
input[type="password"]:disabled {
    background: #dddddd !important;
}
select[disabled] {
    background-color: #dddddd !important;
}
.custom-button{
    width: 200px;
}

.text-danger {
    color: #f51612 !important;
}
.custom-button {
    width: 200px;
}
.deleteXsign {
    cursor:pointer;
    color:red;
}
.cursor-pointer {
    cursor: pointer
}
.editIcon {
    cursor: pointer;
    color: #1e90ff ;
}
.color-green {
    color: #26a69a;
}
.color-red {
    color: red;
}
.retail {
    background-color: #dff7c3 !important;
}
.service {
    background-color: #dbe0ff !important;
}
.marketing {
    background-color: #ffd8d6 !important;
}
.inventory {
    background-color: #c4f9ff !important;
}
.tools {
    background-color: #dbdbdb !important;
}
.reports {
    background-color: #d8fffb !important;
}
.home {
    background-color: #ffdde9 !important;
}
.construction {
    background-color: #ffe5bf !important;
}
.rb-admin {
    background-color: #eee !important;
}
.color-black {
    color: black !important;
}
.color-white > li > a {
    color: white !important;
}

.color-white > li > a > span {
    color: white !important;
}
.color-lightgray {
    color: lightgray;
}
.blink_me {
    animation: blinker 1s linear infinite;
    font-weight:bold;
}

@keyframes blinker {
    50% {
        color: lightcoral;
    }
}

.grid-checkbox-label {
    padding: 0 10px 0px 12px !important;
    height: 4px !important;
}

@media only screen and (max-width: 768px) {
    .cashregister {
        width: 100%;
        min-height: 50px;
    }
}

/* Removing padding from bootstrap to keep materialize styles looking right */
.form-check {
    padding-left: 0;
}


[type="checkbox"].filled-in + label.grid-checkbox-label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 0 !important;
}

[type="checkbox"].filled-in:not(:checked) + label.grid-checkbox-label:after{
    height: 15px;
    width: 15px;
    top: 0 !important;
}

[type="checkbox"].filled-in:checked + label.grid-checkbox-label:before {
    top: -1px;
    left: -2px;
    width: 8px;
    height: 13px;
}

[type="checkbox"].filled-in:checked + label.grid-checkbox-label:after {
    top: 0;
    width: 15px;
    height: 15px;
}
td.dropup, td.dropdown {
    position: relative;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

/*i.material-icons.color-green {
    font-size: 9pt;
    line-height: 0;
}*/
i.material-icons.color-green {
    font-size: 12pt;
    line-height: 1;
    font-weight: bolder;
    color: green;
}

i.material-icons.color-red {
    font-size: 9pt;
    line-height: 0;
}

.displayNone {
    display: none;
}
hr {
    display: table-cell;
    color:white;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

.validation-check {
    
}

thead {
    background-color: white;
}

.DTFC_RightBodyLiner {
    overflow: hidden!important;
}


/*Disable anchor tag*/
.disable-anchor {
    text-decoration: none !important;
    color: lightgrey !important;
    pointer-events: none;
}
/*Used for lengthy text in html table cell*/
td.custom-ellipsis {
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    border: 1px solid #000000;

}

.close {
    min-height: 0px !important;
    min-width: 0px !important;
}
.recolor {
    color: #337ab7 !important;
    text-decoration: none;
}
.full-width{
    width: 100% !important;
}
textarea{
    resize: none;
}
.color-white {
    color: white !important;
}
.btn-transparent {
    background-color: transparent !important;
    border-color: transparent !important;
}
.full-height{
    height: 180px !important;
}
.selectedItem{
    background-color: lightblue !important;
}
.col-exp-header {
    padding-left: 15px;
    cursor: pointer;
    font-weight: bold;
}

/* Fixed Width 150px Editable Dropdown */
.select-editable-150px {
    position: relative;
    background-color: white;
    width: 150px !important;
    height: 18px;
}

    .select-editable-150px select {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 14px;
        border: none;
        width: 150px !important;
        margin: 0;
    }

    .select-editable-150px input {
        position: absolute;
        top: 11px;
        left: 15px;
        width: 100px !important;
        padding: 1px;
        font-size: 12px;
        border: none;
    }

    .select-editable-150px select:focus, .select-editable-150px input:focus {
        outline: none;
    }

/* Fixed Width 250px Editable Dropdown */
.select-editable-250px {
    position: relative;
    background-color: white;
    width: 250px !important;
    height: 18px;
}

    .select-editable-250px select {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 14px;
        border: none;
        width: 250px !important;
        margin: 0;
    }

    .select-editable-250px input {
        position: absolute;
        top: 11px;
        left: 15px;
        width: 200px !important;
        padding: 1px;
        font-size: 12px;
        border: none;
    }

        .select-editable-250px select:focus, .select-editable-250px input:focus {
            outline: none;
        }

.btn-size-lg {
    width: 185px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btn-size-md {
    width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btn-size-sm {
    width: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.company-title {
    color:darkgreen;
    text-align: center;
    padding-top: 20px;
    font-family: sans-serif;
    margin-bottom: 0px !important;
    font-weight:bold;
}

.custom-menu-btn {
    position: fixed;
    top: 0px !important;    
    left: 10px;
    z-index: inherit;
}

.slimScrollBar {
    width: 12px !important;
}

.bs5 td.dropdown {
    line-height: 1;
    padding: 0;
    text-align: center;
}

.bs5 td button.dropdown-toggle {
    padding: 0 2px;
}

.bs5 fieldset {
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    padding: .5rem;
}

.bs5 fieldset:first-child {
    margin-top: .75rem;
}

.bs5 fieldset:last-child {
    margin-bottom: 0;
}

.bs5 legend {
    background: white;
    width: auto;
    padding: 0 0.5rem;
    font-size: 1.1rem;
    margin-bottom: 0;
    float: none;
}

.button-column > button, .button-column > .btn {
    margin-bottom: .5rem;
}
    .button-column > button:last-child, .button-column > .btn:last-child {
        margin-bottom: 0;
    }

.CompanyInfo {
    background-color: lightyellow !important;
}

.Inner-Link {
    background-color: lightyellow !important;
}

ul.breadcrumbs {
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    height: 40px;
    margin-bottom: 0px;
}

    ul.breadcrumbs li {
        position: relative;
        margin: 0px 0px;
        padding: 0px;
        list-style: none;
        list-style-image: none;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        border-left: 1px solid #ccc;
        transition: 0.3s ease;
    }

        ul.breadcrumbs li:hover:before {
            border-left: 10px solid #1f91f3;
        }

        ul.breadcrumbs li:hover a {
            color: white;
            background: #1f91f3;
        }

        ul.breadcrumbs li:before {
            content: "";
            position: absolute;
            right: -9px;
            top: -1px;
            z-index: 20;
            border-left: 10px solid #fff;
            border-top: 22px solid transparent;
            border-bottom: 22px solid transparent;
            transition: 0.3s ease;
        }

        ul.breadcrumbs li:after {
            content: "";
            position: absolute;
            right: -10px;
            top: -1px;
            z-index: 10;
            border-left: 10px solid #ccc;
            border-top: 22px solid transparent;
            border-bottom: 22px solid transparent;
        }

        ul.breadcrumbs li.active a {
            color: white;
            background: #1f91f3;
        }

        ul.breadcrumbs li.first {
            border-left: none;
        }

            ul.breadcrumbs li.first a {
                font-size: 18px;
                padding-left: 20px;
                border-radius: 5px 0px 0px 5px;
            }

        ul.breadcrumbs li.last:before {
            display: none;
        }

        ul.breadcrumbs li.last:after {
            display: none;
        }

        ul.breadcrumbs li.last a {
            padding-right: 20px;
            border-radius: 0px 40px 40px 0px;
        }

        ul.breadcrumbs li a {
            display: block;
            font-size: 12px;
            line-height: 40px;
            color: #757575;
            padding: 0px 15px 0px 25px;
            text-decoration: none;
            background: #fff;
            border: 1px solid #ddd;
            white-space: nowrap;
            overflow: hidden;
            transition: 0.3s ease;
            border-right: 0;
        }

.demo-banner {
    width: 100%;
    height: 2.25vw;
    background-color: orangered;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    font-weight: bold;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    font-size: 2.25vw;
    font-weight: bold;
}
