﻿
.toolbar .cancelbtn {
    background-repeat: no-repeat;
    background-image: url("/images/fontawesomeimage/remove11.svg") !important;
    padding-left: 26px;
    background-size: 16px;
    background-position: 7px 9px;
}

.disableddownloadbtn {
    cursor: not-allowed !important;
    pointer-events: none;
    opacity: 0.5;
}

.disableddownload {
    opacity: 0.5;
    pointer-events: none;
}

    .disableddownload a {
        cursor: not-allowed !important;
        pointer-events: none;
    }

#HasConversion-sort {
    color: #333 !important;
}

.separatorblock {
    display: inline-block;
    background: #F5F5F5;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.02);
    min-width: 630px;
}

/*
Let the user click menus!
.bluryEffect {
    pointer-events: none;
}
*/

.fg-line.has-error .form-control {
    border: 1px solid #f44336 !important;
}

.form-group.has-error .form-control {
    border: 1px solid #f44336 !important;
}

.fg-line.has-error:after {
    background: none !important;
}

[ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x- ng-cloak {
    display: none !important;
}

.plabel {
    color: #000;
    font-size: 14px !important;
    margin-left: 4px;
    margin-bottom: 5px;
}

.mt-12 {
    margin-top: 12px;
}

.mt2 {
    margin-top: 2px;
}

.show-inline-record {
    display: none;
    background-color: white !important;
}

.manageDropdown {
    margin-top: 9px;
    z-index: 2001;
}

.Addbutton {
    position: absolute;
    left: 36px;
    top: 120px;
    z-index: 3000;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    margin-left: -33px;
    overflow: inherit;
}

.Addbutton.disabled
{
 top: 180px;
}

.manage-table-cont .Addbutton .fa {
    font-size: 25px;
    margin-left: -3px;
}


.pager th {
    background: white !important;
}


.manage-table-cont .card {
    width: auto !important;
    margin-right: 15px;
}



.input-group {
    margin-bottom: 4px;
}

/*Labels of Form*/
.form-group p {
    font-size: 12px;
}



label {
    color: #000;
    font-size: 15px;
    margin-left: 4px;
   
 
}



    label span {
        color: red;
    }

/*End Labels of Form*/


/*String color*/
.form-control {
    color: #069;
    font-size: 16px !important;
    font-weight: normal;
    border-bottom: 1px solid #4A4848;
    height: 32px !important;
}


/*date field color*/
.hasDatepicker {
    color: #069;
    font-size: 16px;
}


/*number field color*/
.ciCustomCurrency {
    color: #069;
    font-size: 16px;
}

/*number field color*/
.number {
    color: #069;
    font-size: 16px;
}

/*number field color*/
.NumbersOnly {
    color: #069;
    font-size: 16px;
}


/*All Rounded button css*/
.btn-white {
    margin-right: 10px !important;
    height: 32px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #fff;
    text-transform: capitalize;
}

.btn-info {
    margin-right: 10px !important;
    height: 32px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    text-transform: capitalize;
}

.btn-primary {
    margin-right: 10px !important;
    height: 32px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    text-transform: capitalize;
}

.btn-success {
    margin-right: 10px !important;
    height: 32px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    text-transform: capitalize;
}


.btn-danger {
    margin-right: 10px !important;
    height: 32px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    text-transform: capitalize;
}

.btn-warning {
    margin-right: 10px !important;
    height: 32px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    text-transform: capitalize;
}

.btn-icon {
    height: 32px;
    width: 32px;
    border-radius: 32px;
}


::-webkit-input-placeholder {
    font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
}

:-ms-input-placeholder {
    font-size: 14px;
}


.show-filter-images {
    background: #D0D0D0 !important;
}

    .show-filter-images:hover {
        background: #D0D0D0 !important;
    }


/*All Labels*/

.textlabel {
    /*color: red !important;*/
    font-size: 16px !important;
    color: #069 !important;
}

    .textlabel a {
        /*color: red;*/
        color: #069 !important;
    }

.numberlabel {
    /*color: purple;*/
    color: #069;
    font-size: 16px;
    text-align: right;
}

    .numberlabel a {
        /*color: purple;*/
        color: #069;
        text-align: right;
        margin-right: 10px;
    }

.datelabel {
    /*color: purple;*/
    color: #069;
    text-align: right;
    font-size: 16px;
}

    .datelabel a {
        /*color: purple;*/
        color: #069;
        text-align: right;
        margin-right: 10px;
    }

.numberlabel span {
    margin-right: 7px;
}

.currencylabel span {
    margin-right: 1px !important;
}

.textfield {
    color: #069;
}

.numberfield {
    color: #069;
}

.datefield {
    color: #069;
}

.alignright {
    text-align: right;
}


.ui-datepicker {
    border-radius: 0px;
    padding: 0px;
    box-shadow: 0 12px 15px rgba(0,0,0,.24),0 17px 50px rgba(0,0,0,.19);
}



#ui-datepicker-div {
    border-radius: 5px;
    padding: 0px;
    min-width: 300px;
}

.ui-datepicker th {
    background: #fff;
}

    .ui-datepicker th span {
        color: #000;
        font-weight: 500;
        font-size: 15px;
    }



.ui-datepicker .ui-datepicker-header {
    border-radius: 0px;
    background: #fff;
}

.ui-state-default {
    border: none;
    background: transparent !important;
}

.ui-state-active {
    background: #0a6ebd !important;
    color: #fff !important;
    border-radius: 35px;
}

.ui-datepicker .ui-datepicker-title {
    font-weight: 200;
}

.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    background-color: #fff;
    border-radius: 0px;
}

    .ui-datepicker .ui-datepicker-next:hover {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
        background-color: #fff;
        border-radius: 0px;
    }

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
    background-color: #fff;
    border-radius: 0px;
}

.form-group {
    width: 248px;
    float: left;
    margin-right: 25px;
    margin-bottom: 7px;
    min-height: 70px;
}

.bill-group {
    width: auto;
    min-height: initial;
}

.nextblock {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 20px;
}

.card-body h4 {
    font-size: 19px;
    font-weight: 500;
    color: #423F3F;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 12px;
}


.form-group i {
    font-size: 16px;
    color: #4285F4;
    margin-right: 5px;
}

#customFieldCont {
    float: left;
    margin-left: 10px;
}

.item-info-cont {
    margin-left: 17px;
}

.ci-label {
    margin-bottom: 5px;
}

#transactionDialog {
    padding-left: 0px !important;
    overflow-y: hidden;
}

#transactionForm .modal-header {
    padding-left: 15px !important;
}

#transactionForm .modal-footer {
    padding-left: 15px;
    padding-bottom: 20px;
}

.inv-record-area span {
    font-size: 18px;
    margin-bottom: 10px;
}

.forheading {
    font-size: 21px !important;
    margin-bottom: 10px !important;
    display: block;
    margin-left: 3px;
}

.apply .forheading {
    color: #0D190F !important;
}

.ci-label {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
}

.withthese {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #177B3D;
    margin-top: 15px;
}

.decrease .withthese {
    color: #AF2525;
}

.apply .withthese {
    color: #0D190F;
}

.move .withthese {
    color: #C65E28;
}

.status .withthese {
    color: #583782;
}

.convert .withthese {
    color: #CE59A1;
}

.uneditable-input {
    font-size: 18px;
}

#transactionForm .fa-times-circle {
    color: #fff;
    font-size: 26px;
}






.btn-clearlyInventory-circle {
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 0px !important;
    font-size: 16px !important;
    border-radius: 16px;
    line-height: 32px;
    margin-top: 0px;
}

.btn-clearlyInventory {
    /*background-color: #BB7272;*/
    color: #fff;
    border-radius: 16px;
    min-width: 70px;
    text-transform: capitalize;
    height: 32px;
    line-height: 32px;
    padding: 0px;
    padding-right: 10px;
    padding-left: 10px;
}

    .btn-clearlyInventory > i {
        color: white;
        margin-right: 5px;
    }

.btnSuccess {
    background-color: #177B3D !important;
    color: #fff !important;
}


.btn.btn-clearlyInventory.ci-add-btn
{
   background-color: #177B3D !important;
    color: #fff !important;
}


.btnPrimary {
    background-color: #4285F4 !important;
    color: #fff !important;
}


    .btnPrimary:hover {
        background-color: #266EE6 !important;
        box-shadow: 0 5px 20px rgba(0,0,0,.31);
    }

    .btnPrimary:focus {
        background-color: #266EE6 !important;
        box-shadow: 0 5px 20px rgba(0,0,0,.31);
    }





.btnSecondry {
    background-color: #999 !important;
    color: #fff !important;
}

    .btnSecondry:hover {
        background-color: #5F5F5F !important;
    }

    .btnSecondry:focus {
        background-color: #5F5F5F !important;
    }



.btnDanger {
    background-color: #f44336 !important;
    color: #fff !important;
}

.withtheseblock {
    display: block;
    margin-left: 10px;
}

/*#checkViewPaddingCont {}*/

.topicon {
    position: absolute;
    right: 0px;
    top: 7px;
    z-index: 10;
}

    .topicon i {
        font-size: 16px;
        margin-left: 5px;
    }

.custom-field-cont {
    float: left;
}





#ApplySection {
    display: none;
}

.apply #ApplySection {
    display: inline-block;
    margin-left: 10px;
    width: 100%;
}



.help-inline {
    position: absolute;
    right: 0px;
    color: red;
}

.quickAddForm .form-group {
    float: none;
}

#transactionDialog .custom-field-cont {
    min-height: 88px;
}

.tab-nav > li.active > a {
    color: #fff;
    background-color: #2196f3;
}

.tab-nav > li > a {
    color: #000;
    background-color: #ccc;
    border-right: 1px solid #ADA9A9;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tab-nav > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    min-width: 100px;
    text-align: center;
}

/*.tab-nav {}*/



.mytabcontent {
    border: 1px solid #ccc;
    padding: 10px;
    border-top-right-radius: 10px;
    background: white;
}

.mytabcontentItemMaster {
    padding: 10px;
}


.managetable {
    border: transparent;
}

    .managetable .form-group {
        margin-bottom: inherit;
        min-height: inherit;
        margin-right: 0px;
    }

    .managetable > thead > tr > th {
        padding: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000000; /* black */
    border-width: 0 5px 5px;
}



/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

    /* Hide the tooltip content by default */
    [data-tooltip]:before,
    [data-tooltip]:after {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    /* Position tooltip above the element */
    [data-tooltip]:before {
        position: absolute;
        bottom: 100%;
        left: 85px;
        margin-bottom: 5px;
        margin-left: -80px;
        padding: 7px;
        width: 100px;
        background-color: #333;
        color: #fff;
        content: attr(data-tooltip);
        text-align: center;
        font-size: 13px;
        line-height: 1.2;
    }

    /* Triangle hack to make tooltip look like a speech bubble */
    [data-tooltip]:after {
        position: absolute;
        bottom: 100%;
        left: 50px;
        margin-left: -5px;
        width: 0;
        border-top: 5px solid #333;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: " ";
        font-size: 0;
        line-height: 0;
    }

    /* Show tooltip content on hover */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
        opacity: 1;
    }

.page trr th {
    background-color: #fff !important;
}

.modal-footer {
    text-align: left;
}




/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2000;
    cursor: pointer;
}

    /* Hide the tooltip content by default */
    [data-tooltip]:before,
    [data-tooltip]:after {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    /* Position tooltip above the element */
    [data-tooltip]:before {
        position: absolute;
        bottom: 100%;
        left: 85px;
        margin-bottom: 5px;
        margin-left: -88px;
        padding: 7px;
        width: 120px;
        background-color: #333;
        color: #fff;
        content: attr(data-tooltip);
        text-align: center;
        font-size: 13px;
        line-height: 1.2;
    }

    /* Triangle hack to make tooltip look like a speech bubble */
    [data-tooltip]:after {
        position: absolute;
        bottom: 100%;
        left: 50px;
        margin-left: -5px;
        width: 0;
        border-top: 5px solid #333;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: " ";
        font-size: 0;
        line-height: 0;
    }

    /* Show tooltip content on hover */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
        opacity: 1;
    }


.toolbar {
    background-color: #128ECE;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 12px;
    padding-right: 12px;
    height: 48px;
    border-radius: 0px;
}

    .toolbar .btn-link {
        color: #fff;
        border: 2px solid #fff;
        border-radius: 16px;
        margin-top: 9px;
        margin-right: 12px !important;
        height: 32px;
        line-height: 16px;
        outline: 0px !important;
        box-shadow: none !important;
        outline-offset: 0px !important;
        text-transform: capitalize;
    }


        .toolbar .btn-link:hover {
            color: #128ece;
            background-color: #fff;
        }


        .toolbar .btn-link:focus {
    color: #128ece;
    background-color: #fff;
}


        .toolbar .btn-link i {
            margin-left: 5px;
            margin-right: 5px;
        }

.invtoolbar {
    background-color: #128ECE;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 12px;
    padding-bottom: 6px;
    z-index: 11000;
    min-width: 1530px;
    height: 44px;
}

    .invtoolbar .btn-link {
        color: #fff;
        border: 2px solid #fff;
        border-radius: 30px;
        margin-left: 12px;
        margin-top: 6px;
        height: 32px;
        line-height: 16px;
    }


        .invtoolbar .btn-link:hover {
            color: #128ece;
            background: #fff;
        }

        .invtoolbar .btn-link:focus {
            color: #128ece;
            background: #fff;
        }






    .invtoolbar .form-group {
        margin-right: 0px;
        min-height: inherit;
        margin-bottom: auto;
        margin-top: 6px;
    }

    .invtoolbar .fg-line {
        margin-bottom: 1px;
    }


    .invtoolbar .form-group input {
        padding-left: 7px;
    }


.dropdown-menu {
    z-index: 15000 !important;
}

#btnClearSearch {
    margin-right: 5px;
}


.Emailbtn {
    background-repeat: no-repeat;
    background-image: url("/images/fontawesomeimage/envelope4.svg") !important;
    padding-left: 27px;
    background-size: 20px;
    background-position: 5px 9px;
}


.signinbtn {
    background-repeat: no-repeat;
    background-image: url("/images/fontawesomeimage/sign3.svg") !important;
    padding-left: 27px;
    background-size: 20px;
    background-position: 5px 9px;
}


.firsrtr th {
    font-size: 17px;
    vertical-align: top;
    color: #333;
    font-weight: normal;
    background-color: #D0D0D0;
}

    .firsrtr th a {
        font-size: 17px;
        vertical-align: top;
        color: #333;
        font-weight: normal;
        background-color: #D0D0D0;
    }

.filtercheckbox .checkbox {
    float: left;
    margin-right: 10px;
}


.toolbar .checkbox .input-helper:after {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0) rotate(80deg);
    -ms-transform: scale(0) rotate(80deg);
    -o-transform: scale(0) rotate(80deg);
    transform: scale(0) rotate(80deg);
    width: 22px;
    height: 9px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom-left-radius: 2px;
    left: -1px;
    top: 1px;
}

.toolbar table .form-group {
    min-height: inherit;
    margin-bottom: inherit;
    margin-right: 10px;
    margin-top: 10px;
}


.toolbar table .m-b-15 {
    margin-bottom: 5px !important;
    margin-left: 30px;
}

.toolbar table label {
    color: #fff;
}

.toolbar table .btn-link {
    color: #fff;
    margin-top: 8px !important;
}

.toolbar table .infodiv {
    font-size: 15px;
    font-weight: 100;
    color: #fff;
    display: -webkit-box;
    line-height: 18px;
    max-height: 36px;
}

.copybtn {
    background-repeat: no-repeat;
    background-image: url("/images/fontawesomeimage/copy10.svg") !important;
    padding-left: 27px;
    background-size: 20px;
    background-position: 5px 9px;
}

.checkbtn {
    background-repeat: no-repeat;
    background-image: url("/images/fontawesomeimage/correct8.svg") !important;
    padding-left: 30px;
    background-size: 23px;
    background-position: 6px 9px;
}

.toolbar .checkbtn {
    background-position: 6px 7px;
}

    .toolbar .checkbtn:hover {
        background-image: url("/images/fontawesomeimage/Bcorrect8.svg") !important;
    }

      .toolbar .checkbtn:focus {
        background-image: url("/images/fontawesomeimage/Bcorrect8.svg") !important;
    }


.toolbar .cancelbtn:hover {
    background-image: url("/images/fontawesomeimage/remove12.svg") !important;
}

.toolbar .cancelbtn:focus {
    background-image: url("/images/fontawesomeimage/remove12.svg") !important;
}


.cancelbtn {
    background-repeat: no-repeat;
    background-image: url("/images/fontawesomeimage/remove11.svg") !important;
    padding-left: 26px;
    background-size: 16px;
    background-position: 7px 12px;
}

.uploadbtn {
    background-repeat: no-repeat;
    background-image: url("/images/fontawesomeimage/upload40.svg") !important;
    padding-left: 26px;
    background-size: 16px;
    background-position: 5px 10px;
}

.nextbtn {
    background-repeat: no-repeat;
    background-image: url("/images/fontawesomeimage/arrow465.svg") !important;
    padding-right: 25px;
    background-size: 23px;
    background-position: 45px 9px;
}

.resetbtn {
    background-repeat: no-repeat;
    background-image: url("/images/fontawesomeimage/refresh37.svg") !important;
    padding-left: 24px;
    background-size: 17px;
    background-position: 5px 10px;
}

.addbtn {
    background-repeat: no-repeat;
    background-image: url("/images/fontawesomeimage/plus24.svg") !important;
    padding-left: 27px;
    background-size: 18px;
    background-position: 7px 10px;
}

.trashbtn {
    background-repeat: no-repeat;
    background-image: url("/images/fontawesomeimage/delete81.svg") !important;
    padding-left: 28px;
    background-size: 21px;
    background-position: 7px 8px;
}

.toolbar .trashbtn:hover {
    background-image: url("/images/fontawesomeimage/Bdelete81.svg") !important;
}


.downloadbtn {
    background-repeat: no-repeat;
    background-image: url("/images/fontawesomeimage/download63.svg") !important;
    padding-left: 26px;
    background-size: 20px;
    background-position: 5px 9px;
}

.iconsize {
    background-repeat: no-repeat;
    background-image: url("/images/fontawesomeimage/upload40.svg") !important;
    padding-left: 26px;
    background-size: 20px;
    background-position: 5px 10px;
}

.searchbtn {
    background-repeat: no-repeat;
    background-image: url("/images/fontawesomeimage/search19.svg") !important;
    padding-left: 26px !important;
    background-size: 19px;
    background-position: 5px 9px;
}

.toolbar .searchbtn:hover {
    background-image: url("/images/fontawesomeimage/Bsearch19.svg") !important;
}

.toolbar .searchbtn:focus {
    background-image: url("/images/fontawesomeimage/Bsearch19.svg") !important;
}


#btnCancelSearch {
    position: absolute;
    background-color: red;
    color: #fff;
    border-radius: 100%;
    top: 14px;
    left: 236px;
    height: 26px;
    padding-left: 9px;
    line-height: 0px;
    width: 26px;
}

.search-control .form-group {
    min-height: inherit;
    margin-bottom: inherit;
    margin-right: 12px;
}

.search-control input {
    margin-top: 8px;
}

/*.wrapper .alert-block {}*/

.fixedtoolbar {
    position: fixed;
    top: 65px;
    width: 100%;
    z-index: 15000;
    left: 0px;
    right: 0px;
}

.text-green {
    color: #4caf50;
}

.text-red {
    color: #f44336;
}

.listview .btn-success {
    background-color: transparent !important;
    color: #177B3D !important;
}

.listview .btn-danger {
    background-color: transparent !important;
    color: #AF2525 !important;
}


.listview .bgm-convert {
    background-color: transparent !important;
    color: #CE59A1 !important;
}

.listview .bgm-move {
    background-color: transparent !important;
    color: #C65E28 !important;
}


.listview .bgm-purple {
    background-color: transparent !important;
    color: #583782 !important;
}

.listview .bgm-apply {
    background-color: transparent !important;
    color: #0D190F !important;
}

.listview .btn-warning {
    background-color: transparent !important;
    color: #F8C217 !important;
}

.listview .text-green {
    background-color: transparent !important;
    color: #4caf50 !important;
}


.listview .text-red {
    background-color: transparent !important;
    color: #f44336 !important;
}

.listview .bgm-blue {
    background-color: transparent !important;
    color: #000000;
}

.listview .adjusthead {
    color: #000000 !important;
}


.listview .bgm-orange {
    background-color: transparent !important;
    color: #000;
}




#CustomDataRow .form-group {
    min-height: 77px;
}

.popover {
    border-radius: 0px;
    box-shadow: none;
    background: transparent;
    border: transparent;
}

.popover-title {
    background-color: #3A52CE;
    color: #ffffff;
}

.popover-content {
    background-color: #4285F4;
    color: #ffffff;
    font-family: Verdana;
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 2px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #3A52CE;
}

.infodiv #Operations {
    margin-bottom: 0px;
}

.toolbar .scantable .btn-link {
    margin-top: 0px;
}

.toolbar .scantable {
    display: inline-block;
    /*margin-top: 10px;*/
}



#ctl00_ContentPlaceHolder1_gvItem {
    overflow: auto;
}

#ctl00_ContentPlaceHolder1_GridView1 {
    display: block;
    overflow: auto;
}

#sidebar {
    z-index: 10000;
}



.no-data {
    text-align: left;
}

    .no-data td p {
        margin-left: 25px;
    }

.ai {
    margin-top: -10px;
}


.aligncenter {
    text-align: center;
}

.innertable tr {
    background-color: transparent !important;
}

.m-t-o {
    margin-top: 0px;
}

.quickLinks {
    text-align: center;
}

.popover-content a {
    color: #fff;
    text-decoration: underline;
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 2px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #3660BF;
}

.ci-pager .fa-backward {
    margin-left: -3px;
}

#txtSearch {
    padding-left: 5px;
}


/*CSS FOR HEADERS*/
#header {
    height: 48px !important;
}

.block-header {
    position: relative;
    height: 72px;
    margin: 0px auto;
    text-align: left;
    vertical-align: middle;
    margin-top: -18px;
}

/*Middle section*/
.card {
    margin-right: 12px;
}


.gridTable thead tr th:first-child {
    padding-left: 12px !important;
}


.gridTable .firsrtr th:first-child {
    padding-left: 12px !important;
}

table.gridTable th {
    height: 44px;
    margin: 6px;
}

table.gridTable td {
    height: 48px;
}



tr.show-filter-images th:first-child {
    padding-left: 12px !important;
}

table.gridTable tbody td:first-child {
    vertical-align: top;
    padding-left: 12px !important;
    padding-right: 4px;
}




.pager tr th {
    padding-left: 0px !important;
}

.card .card-body {
    padding: 12px;
}

#frmSearch {
    padding-top: 22px;
}



#ctl00_ContentPlaceHolder1_ctlUpload_ASPxgvBatches_col0 {
    padding-left: 10px;
}

.dxgvTable td {
    font-size: 15px;
}


/*Transaction Color Combinations*/

.increasecolor {
    color: #177B3D;
}


.decreasecolor {
    color: #AF2525;
}

.movecolor {
    color: #C65E28;
}

.updatecolor {
    color: #583782;
}

.tagcolor {
    color: #0D190F;
}

.convertcolor {
    color: #CE59A1;
}

.makecolor {
    color: #935C33;
}

.adjustcolor {
    color: #F8C217;
}

.bgm-orange {
    background-color: #F8C217 !important;
}


.bgm-increase {
    background-color: #177B3D !important;
}

.bgm-decrease {
    background-color: #AF2525 !important;
}





.btn-convert {
    background-color: #CE59A1 !important;
}

.btn-move {
    background-color: #C65E28 !important;
}

.bgm-purple {
    background-color: #583782 !important;
}

.bgm-apply {
    background-color: #0D190F !important;
}

h4.bgm-increase {
    background-color: transparent !important;
    color: #177B3D !important;
}

h4.bgm-decrease {
    background-color: transparent !important;
    color: #AF2525 !important;
}

.maintabSelect {
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 16px;
}

    .maintabSelect:hover {
        background-color: #fff !important;
        color: #000 !important;
        border-radius: 16px;
    }

    .maintabSelect:focus {
        background-color: #fff !important;
        color: #000;
        border-radius: 16px;
    }

.CustomDisabledBtn {
    color: #ccc !important;
    cursor: default !important;
}

* {
    box-sizing: border-box;
}

body #content {
    padding-bottom: 0px;
}


.header-panel {
    background-color: #009587;
    height: 144px;
    position: relative;
    z-index: 3;
}

    .header-panel div {
        position: relative;
        height: 100%;
    }

    .header-panel h1 {
        color: #FFF;
        font-size: 20px;
        font-weight: 400;
        position: absolute;
        bottom: 10px;
        padding-left: 35px;
    }

.menu {
    overflow: auto;
    padding: 0;
}

    .menu, .menu * {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

        .menu ul {
            padding: 0;
            margin: 7px 0;
        }

            .menu ul li {
                list-style: none;
                padding: 20px 0 20px 50px;
                font-size: 15px;
                font-weight: normal;
                cursor: pointer;
            }

                .menu ul li.active {
                    background-color: #dedede;
                    position: relative;
                }

                .menu ul li a {
                    color: rgb(51, 51, 51);
                    text-decoration: none;
                }

.pages {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    padding: 0;
    overflow: auto;
}

    .pages > div {
        padding: 0 5px;
        padding-top: 64px;
    }

    .pages .header {
        color: rgb(82, 101, 162);
        font-size: 24px;
        font-weight: normal;
        margin-top: 5px;
        margin-bottom: 60px;
        letter-spacing: 1.20000004768372px;
    }

.page {
    transform: translateY(1080px);
    transition: transform 0 linear;
    display: none;
    opacity: 0;
    font-size: 16px;
}

    .page.active {
        transform: translateY(0px);
        transition: all 0.3s ease-out;
        display: block;
        opacity: 1;
    }

#opensource {
    color: rgba(0, 0, 0, 0.62);
    position: fixed;
    margin-top: 50px;
    margin-left: 50px;
    z-index: 100;
}

#source-modal h4 {
    color: black;
}

.navbar-material-light-blue-500.navbar {
    background: rgba(32,124,229,1);
    background: -moz-linear-gradient(top, rgba(32,124,229,1) 0%, rgba(32,124,229,1) 47%, rgba(29,127,225,1) 57%, rgba(18,142,206,1) 99%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32,124,229,1)), color-stop(47%, rgba(32,124,229,1)), color-stop(57%, rgba(29,127,225,1)), color-stop(99%, rgba(18,142,206,1)));
    background: -webkit-linear-gradient(top, rgba(32,124,229,1) 0%, rgba(32,124,229,1) 47%, rgba(29,127,225,1) 57%, rgba(18,142,206,1) 99%);
    background: -o-linear-gradient(top, rgba(32,124,229,1) 0%, rgba(32,124,229,1) 47%, rgba(29,127,225,1) 57%, rgba(18,142,206,1) 99%);
    background: -ms-linear-gradient(top, rgba(32,124,229,1) 0%, rgba(32,124,229,1) 47%, rgba(29,127,225,1) 57%, rgba(18,142,206,1) 99%);
    background: linear-gradient(to bottom, rgba(32,124,229,1) 0%, rgba(32,124,229,1) 47%, rgba(29,127,225,1) 57%, rgba(18,142,206,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207ce5', endColorstr='#128ece', GradientType=0 );
}

.headermenu a {
    padding-top: 9px !important;
    padding-bottom: 10px !important;
    color: #fff;
    line-height: 38px;
    font-size: 15px;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 100;
}



.profilesection a {
    color: #fff;
    padding: 18px 10px 2px 10px;
}

.profilesection img {
    border: 1px solid #eaeaea;
}

.autoscroll {
    overflow: auto !important;
}



/*Autocomplete CSS*/
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10000 !important;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}


.firsrtr .btn {
    margin-top: 0px;
}


.panel-default > .panel-heading {
    background: transparent;
}

div.temp-choose-color div span.ci-bg-color {
    margin-top: -5px;
    /*float: left;*/
    height: 25px;
    width: 25px;
    left: 0px;
    border: 1px solid #bbb;
    margin-right: 3px;
    border-radius: 3px;
    position: relative;
    display: inline-block;
}

#selectAction li a i {
    height: 28px;
    width: 28px;
    border-radius: 16px;
    padding-left: 7px;
    padding-top: 5px;
    color: #fff !important;
    background: #9A9999;
    margin-right: 10px;
}

#selectAction li a {
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

#selectAction .increase i {
    background: #177B3D;
}

#selectAction .decrease i {
    background: #AF2525;
    padding-top: 7px;
}

#selectAction .adjust i {
    background: #F8C217;
    padding-left: 11px;
    padding-top: 6px;
}

#selectAction .move i {
    background: #C65E28;
    padding-left: 9px;
    padding-top: 6px;
}

#selectAction .apply i {
    background: #0D190F;
    padding-top: 7px;
    padding-left: 8px;
}

#selectAction .status i {
    background: #583782;
    padding-left: 8px;
    padding-left: 7px;
    padding-top: 6px;
}

#selectAction .CUOM i {
    background: #CE59A1;
}

#selectAction .MakeNew i {
    background: #935C33;
}


#selectAction .FilterCartItems i {
    padding-left: 8px;
}

#selectAction .ClearZeroRecords i {
    padding-left: 8px;
}

#selectAction .linkCancel i {
    padding-left: 8px;
}

#SelectedUnitData {
    float: none;
    margin-left:10px;
}

.panel-group #collapseOne
{
    margin-left:5px;
}


.innerscantable tr {
    background-color: transparent !important;
}

    .innerscantable tr td {
        background-color: transparent !important;
    }

.innerscantable tr {
    background-color: transparent !important;
}

    .innerscantable tr td {
        background-color: transparent !important;
    }

.inactive {
    pointer-events: none;
    cursor: default;
    opacity: 0.4;
}

#selectAction .increase {
    pointer-events: inherit !important;
    cursor: pointer;
    opacity: 1 !important;
}



.newlabelpop .modal-body {
    min-height: initial;
    overflow: hidden !important;
}





.modal-header {
    padding-left: 15px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #128ece;
}

    .modal-header h3 {
        color: #fff !important;
    }


.scanmodal .modal-title {
    color: #fff;
}


.scanmodal .close {
    color: #fff;
}


.intransaction .checklabel {
    text-align: center;
}


.dxeTextBox {
    background-color: transparent;
}

td.dxic input[type="text"] {
    width: 248px;
}


.dxgvControl td {
    padding-left: 5px !important;
}

.align-scrub .clear-inv {
    margin-right: 0px;
}

.managetable tr.show-inline-record td {
    padding-left: 10px !important;
}

.left10 {
    margin-left: 10px;
}

#transactionDialog div.modal-body {
    padding-left: 15px;
}

.bodyarea {
    padding: 5px;
}

    /*.increase .bodyarea
{
    background-color: #AACCAA;
}


.decrease .bodyarea
{
    background-color: #D2AFAF;
}
.apply .bodyarea
{
      background-color: #BBB9B9;
    
}

.panel-group .panel
{
     background-color: #A2A0A0;
}

.convert .bodyarea
{
  background-color: #E4D0E0;
}

.move .bodyarea
{
  background-color: #E0AF96;   
}

.status .bodyarea
{
    background-color: #BBACCE;    
}*/

    .bodyarea input {
        border: transparent;
    }

    .bodyarea select {
        border: transparent;
    }

#AdjustModalDialog form, #transactionDialog .modal-footer {
    border-radius: 0px 0px 6px 6px;
}

.modal-backdrop.in {
    z-index: 15000 !important;
}



#AdjustModalDialog .bodyarea {
    padding-left: 12px;
}



.modal {
    z-index: 16000 !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-right:0px !important;
      padding-left:0px !important;
    margin-top: 50px;
}

.scanmodal .fa-times-circle {
    color: #fff;
}

.scanmodal .close {
    opacity: 1;
}

.ui-datepicker-month {
    color: #000;
}

.ui-datepicker-year {
    color: #000;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 50%;
    height: 26px;
    border-right: 1px solid #ccc;
    margin-top: -1px;
}

.header-inner {
    list-style: none;
    padding: 6px 0;
    padding-bottom: 2px;
}


    .header-inner .logo {
        min-width: 193px;
    }




.managetable .fixedtext {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 18px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

#menu-trigger:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 199px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,.22);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    z-index: 0;
}

.line-wrap {
    margin: 11px 16px;
}

.left20 {
    margin-left: 20px;
}
.left40 {
    margin-left: 40px;
}

.lockLibraryMessage .fa-times-circle
{
 position:absolute;
 font-size:25px;
 cursor:pointer;
}

#main {
    margin-bottom: 10px;
}

.dxeTextBoxSys {
    max-width: 250px;
}

.dxgvCommandColumn {
    text-align: left;
}

#myInvImgGalleryModal {
    overflow: hidden;
}

    #myInvImgGalleryModal .modal-body {
        overflow: auto;
    }

.toolbar .btn-clearlyInventory-circle {
    background: transparent !important;
    background-color: transparent !important;
    line-height: 24px;
    border: 2px solid #fff;
}

#recentTransDialog .modal-body {
    max-height: 440px;
    overflow: auto;
}

.alert-success {
    background-color: #51A351;
    color: #fff;
    border: transparent;
    border-radius: 4px;
    position: fixed;
    right: 13px;
    top: 50px;
}


    .alert-success button.close {
        color: #fff;
        opacity: 1;
    }

    .alert-success .alert-heading {
        font-size: 14px;
        font-weight: 800;
        margin-bottom: 5px;
        color: #fff;
    }

.alert-danger {
    background-color: #BD362F;
    color: #fff;
    border: transparent;
    border-radius: 4px;
    position: fixed;
    right: 13px;
    top: 50px;
}


    .alert-danger button.close {
        color: #fff;
        opacity: 1;
    }

    .alert-danger .alert-heading {
        font-size: 14px;
        font-weight: 800;
        margin-bottom: 5px;
        color: #fff;
    }

.wrapper .alert-success {
    background-color: #51A351;
    color: #fff;
    border: transparent;
    border-radius: 4px;
    position: fixed;
    right: 13px;
    top: 50px;
}


    .wrapper .alert-success button.close {
        color: #fff;
        opacity: 1;
    }

    .wrapper .alert-success .alert-heading {
        font-size: 14px;
        font-weight: 800;
        margin-bottom: 5px;
        color: #fff;
    }


.wrapper .alert-warning {
    background-color: #f89406;
    color: #fff;
    border: transparent;
    border-radius: 4px;
    position: fixed;
    right: 13px;
    top: 50px;
}


    .wrapper .alert-warning button.close {
        color: #fff;
        opacity: 1;
    }

    .wrapper .alert-warning .alert-heading {
        font-size: 14px;
        font-weight: 800;
        margin-bottom: 5px;
        color: #fff;
    }






.wrapper .alert-error {
    background-color: #BD362F;
    color: #fff;
    border: transparent;
    border-radius: 4px;
    position: fixed;
    right: 13px;
    top: 50px;
}


    .wrapper .alert-error button.close {
        color: #fff;
        opacity: 1;
    }

button.close {
    opacity: 1;
}

.wrapper .alert-error .alert-heading {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 5px;
    color: #fff;
}

.copybtn {
    margin-top: 0px;
}


/*New form css*/


.fg-line:not([class*=has-]):after {
    background: transparent !important;
}


.form-group .form-control:focus {
    background-image: none;
    background: #fff !important;
    border: 1px solid #2196f3 !important;
}

.form-control:focus {
    background-image: none;
}

.form-control {
    border-bottom: transparent;
    border: 1px solid #ccc !important;
    padding-left: 7px !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    margin-top: 0px;
}

.form-control dollar {
    border-bottom: transparent;
    border: 1px solid #ccc !important;
    padding-left: 7px !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    margin-top: 2px;
}


#customFieldCont .select:before {
    margin-top: 2px !important;
    margin-right: 15px !important;
}

#customItemFieldCont .select:before {
    margin-top: 2px !important;
    margin-right: 15px !important;
}


.form-group .form-control:focus {
    background-image: none;
    background: #fff !important;
    border: 1px solid #2196f3 !important;
}

.form-control:focus {
    background-image: none;
}

.form-control {
    border-bottom: transparent;
    border: 1px solid #ccc !important;
    padding-left: 7px !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    margin-top: 0px;
}

    .form-control.error {
        border: 1px solid red !important;
    }

    .form-control dollar {
        border-bottom: transparent;
        border: 1px solid #ccc !important;
        padding-left: 7px !important;
        background-color: #fff !important;
        border-radius: 5px !important;
        margin-top: 2px;
    }



.select:before {
    margin-top: 2px;
    margin-right:4px;
}

html:not(.ie9) .select:before {
    position: absolute;
    top: 0;
    content: "";
    /*height: calc(100% - 15px);*/
    width:35px;
    height:30px;
  
    background-color: #fff;
    background-position: right calc(100% - 1px);
    background-repeat: no-repeat;
    background-image: url("../../images/myselectnew.png");
    pointer-events: none;
    z-index: 5;
    /*-webkit-transform: rotate(45deg);*/
  
   
}

.bootstrap-select>.selectpicker
{
    padding-right:8px;
}

hr {
    border-top: 1px solid #D0D0D0;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0px;
}

label.error {
    color: red;
    /*position: absolute;*/
}


.form-group input.error {
    border: 1px solid red !important;
}


.form-group select.error {
    border: 1px solid red !important;
}

.last .fa-undo {
    position: absolute;
    z-index: 10;
    background: #FFFFFF;
    margin-top: 30px;
    margin-left: -4px;
    border-radius: 0px 5px 5px 0px;
}

.combo .fa-undo {
    position: absolute;
    /*margin-right:20px;
    margin-top:33px;*/
    z-index: 100;
}

#newRecord td .select:before {
    margin-top: 2px;
    margin-right: 9px !important;
}

.input-group:not(.input-group-lg):not(.input-group-sm) .input-group-addon:not(.last) {
    background-color: #eeeeee;
    vertical-align: middle;
    height: 32px;
    width: 32px;
    text-align: center;
    padding-right: 0px;
    border: 1px solid #ccc !important;
    border-right: transparent;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;

}

.input-group-addon i {
    color: #000;
    margin-right: 0px;
}

.actiontd {
    width: 125px;
}

.modal-body {
    background: #eaeaea !important;
    max-height: 470px;
}

.quantitysec {
    margin-top: 0px;
}

    .quantitysec input {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        margin-top: 0px !important;
    }

    .quantitysec .input-group-addon {
        background: #ccc;
        height: 32px;
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

#checkViewPaddingCont .checkbox {
    padding-left: 5px;
    border: 1px solid #ccc;
    padding-top: 0px;
    margin-top: 0px;
    min-height: 32px;
    background-color: #fff;
    border-radius: 4px;
    padding-right:35px;
    line-height:27px;
    word-break:break-all;
}

##checkViewPaddingCont .checkbox label
{
    font-size:16px;
}

.bootstrap-select .selectpicker
{
    padding-top:5px;
    padding-bottom:2px;
}


    #checkViewPaddingCont .checkbox .input-helper:before {
        top: 0;
        width: 17px;
        height: 17px;
        margin-top: 1px;
        margin-left: 5px;
    }

    #checkViewPaddingCont .checkbox input:checked + .input-helper:after {
        margin-left: 5px;
        margin-top: 2px;
    }

.checkboxaction label .fa-check {
    position: absolute;
    left: 8px;
    top: -8px;
    color: #fff;
}

.panel {
    background-color: transparent !important;
}

.collapsed {
    text-decoration: underline;
}

.ci-pager fa-forward {
    margin-left: 5px;
}

.modal-footer {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.btn[disabled] {
    opacity: 0.45;
}

.modal-header .fa-times-circle {
    color: #fff;
}

#MainImage img {
    max-height: 420px;
    max-width: 420px;
}

.ci-pager .fa-forward {
    margin-left: 4px;
    margin-top: 3px;
}

.modal-content .modal-body + .modal-footer {
    padding-top: 0;
    padding: 15px;
}





.dcost {
    border-radius: 0px 5px 5px 0px !important;
    margin-top: 0px;
}

.add {
    margin-top: 2px;
    font-size: 17px;
}

.min220 {
    min-width: 220px !important;
    width: 220px !important;
    padding-top: 22px !important;
}

.newlabelpop {
    padding-right: 0px !important;
}

#HighQtyError1 {
    color: red;
}

#lowQtyError1 {
    color: red;
}

.fileinput-filename {
    /*vertical-align: middle;
 display: inline-block;
 overflow: hidden;
 background-color: #128ece;
 line-height:25px;
 color: #fff;
 min-height:27px;
 text-align: center;*/
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    /*background-color: #D3DADE;*/
    line-height: 25px;
    color: #000;
    min-height: 27px;
    text-align: center;
    /*border: 1px solid #ccc;*/
    padding: 5px;
    border-radius: 5px;
}

.fileinput .close {
    position: relative;
    /* top: 5px; */
    margin-left: 2px;
    font-size: 22px;
    opacity: 1;
    color: #fff;
    float: none;
    /* background-color: red; */
    min-height: 27px;
    border-radius: 100%;
    padding: 0 4px;
    color: #BE0D2F;
    font-size: 28px;
    cursor: pointer;
    margin-top: -3px;
    float: right;
}

.mybootboxbody {
   
    background: rgba(242, 222, 222, 0.52) !important;
}

.texttransformnone {
    text-transform: none !important;
}


.bootbox-confirm .modal-body {
    background: #f2dede !important;
    color: #a94442;
    padding: 15px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.bootbox-confirm .modal-content {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}



.bootbox-close-button {
    color: #a94442 !important;
    margin-top: 0px !important;
    opacity: 1;
}

.bootbox-confirm .btnPrimary {
    background-color: #a94442 !important;
}

.bootbox-confirm .btnPrimary {
    background-color: #a94442 !important;
}

.bootbox-confirm {
    width: 400px;
}

.bootbox-confirm {
    width: 400px;
}




.bootbox-alert .modal-body {
    background: #f2dede !important;
    color: #a94442;
    padding: 15px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.bootbox-alert .modal-content {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}




.bootbox-alert .btnPrimary {
    background-color: #a94442 !important;
}

.bootbox-alert {
    width: 400px;
}

.smallmodal {
    width: 400px !important;
}

.modal .modal-body {
    padding-top: 10px;
}


/*date picker updated css*/

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: #fff;
    background-color: #ccc !important;
    border-radius: 30px;
    text-align: center;
}

.ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: transparent;
    text-align: center;
    font-size: 16px;
    height: 35px;
    width: 35px;
    line-height: 25px;
}

.checkbox input {
    width: 210px !important;
    pointer-events: all !important;
    height: 25px !important;
}

#footers {
    background-color: #EDECEC;
    color: #666666;
    text-align: center;
    padding: 20px;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #C0C0C0;
}


.btn-primary {
    background: #128ece !important;
}

.modal-footer {
    background: #fff;
}



.btn-primary {
    background: #128ece !important;
}

.modal-footer {
    background: #fff;
}


.btn-group {
    box-shadow: none !important;
}


.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}


.pagination .active a {
    background: #128ECE;
    color: #fff;
}


.multiselect-selected-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 18px;
    max-height: 36px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.org {
    background-color: #ff5722;
    text-transform: inherit;
}

.invtoolbar .btn-link {
    text-transform: inherit;
}

.viewbuilderheader {
    text-transform: inherit;
}




html:not(.ismobile) .page-loader .preloader {
    width: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -55px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 3000ms;
    animation-duration: 3000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    html:not(.ismobile) .page-loader .preloader p {
        white-space: nowrap;
        position: relative;
        left: -9px;
        top: 22px;
        color: #CCC;
    }

.preloader {
    position: fixed;
    margin: 0px auto;
    display: inline-block;
    left: 50%;
    top: 40%;
}

    .preloader:not([class*="pl-"]) {
        width: 50px;
    }

    .preloader:before {
        content: '';
        display: block;
        padding-top: 100%;
    }

    .preloader.pl-xs {
        width: 20px;
    }

    .preloader.pl-sm {
        width: 30px;
    }

    .preloader.pl-lg {
        width: 50px;
    }

    .preloader.pl-xl {
        width: 80px;
    }

    .preloader.pl-xxl {
        width: 100px;
    }

    .preloader:not([class*="pls-"]) .plc-path {
        animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    }

    .preloader[class*="pls-"] .plc-path {
        animation: dash 1.5s ease-in-out infinite;
    }

    .preloader.pls-red .plc-path {
        stroke: #f44336;
    }

    .preloader.pls-blue .plc-path {
        stroke: #2196f3;
    }

    .preloader.pls-green .plc-path {
        stroke: #4caf50;
    }

    .preloader.pls-yellow .plc-path {
        stroke: #ffeb3b;
    }

    .preloader.pls-bluegray .plc-path {
        stroke: #607d8b;
    }

    .preloader.pls-amber .plc-path {
        stroke: #ffc107;
    }

    .preloader.pls-teal .plc-path {
        stroke: #009688;
    }

    .preloader.pls-gray .plc-path {
        stroke: #9e9e9e;
    }

    .preloader.pls-pink .plc-path {
        stroke: #e91e63;
    }

    .preloader.pls-purple .plc-path {
        stroke: #9c27b0;
    }

    .preloader.pls-white .plc-path {
        stroke: #fff;
    }

svg.pl-circular {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 3;
    stroke-miterlimit: 10;
    fill: none;
}



.pl-circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.plc-path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 2;
    stroke-miterlimit: 10;
    fill: none;
}






@keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }


    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #f44336;
    }

    40% {
        stroke: #2196f3;
    }

    66% {
        stroke: #4caf50;
    }

    80%, 90% {
        stroke: #ffc107;
    }
}

/*Loader text color*/

.waittext {
    margin-top: 25px;
    white-space: nowrap;
    color: #ccc;
    margin-left: -10px;
}

.red {
    color: #b04d4d;
}

.blue {
    color: #319cd9;
}

.gray {
    color: #ccc;
}

.green {
    color: #ff6a00;
}


.dropdown-submenu .innerDropdownmenu {
    max-height: 420px;
    overflow-y: auto;
}

    .dropdown-submenu .innerDropdownmenu a {
        padding-right: 60px;
    }



@-moz-document url-prefix() {
    .dropdown-submenu > a:after {
        display: initial !important;
        content: " ";
        float: right;
        width: 0;
        right: 10px;
        position: absolute !important;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 8px;
        border-left-color: #999;
        margin-top: 3px;
        margin-right: -10px;
    }
}


select::-ms-expand {
    display: none;
}




/*css related to new style select box*/

.bootstrap-select {
    width: 100%;
    margin-top: 1px !important;
}


    .bootstrap-select ul li a {
        border-top: 1px solid #E2E2E2;
    }



    .bootstrap-select ul li a {
        border-top: 1px solid #E2E2E2;
    }


.selectpicker .fa-check {
    display: none;
}


.bootstrap-select .caret {
    display: none;
}

/*.bootstrap-select .createlabel {}*/


.bootstrap-select > .selectpicker {
    border-bottom: transparent !important;
}

.bootstrap-select.btn-group .btn .filter-option {
    text-transform: initial;
    color: #069;
    font-size: 16px;
}

.dateselectlist {
    height: 32px;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    padding-top: 7px;
    padding-bottom: 7px;
}

/*start- create new item css */
#HighQtyError {
    color: red;
}

#lowQtyError {
    color: red;
}




.dateselectlist {
    height: 32px;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    padding-top: 7px;
    padding-bottom: 7px;
}

/*start- create new item css */
#HighQtyError {
    color: red;
}

#lowQtyError {
    color: red;
}


.tab-nav > li.disabled > a {
    cursor: not-allowed !important;
    color: #999;
}


#ItemCreatePage #divAutoID {
    margin-top: 7px;
    margin-left: 0px;
    display: block;
}

#ItemCreatePage #MessageDialog {
    width: 47%;
}



    #ItemCreatePage #MessageDialog .modal-body {
        padding: 22px;
    }

    #ItemCreatePage #MessageDialog .modal-body {
        padding: 22px;
    }



#ItemCreatePage #divAutoID .ts-label {
    margin: 0px;
}


#ItemCreatePage #customItemFieldCont {
    display: table;
}

#SettingsTab #btnSaveConversion {
    position: static;
}

#SettingsTab .aligncenter .form-control {
    width: 248px;
}


#SettingsTab .pdtop10 {
    padding-top: 10px;
}

#ItemCreatePage #customItemFieldCont {
    display: table;
}

/* end - create new item css */


/*start-Settings tab Item master page css*/
#SettingsTab #btnSaveConversion {
    position: static;
}

#SettingsTab .aligncenter .form-control {
    width: 248px;
}


#SettingsTab .pdtop10 {
    padding-top: 10px;
}


#SettingsTab .zindex0 {
    z-index: 0;
}


#SettingsTab .wdisplay {
    width: 100%;
    display: inline-block;
}
/*End-settings tab css*/


/*User create admin area start*/


#UserCreateData .field-validation-error {
    color: red;
    padding: 0px;
    box-shadow: none !important;
}



#UserCreateData .form-group {
    float: none;
}

#UserCreateData .firstletter {
    background: orange;
    text-align: center;
    height: 70px;
    width: 70px;
    color: #fff;
    font-size: 48px;
    border-radius: 100%;
    text-transform: capitalize;
}

#UserCreateData .managetable {
    width: auto;
}

    #UserCreateData .managetable td {
        padding-right: 45px !important;
    }

.valignmiddle {
    vertical-align: middle;
}

.font14 {
    font-size: 14px;
}

.font13 {
    font-size: 13px;
}

.wnorap {
    white-space: nowrap;
}

.font12 {
    font-size: 12px;
}

.font16 {
    font-size: 16px;
}

/*User create admin area -end*/

/*User detail aspx page - start*/

#UserDetailPage .UserDisplayData {
    min-height: 120px;
    font-size: 16px;
    padding: 12px;
    background: #e6e4e4;
}

#UserDetailPage .UserDisplayForm {
    float: none;
    min-height: initial;
    margin-top: 20px;
}


#UserDetailPage .nav-tabs {
    display: none;
}


#UserDetailPage .form-group {
    min-height: 91px;
}

#UserDetailPage .w150 {
    width: 150px;
}


/*User detail aspx page - end*/


.UserAccess .dxgv td {
    width: 248px !important;
}

.UserAccess .dxgvHeader table {
    width: 250px !important;
}


.btransparent {
    background-color: transparent;
}

.bdark {
    background-color: #dddddd;
}



/* Create new custom field start*/
#NewCustomFieldForm td label {
    display: inline;
    margin-left: 7px;
    font-weight: normal;
    line-height: 25px;
    position: absolute;
    /*margin-top: 3px;*/
}




#NewCustomFieldForm input[type='radio'] {
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 50%;
    outline: none;
    box-shadow: 0 0 5px 0px #ccc inset;
}

    #NewCustomFieldForm input[type='radio']:hover {
        box-shadow: 0 0 5px 0px orange inset;
    }

    #NewCustomFieldForm input[type='radio']:before {
        content: '';
        display: block;
        width: 60%;
        height: 60%;
        margin: 20% auto;
        border-radius: 50%;
    }

    #NewCustomFieldForm input[type='radio']:checked:before {
        background: #019688;
    }

#NewCustomFieldForm .differentbtn i {
    background: none !important;
}

#NewCustomFieldForm .differentbtn .btn-info {
    background-color: #0fb2fc !important;
}

#NewCustomFieldForm .differentbtn input {
    border: none !important;
}

#NewCustomFieldForm .block-header {
    margin-left: -5px;
}
/*Create new custom field end*/

/*Edit custom field- start*/

#NewCustomFieldFormEdit .customdatatypecard {
    height: 293px;
}

#NewCustomFieldFormEdit .selectpicker .disabled {
    background: #ccc;
    opacity: 0.3;
}

#NewCustomFieldFormEdit .newcheckbox {
    margin-left: 15px;
    font-weight: 400 !important;
}

#NewCustomFieldFormEdit .customdatatypecard .form-group {
    min-height: 97px;
}



#NewCustomFieldFormEdit .form-group .drpdown {
    height: auto !important;
}



#NewCustomFieldFormEdit .mformgroup {
    margin-left: 13px;
    width: 100%;
}


#NewCustomFieldFormEdit .arrangeorder {
    color: #666;
    font-size: 12px;
}


#NewCustomFieldFormEdit .linetext {
    color: #666;
    font-size: 12px;
}


#NewCustomFieldFormEdit .linediv {
    margin-left: 13px;
    width: 100%;
}

/*edit custom field -end*/

/*Manage unit tag fields- start*/
#myUnitTagFields .card .card-header h2 small {
    display: inline !important;
}

#myUnitTagFields .card {
    margin-bottom: 12px;
}

#myUnitTagFields .block-header {
    padding: 0px;
}

#myUnitTagFields .card .card-header .actions {
    right: 75px;
}

#myUnitTagFields .ats-switch .switch-left {
    color: #fff;
    margin-right: 0px;
    background: #f55549;
}

#myUnitTagFields .ats-switch span.switch-left {
    border-radius: 25px;
}

#myUnitTagFields .ats-switch .knob {
    border-radius: 25px;
}

#myUnitTagFields .ats-switch span.switch-right {
    border-radius: 25px;
}


#myUnitTagFields .ats-switch {
    border: transparent;
}




#myUnitTagFields .bgm-blue {
    background: #128ECE !important;
}

#myUnitTagFields .bs-item {
    margin-bottom: 10px;
}

#myUnitTagFields hr {
    margin-top: 7px;
    margin-bottom: 10px;
}

#myUnitTagFields small {
    color: #fff;
}

.mtm23 {
    margin-top: -23px;
}
/*manage unit tag fields - end */


/*Myinventory column css -start*/
/*id="MyinventoryColumnSettings"*/ 
#MyinventoryColumnSettings .MoveCursor {
    cursor: move;
}

#MyinventoryColumnSettings .block-header {
    padding-left: 0px;
}

#MyinventoryColumnSettings {
    width: auto;
    min-width: 30%;
}

    #MyinventoryColumnSettings .ats-switch .switch-left {
        color: #fff;
        /* margin-left: -10px; */
        margin-right: 0px;
        background: #f55549;
    }

    #MyinventoryColumnSettings .ats-switch span.switch-left {
        border-radius: 25px;
    }

    #MyinventoryColumnSettings .ats-switch .knob {
        border-radius: 25px;
    }

    #MyinventoryColumnSettings .ats-switch span.switch-right {
        border-radius: 25px;
    }

    #MyinventoryColumnSettings .ats-switch {
        border: transparent;
    }

    #MyinventoryColumnSettings .card-padding .col-md-4 {
        width: 100%;
    }

    #MyinventoryColumnSettings hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #MyinventoryColumnSettings .btn-success {
        margin-top: 0px;
    }

    #MyinventoryColumnSettings .btn-white {
        margin-top: 0px;
    }

    #MyinventoryColumnSettings .form-group {
        width: 100px !important;
    }

    #MyinventoryColumnSettings .custombtnGroup .btn {
        border: 1px solid #ccc;
        min-width: 120px;
        border-radius: 9px;
        text-align: left;
        font-size: 14px;
        text-transform: none;
    }


    #MyinventoryColumnSettings .custombtnGroup {
        margin-top: 0px;
    }

        #MyinventoryColumnSettings .custombtnGroup li {
            border-bottom: 1px solid #ccc;
        }

            #MyinventoryColumnSettings .custombtnGroup li.disabled {
                background: #ccc;
                opacity: 0.3;
            }

        #MyinventoryColumnSettings .custombtnGroup .dropdown-menu {
            max-height: 250px;
            overflow-y: auto;
        }

        #MyinventoryColumnSettings .custombtnGroup .caret {
            color: #989898;
            border-top: 7px dashed;
            border-right: 7px solid transparent;
            border-left: 7px solid transparent;
            float: right;
            margin-top: 5px;
        }

.pl12 {
    padding-left: 12px !important;
}

/*My inventory column css - end*/

/* Appearance page css-start*/

#AppearancePage .radio label {
    display: inline-block;
}

#AppearancePage .form-controlNew {
    height: 32px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 4px;
    width: 248px;
    font-size: 16px !important;
    font-weight: normal;
}

#AppearancePage .lblpattern {
    font-size: 17px;
    padding-left: 0px;
}


#AppearancePage .mt0 {
    margin-top: 0px;
}


#AppearancePage .lblBkg {
    font-size: 17px;
    padding-left: 0px;
}

/*appearance page css-end*/

/*Reset my data page - start*/

#ResetMyDataPage .list-group {
    margin-bottom: 20px;
    padding-left: 0;
}


#ResetMyDataPage .list-group-itemnew {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
}

    #ResetMyDataPage .list-group-itemnew:first-child {
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
    }

    #ResetMyDataPage .list-group-itemnew:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }

#ResetMyDataPage a.list-group-itemnew {
    color: #555555;
}

    #ResetMyDataPage a.list-group-itemnew .list-group-itemnew-heading {
        color: #333333;
    }

    #ResetMyDataPage a.list-group-itemnew:hover,
    #ResetMyDataPage a.list-group-itemnew:focus {
        text-decoration: none;
        color: #555555;
        background-color: #f5f5f5;
    }

#ResetMyDataPage .list-group-itemnew.disabled,
#ResetMyDataPage .list-group-itemnew.disabled:hover,
#ResetMyDataPage .list-group-itemnew.disabled:focus {
    background-color: #ffffff;
    color: #b5b4b4;
    cursor: not-allowed;
}

    #ResetMyDataPage .list-group-itemnew.disabled .list-group-itemnew-heading,
    #ResetMyDataPage .list-group-itemnew.disabled:hover .list-group-itemnew-heading,
    #ResetMyDataPage .list-group-itemnew.disabled:focus .list-group-itemnew-heading {
        color: inherit;
    }

    #ResetMyDataPage .list-group-itemnew.disabled .list-group-itemnew-text,
    #ResetMyDataPage .list-group-itemnew.disabled:hover .list-group-itemnew-text,
    #ResetMyDataPage .list-group-itemnew.disabled:focus .list-group-itemnew-text {
        color: #b5b4b4;
    }

#ResetMyDataPage .list-group-itemnew.active,
#ResetMyDataPage .list-group-itemnew.active:hover,
#ResetMyDataPage .list-group-itemnew.active:focus {
    z-index: 2;
    color: #000000;
    background-color: #f5f5f5;
    border-color: #e9e9e9;
}

    #ResetMyDataPage .list-group-itemnew.active .list-group-itemnew-heading,
    #ResetMyDataPage .list-group-itemnew.active:hover .list-group-itemnew-heading,
    #ResetMyDataPage .list-group-itemnew.active:focus .list-group-itemnew-heading,
    #ResetMyDataPage .list-group-itemnew.active .list-group-itemnew-heading > small,
    #ResetMyDataPage .list-group-itemnew.active:hover .list-group-itemnew-heading > small,
    #ResetMyDataPage .list-group-itemnew.active:focus .list-group-itemnew-heading > small,
    #ResetMyDataPage .list-group-itemnew.active .list-group-itemnew-heading > .small,
    #ResetMyDataPage .list-group-itemnew.active:hover .list-group-itemnew-heading > .small,
    #ResetMyDataPage .list-group-itemnew.active:focus .list-group-itemnew-heading > .small {
        color: inherit;
    }

    #ResetMyDataPage .list-group-itemnew.active .list-group-itemnew-text,
    #ResetMyDataPage .list-group-itemnew.active:hover .list-group-itemnew-text,
    #ResetMyDataPage .list-group-itemnew.active:focus .list-group-itemnew-text {
        color: #ffffff;
    }

#ResetMyDataPage .list-group-itemnew-success {
    color: #4caf50;
    background-color: #dff0d8;
}

#ResetMyDataPage a.list-group-itemnew-success {
    color: #4caf50;
}

    #ResetMyDataPage a.list-group-itemnew-success .list-group-itemnew-heading {
        color: inherit;
    }

    #ResetMyDataPage a.list-group-itemnew-success:hover,
    #ResetMyDataPage a.list-group-itemnew-success:focus {
        color: #4caf50;
        background-color: #d0e9c6;
    }

    #ResetMyDataPage a.list-group-itemnew-success.active,
    #ResetMyDataPage a.list-group-itemnew-success.active:hover,
    #ResetMyDataPage a.list-group-itemnew-success.active:focus {
        color: #fff;
        background-color: #4caf50;
        border-color: #4caf50;
    }

#ResetMyDataPage .list-group-itemnew-info {
    color: #2196f3;
    background-color: #d9edf7;
}

#ResetMyDataPage a.list-group-itemnew-info {
    color: #2196f3;
}

    #ResetMyDataPage a.list-group-itemnew-info .list-group-itemnew-heading {
        color: inherit;
    }

    #ResetMyDataPage a.list-group-itemnew-info:hover,
    #ResetMyDataPage a.list-group-itemnew-info:focus {
        color: #2196f3;
        background-color: #c4e3f3;
    }

    #ResetMyDataPage a.list-group-itemnew-info.active,
    #ResetMyDataPage a.list-group-itemnew-info.active:hover,
    #ResetMyDataPage a.list-group-itemnew-info.active:focus {
        color: #fff;
        background-color: #2196f3;
        border-color: #2196f3;
    }

#ResetMyDataPage .list-group-itemnew-warning {
    color: #ff9800;
    background-color: #fcf8e3;
}

#ResetMyDataPage a.list-group-itemnew-warning {
    color: #ff9800;
}

    #ResetMyDataPage a.list-group-itemnew-warning .list-group-itemnew-heading {
        color: inherit;
    }

    #ResetMyDataPage a.list-group-itemnew-warning:hover,
    #ResetMyDataPage a.list-group-itemnew-warning:focus {
        color: #ff9800;
        background-color: #faf2cc;
    }

    #ResetMyDataPage a.list-group-itemnew-warning.active,
    #ResetMyDataPage a.list-group-itemnew-warning.active:hover,
    #ResetMyDataPage a.list-group-itemnew-warning.active:focus {
        color: #fff;
        background-color: #ff9800;
        border-color: #ff9800;
    }

#ResetMyDataPage .list-group-itemnew-danger {
    color: #f44336;
    background-color: #f2dede;
}

#ResetMyDataPage a.list-group-itemnew-danger {
    color: #f44336;
}

    #ResetMyDataPage a.list-group-itemnew-danger .list-group-itemnew-heading {
        color: inherit;
    }

    #ResetMyDataPage a.list-group-itemnew-danger:hover,
    #ResetMyDataPage a.list-group-itemnew-danger:focus {
        color: #f44336;
        background-color: #ebcccc;
    }

    #ResetMyDataPage a.list-group-itemnew-danger.active,
    #ResetMyDataPage a.list-group-itemnew-danger.active:hover,
    #ResetMyDataPage a.list-group-itemnew-danger.active:focus {
        color: #fff;
        background-color: #f44336;
        border-color: #f44336;
    }

#ResetMyDataPage .list-group-itemnew-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

#ResetMyDataPage .list-group-itemnew-text {
    margin-bottom: 0;
    line-height: 1.3;
}
/*Reset my data pag -end*/

/*Download data page - css start*/


#DownloadDataPage .ThemeHeaderColor h2 {
    color: white !important;
}


#DownloadDataPage .btn-link, #DownloadDataPage .btn-link:focus {
    color: #fff !important;
    border: 2px solid #fff !important;
    border-radius: 30px !important;
    height: 32px !important;
    line-height: 16px !important;
    text-transform: inherit !important;
}

#DownloadDataPage .downloadbtnnew {
    float: right !important;
    margin-top: -18px !important;
    margin-right: -20px !important;
}

    #DownloadDataPage .downloadbtnnew:hover {
        background: white !important;
        color: #069 !important;
    }

#DownloadDataPage .card .card-header h2 small {
    display: block;
    margin-top: 8px;
    color: white !important;
    line-height: 160%;
}

#DownloadDataPage .bgm-blue {
    background-color: #EF6B26 !important;
}

#DownloadDataPage .fa-download {
    margin-top: 1px;
}

#DownloadDataPage .card-header {
    margin-bottom: 0px !important;
}

#DownloadDataPage .col-sm-4 .card-body {
    background-color: #eaeaea;
    padding-top: 25px !important;
    min-height: 130px;
}

/*Download data page - css - end*/

/* Default settings page - start*/


#DefaultsettingPage .btn {
    margin-top: 0px;
}

#DefaultsettingPage .alert {
    display: none !important;
}

#DefaultsettingPage .popover {
    min-width: 260px !important;
}

.pr8 {
    padding-right: 8px;
}

/*Default settings page - end*/

/* Billing info page css- start*/

#BillingInfoPage #creditcardbox {
    height: 180px;
    width: 310px;
    border-radius: 10px;
    padding: 12px;
    background: rgba(73,155,234,0.79);
    background: -moz-linear-gradient(left, rgba(73,155,234,0.79) 10%, rgba(73,155,234,0.79) 30%, rgba(55,142,232,0.79) 50%, rgba(32,124,229,0.91) 76%, rgba(32,124,229,1) 97%);
    background: -webkit-gradient(left top, right top, color-stop(10%, rgba(73,155,234,0.79)), color-stop(30%, rgba(73,155,234,0.79)), color-stop(50%, rgba(55,142,232,0.79)), color-stop(76%, rgba(32,124,229,0.91)), color-stop(97%, rgba(32,124,229,1)));
    background: -webkit-linear-gradient(left, rgba(73,155,234,0.79) 10%, rgba(73,155,234,0.79) 30%, rgba(55,142,232,0.79) 50%, rgba(32,124,229,0.91) 76%, rgba(32,124,229,1) 97%);
    background: -o-linear-gradient(left, rgba(73,155,234,0.79) 10%, rgba(73,155,234,0.79) 30%, rgba(55,142,232,0.79) 50%, rgba(32,124,229,0.91) 76%, rgba(32,124,229,1) 97%);
    background: -ms-linear-gradient(left, rgba(73,155,234,0.79) 10%, rgba(73,155,234,0.79) 30%, rgba(55,142,232,0.79) 50%, rgba(32,124,229,0.91) 76%, rgba(32,124,229,1) 97%);
    background: linear-gradient(to right, rgba(73,155,234,0.79) 10%, rgba(73,155,234,0.79) 30%, rgba(55,142,232,0.79) 50%, rgba(32,124,229,0.91) 76%, rgba(32,124,229,1) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
}

    #BillingInfoPage #creditcardbox h3 {
        color: #fff;
        margin-top: 13px;
    }

    #BillingInfoPage #creditcardbox h4 {
        color: #fff;
        border: transparent;
        margin-top: 70px;
        margin-bottom: 5px;
        padding-bottom: 0px;
    }

    #BillingInfoPage #creditcardbox h5 {
        color: #fff;
        font-style: italic;
        font-size: 17px;
    }

    #BillingInfoPage #creditcardbox p {
        color: #fff;
        font-size: 15px;
    }




#BillingInfoPage .text1 {
    font-size: 16px;
}

#BillingInfoPage .center {
    margin-left: 300px;
}

#BillingInfoPage .infoarea {
    font-size: 35px;
    background: #fff;
    margin-top: -18px;
    margin-right: -7px;
    padding: 4px;
    border-radius: 23px;
    float: right;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    text-align: center;
}

    #BillingInfoPage .infoarea .fa-times {
        color: brown;
    }

    #BillingInfoPage .infoarea .fa-check {
        color: green;
    }

.mt50 {
    margin-top: 50px;
}

#successmodal {
    border-radius: 0px !important;
    margin-top: 100px;
}

    #successmodal .modal-body {
        border-radius: 0px !important;
    }
/* Billing info page css-end*/






/*Invoice list css page - start*/

#InvoicelistPage input[type="checkbox"] {
    margin-top: -3px;
}

#InvoicelistPage .ci-pager {
    margin: 0px;
}

    #InvoicelistPage .ci-pager i {
        margin-top: 0px;
    }


#InvoiceDialog {
    background: white;
    bottom: auto;
    width: 80%;
    margin-top: 20px;
}

    #InvoiceDialog .modal-body {
        height: 450px;
    }


#InvoiceDetailPage dl {
    margin-bottom: 10px;
}

#InvoiceDetailPage .myclass {
    font-size: 13px;
    font-weight: bold;
    line-height: 21px;
}

#InvoiceDetailPage .textright {
    text-align: right;
}
/*Invoice list css page - end*/


/*my profile edit page - start*/

#ProfileDetailPage .pm-body {
    padding-left: 313px !important;
    padding-top: 30px;
}

#ProfileDetailPage #profile-main .pmo-pic {
    position: relative;
    margin: 12px;
}

    #ProfileDetailPage #profile-main .pmo-pic img {
        width: 100%;
        border-radius: 2px 2px 0 0;
        max-height: 274px;
    }

#ProfileDetailPage .successmsg {
    background-color: #51a351;
    color: #fff;
    border: transparent;
    border-radius: 4px;
    position: fixed;
    right: 13px;
    top: 50px;
    max-width: 375px;
    z-index: 10;
}

    #ProfileDetailPage .successmsg p {
        padding: 12px;
        font-size: 15px;
    }



#ProfileDetailPage .errormsg {
    background-color: brown;
    color: #fff;
    border: transparent;
    border-radius: 4px;
    position: fixed;
    right: 13px;
    top: 50px;
    z-index: 10;
}

    #ProfileDetailPage .errormsg .alert-error {
        margin-bottom: 5px;
        margin-top: 5px;
        background: brown;
        padding-top: 2px;
        padding-bottom: 2px;
    }

#ProfileDetailPage .error {
    color: red;
    position: absolute;
}

#ProfileDetailPage .errormsg p {
    padding: 12px;
    font-size: 15px;
    max-width: 375px;
}

#ProfileDetailPage table.gridTable td {
    font-size: 14px;
    word-break: break-all;
}

    #ProfileDetailPage table.gridTable td a {
        font-size: 14px;
        word-break: break-all;
    }





#ProfileDetailPage #mymodal .btn {
    margin-bottom: 8px;
}

#ProfileDetailPage #messages-main .ms-user > img {
    height: 40px;
}

#ProfileDetailPage .lv-body {
    padding: 15px;
}

#ProfileDetailPage #messages-main .ms-body {
    padding-left: 300px;
}

#ProfileDetailPage #messages-main .ms-menu {
    width: 290px;
}

#ProfileDetailPage #messages-main .ms-block {
    padding: 16px 20px 6px;
    background: #ccc;
}

#ProfileDetailPage #messages-main .ms-user > div {
    overflow: hidden;
    padding: 0px 5px 7px 15px;
    font-size: 13px;
}

#CurrentPicture {
    height: 250px;
    width: 250px;
    margin-bottom: 12px;
}

/*my profile edit page -end*/

/* component list page css-start*/

#ComponentListPage .m-t-2 {
    margin-top: 2px;
}

#ComponentListPage .m-t-o {
    margin-top: 0px;
}




#ComponentListPage .text {
    max-width: 500px;
    overflow: hidden;
    word-wrap: break-word;
}

.width20 {
    width: 20%;
}


#ComponentListPage .toolbar .form-group {
    min-height: inherit;
    margin-bottom: auto;
    margin-top: 8px;
    margin-right: 15px;
}

    #ComponentListPage .toolbar .form-group input {
        padding-left: 5px;
    }
/*component list page css - end*/

/*Backflush page css - start         */

#BackFlushListPage .no-border {
    border: none !important;
}

#BackFlushListPage .btn {
    margin-top: 0px !important;
}

#BackFlushListPage .form-group img {
    display: none;
}

#BackFlushListPage label span {
    color: #000 !important;
}

#BackFlushListPage #ctl00_ContentPlaceHolder1_aceLocation_completionListElem {
    display: block !important;
}

#BackFlushListPage .keep-inline {
    display: block !important;
}

.minheight455 {
    min-height: 455px;
}

/*backflush page css end*/

/*barcode page css */

.e-m-waitingpopup {
    display: none;
}

#Barcodepage .configuration {
    display: none;
    color: #797979;
}

    #Barcodepage .configuration span {
        color: #000;
    }

#Barcodepage .flmb20 {
    margin-bottom: 20px;
}

.pl0 {
    padding-left: 0px;
}
/*End barcode css*/

/*Barcode configuration list css - start*/

#barcodeConfigurationlist .mybootboxbody {
    padding: 0px;
}

#barcodeConfigurationlist .ajaxLoader {
    display: none;
    position: fixed !important;
    z-index: 100000;
}

#barcodeConfigurationlist .fa-times {
    font-size: 18px;
}

#barcodeConfigurationlist #configlist tbody td {
    color: #069 !important;
}

/*Barcode configuration list css - end*/

/*Create Edit barcode configuration - start*/




#CreateConfigData .separatorblock {
    display: block !important;
}

#CreateConfigData .radio label span {
    display: inline !important;
    position: absolute !important;
    top: -3px;
    left: 30px !important;
    white-space: nowrap !important;
}

#CreateConfigData .bgwhitep5 {
    background: white;
    padding: 5px;
}

.blacktext {
    color: black;
}

/*Create Edit barcode configuration - end*/

/*Barcode label genration- start*/
#BarcodeGenerator .card-header {
    margin-left: -12px;
    margin-right: -12px;
}

#BarcodeGenerator .barrow {
    margin-left: 0px;
    margin-left: 0px;
}

#BarcodeGenerator .m-b-15 {
    margin-bottom: 15px !important;
    margin-left: 22px;
}
/*Barcode label genration- start*/

.mb0 {
    margin-bottom: 0px;
}


/*Old scan page*/


#ScanDataPage .input-group-addon {
    background: #ccc !important;
    height: 32px;
    padding-left: 3px !important;
    padding-right: 3px !important;
}

#ScanDataPage .form-control .input-group {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

#ScanDataPage .uomScanData {
    padding-top: 10px;
    vertical-align: top;
}

.mt7 {
    margin-top: 7px;
}

.font1em {
    font-size: 1.4em;
}

/*End old scan page*/


/*Process page scan old*/
.rowMargin0 {
    margin-left: 0px;
    margin-right: 0px;
}

#ScanProcessPage .modal-footer {
    background-color: #fff;
}

#ScanProcessPage label.error {
    margin-top: 33px;
}

.mb15 {
    margin-bottom: 15px;
}




/*BOM Page css*/

.mtm5 {
    margin-top: -5px;
}

.autoWidth {
    width: auto;
}

/*BOM page css end*/


/*File upload page css - start*/

/*#FileuploadDataPage .dxgvTable td {}*/

#FileuploadDataPage .block-header {
    padding-left: 0px;
}

#FileuploadDataPage .dxgv {
    text-align: left;
}


#FileuploadDataPage .table td:last-child {
    padding-left: 0px !important;
}


#FileuploadDataPage {
    margin-top: 25px;
}

#transactionuploadDataPageHeader .popup .wrapper .alert-block {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

#transactionuploadDataPage .card 
{
    width: auto;
}

.DisplayNone {
    display: none !important;
}

.ui-autocomplete {
    z-index: 20000 !important;
    position:relative !important;
}

.top100
{
    margin-top:100px;
}

.font26
{
    font-size:26px;
}

.lockLibrary {
    display: none;
}

.unlockLibrary {
    display: none;
}

.lockLibraryMessage
{
    padding: 12px;
    background-color: #f2c7ce;
    padding-bottom: 14px;
    color: brown;
    margin-bottom: 10px;
    font-size:16px;
}

.lockLibraryMessage a
{
    text-decoration: underline;
    color: #069;
}

.Lock.createlabel
{
    background:#f2dede;
    color: #a94442 !important;
    font-size:13px !important;
}

.Lock.createlabel:hover
{
    background:#f2dede;
    color: #a94442 !important;
    font-size:13px !important;
}


#checkViewPaddingCont .checkbox:focus
{
    border:1px solid rgba(32,124,229,1);
}

.btn-group .btn:focus
{
 -webkit-box-shadow: inset 8px -5px 68px -13px rgba(224,224,224,1) !important;
-moz-box-shadow: inset 8px -5px 68px -13px rgba(224,224,224,1) !important;
box-shadow: inset 8px -5px 68px -13px rgba(224,224,224,1) !important;
}


.form-control:disabled {
    background: #dedede !important;
    color:#5087a5 !important;
}

.btn-clearlyInventory-circle:focus
{
    box-shadow: 4px 4px 4px #888888 !important;
}



.manageDropdown
{
 max-height: 500px;
    overflow: auto;
    padding-bottom: 10px;
}


#txnCustomDataModal .modal-body
{
    max-height:470px;
    overflow:auto;
}



.customnumbergroup .form-control {
    border-radius: 0px !important;
}

.customnumbergroup .input-group-addon
{
    font-size:20px;
    min-width:28px;
    cursor:pointer;
      -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 */
}
.customnumbergroup .input-group-addon:last-child
{
    border-right: 1px solid #ccc !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left-color:transparent !important;
}



.radiocheckbox
{
  padding-left: 10px;
    border: 1px solid #ccc;
    padding-top: 4px;
    padding-bottom:4px;
    margin-top: 0px;
    min-height:32px;
  
    background-color: #fff;
    border-radius: 4px;
}


.radiocheckbox .radio
{
    margin-left:5px;
    word-break:break-all;
    font-size:16px;
    color:#069;
}


.radiocheckbox .radio .input-helper:before {
   
    margin-top: 3px;

}


.radiocheckbox .radio .input-helper:after {
   
    margin-top: 3px;
}






.radiooption
{
    background:#fff;
    border-radius:5px;
    border:1px solid #ccc;
    word-break:break-all;
  
}

.radiooption .radio
{
   margin-bottom: 10px !important;
    font-size: 16px;
    margin-top: 5px;
    margin-left: 10px;
    width: 100%;
      padding-right:50px;
}

.radiooption label
{
    font-size:16px;
    color:#069;
}

#checkViewPaddingCont .checkbox label
{
    color:#069;
}

/*Time picker CSS start*/

.ui-timepicker-div .ui-widget-header { margin-bottom: 13px; }
.ui-timepicker-div dl { text-align: left; margin-bottom:0;  }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 0 40%; margin-top:3px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 100%; margin-left:-69px; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, 
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd, 
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }


/*Time picker CSS end*/

.ui-timepicker-div .ui-widget-header {
   
    background: #4285F4;
    border-radius: 0;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border:none;
}

.ui-priority-primary
{
    margin-top:12px !important;
    margin-bottom:12px !important;
}

.ui-timepicker-div .ui-timepicker-select
{
    width:90% !important;
    border:1px solid #ccc !important;
    height:32px !important;
    margin-top:10px;
    
}

.ui-timepicker-div .ui_tpicker_hour_label
{
    margin-top: 19px;
    margin-left: 21px;
}

.ui-timepicker-div .ui_tpicker_minute_label

{
    margin-top: 19px;
    margin-left: 21px;
}

.ui-timepicker-div .ui_tpicker_time_label
{

    background: #fff;
    width: 119px;
    color: #333;
    padding-left: 22px;
    padding-bottom: 6px;
    padding-top: 0px;
}


.ui-timepicker-div .ui_tpicker_time 
{
background: #fff;
    color: #333;
    margin-right: 0;
    /* margin: 0; */
    padding-bottom: 6px;
    padding-top: 0px;
    padding-left: 156px;
    margin-left: 0px;

    border-bottom: 1px solid #ccc;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input
{
    border:none;
}


.ui-datepicker .ui-datepicker-buttonpane
{
    border:none;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
    background: #4285F4 !important;
    color: #fff;
    font-weight: 100;
    border-radius: 16px;
    height: 32px;
    padding-left: 10px;
    padding-right: 12px;
    margin-right:20px;
}

.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current

{
background: #4285F4 !important;
    margin-left: 17px;
    margin-top: -172px;
    opacity: 1;
    float:right !important;
}

.ui-datepicker .ui-datepicker-buttonpane
{
    margin:0;
  
}

.ui-timepicker-div
{
    padding-top:0px;
}

.ui-timepicker-div .ui_tpicker_second_label {
    margin-top: 19px;
    margin-left: 21px;
}



.last .fa-undo.month
{
    margin-left:-33px;
}

.last .fa-undo.week
{
    margin-left:-33px;
}

.customalert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.stringfields.myweek .last .fa-undo
{
    margin-left:-33px;
}

.radiooption.radioerror {
    border: 1px solid red;
}


label.newerror {
    color: red;
}


.ci-add-btn
{
    background: #177B3D;
    box-shadow: 0px 2px 8px #312e2e;
}

.modal-backdrop.in
{
    opacity:.5;
}

.popup
{
    z-index:16000;
}

.btn-success:not(.btn-link):not(.btn-flat) {
    background-color: #177B3D !important;
}

.pt-30
{
    padding-top:30px !important;
}

#signupForm #Password
{
    border-top-right-radius:0 !important;
    border-bottom-right-radius:0 !important;
}

.usertable.table > tbody > tr > td:first-child
{
    padding-left:0;
}

.usertable.table > thead > tr > th:first-child
{
    padding-left:0;
}


.usertable.table > thead > tr > th:last-child
{
    padding-right:0;
}

.usertable.table > tbody > tr > td:last-child
{
    padding-right:0;
}

.usertable.table tr th
{
    padding-left:0;
    padding-right:0;
}

.usertable.table tr td
{
    padding-left:0;
    
}

.bg-gray
{
    background:#ccc;
}