html {
    -ms-overflow-style: scrollbar;
}

#tableauPlaceholder {
    width: 100%;
    height: 636px;
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
}

#tableauViz {
    display: block;
    margin: 0px;
    padding: 0px;
    border: medium none;
    width: 100%;
    height: 636px;
}

.btnException {
    cursor: pointer;
}

.btnWriteOff {
    cursor: pointer !important;
}

.btnExceptionall {
    cursor: pointer;
}

#EmbeddedCode{
    resize: vertical;
    min-height: 100px !important;
}

/*#form-update-dashboard iframe {
    max-width: 1070px;
}

#form-update-dashboard .tableauPlaceholder {
    max-width: 1070px;
}

#form-update-dashboard textarea.form-control {
    height: 100px;
}*/

#divalertdialogue {
    border: #e6b460;
}

#main-menu-bg {
    transition: left .3s ease;
}

.Agediv .input-group-addon, .Agediv .input-group-btn {
    vertical-align: bottom;
}

body.mmc div.arrow_box {
    position: relative;
    background: #f9f1c7;
    border: 2px solid #e6b460;
    width: 30%;
    color: #af8640;
    padding: 5px;
    text-align: center;
    margin-top: 34%;
    margin-left: -15%;
}

.arrow_box {
    position: relative;
    background: #f9f1c7;
    border: 2px solid #e6b460;
    width: 30%;
    color: #af8640;
    padding: 5px;
    text-align: center;
    margin-top: 34%;
    margin-left: 12%;
}

    .arrow_box:after, .arrow_box:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(230,180,96,0);
        border-top-color: #e6b460;
        border-width: 15px;
        margin-left: -15px;
    }

    .arrow_box:before {
        border-color: rgba(230,180,96,0);
        border-top-color: #e6b460;
        border-width: 15px;
        margin-left: -15px;
    }

.editable-click {
    width: 100%;
}

.editable-empty, .editable-empty:focus, .editable-empty:hover {
    border-bottom: none;
}

.has-error .help-block::before, .has-success .help-block::before, .has-warning .help-block::before {
    bottom: -7px;
    border-top: 6px solid;
}

.has-error .help-block::before {
    border-top-color: #f3e2e2;
}

.has-error .help-block::after, .has-success .help-block::after, .has-warning .help-block::after {
    bottom: -6px;
    border-top: 6px solid;
}

.has-error .help-block::after {
    border-top-color: #f3e2e2;
}

.editable-buttons {
    background: transparent;
    margin-left: -12px;
}

    .editable-buttons .btn {
        padding: 0 !important;
    }

.editableform {
    margin: 0 !important;
}

    .editableform .form-control {
        margin-bottom: 0 !important;
    }

.has-error .help-block, .has-success .help-block, .has-warning .help-block {
    position: absolute;
    z-index: 9;
}

.select2-result-label .wrap {
    padding-left: 25px;
    background: url(../images/pixel-admin/unchecked.png) no-repeat;
}

    .select2-result-label .wrap.checked {
        padding-left: 25px;
        background: url(../images/pixel-admin/checked.png) no-repeat;
    }

        .select2-result-label .wrap.checked.red {
            padding-left: 25px;
            background: url(../images/pixel-admin/checked_red.png) no-repeat;
        }

.select2-hidden-accessible {
    display: none !important;
    visibility: hidden !important;
}

.form-group {
    position: relative;
}

.domain-add-update .form-group .field-validation-error {
    color: red;
    position: absolute;
    top: 30px;
    left: 107px;
}

#divsiteadd .input-validation-error {
    margin-bottom: 0 !important;
}

.field-validation-error {
    color: red;
    font-size: 12px;
}

.required {
    color: red;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid red;
    background-color: #fee;
    color: red;
}

.validation-summary-errors {
    font-weight: 700;
    color: red;
}

    .validation-summary-errors ul {
        padding: 0;
        margin: 0;
    }

        .validation-summary-errors ul li {
            list-style: none;
        }

.validation-summary-valid {
    display: none;
}

.hidden {
    display: none;
}

div#loaderdiv {
    background: none repeat scroll 0 0 rgba(255,255,255,0.40);
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

    div#loaderdiv div.loader {
        left: 49%;
        position: absolute;
        top: 30%;
        z-index: 1000;
    }

/*Debduttya*/
div#loaderdiv1 {
    background: none repeat scroll 0 0 rgba(255,255,255,0.40);
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    left: 0%;
}

    div#loaderdiv1 div.loader {
        left: 49%;
        position: absolute;
        top: 30%;
        z-index: 1000;
    }

div#loaderdiv2 {
    background: none repeat scroll 0 0 rgba(255,255,255,0.40);
    height: 100%;
    position: fixed;
    top: 0;
    width: 1100px;
    z-index: 99999;
    left: 0;
}

    div#loaderdiv2 div.loader {
        left: 49%;
        position: absolute;
        top: 30%;
        z-index: 1000;
    }
/*Debduttya*/
div.message-error {
    color: #FF0202;
    font-weight: 700;
}

div.message-success {
    color: green;
    font-weight: 700;
}

img#imgFloorPlan {
    width: 200px;
}

div.fileUpload {
    position: relative;
    overflow: hidden;
}

    div.fileUpload span.icon {
        margin-right: 4px;
    }

    div.fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

div.fileUpload-btn-primary {
    color: #fff;
    background-color: #4ebbdb;
}

    div.fileUpload-btn-primary:hover {
        color: #fff !important;
        background-color: #00aeef;
    }

div.fileUpload-btn {
    display: inline-block;
    font: normal 13px/normal Arial;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

span.file-upload-note {
    font-weight: 400;
    display: block;
    padding-top: 2px;
}

span.file-upload-success-message {
    color: green;
    font-weight: 700;
}

div#divfileuploadprogress {
    margin-top: 4px;
}

#divupdate .edit-email {
    border: 0 !important;
    padding: 7px 10px;
    background-color: transparent;
    color: #111;
    font-weight: 400;
    text-align: left;
}

#divupdate .editlabel {
    border: 0 !important;
    padding: 7px 10px;
    background-color: transparent;
    color: #111;
    font-weight: 400;
    text-align: left;
}

#divupdate .edit {
    border: 0 !important;
    padding:;
    background-color: transparent;
    color: #111;
    font-weight: 400;
    text-align: left;
    margin-bottom: 8px;
}

.editable-input .input-sm {
    padding-right: 2px !important;
}

.editable-input > .select2-container {
    width: 103px !important;
}

#divwebuserdepot .editable-input > .select2-container {
    width: 307px !important;
}

#divwebuserdepot .editable-buttons {
    margin-left: 165px;
}


    /*Suparna*/
    .order-list .nav-tabs>li.active.order>a{
     background: #7396CE; 
     border-bottom: 2px solid #7396CE; 
     color: #fff; 
}
.order-list .nav-tabs>li.active.openorder>a{
     background: #A349A4; 
     border-bottom: 2px solid #A349A4; 
     color: #fff; 
}


.highlight{
    color:red;
    font-weight: bold;
}
.divvehicleaddupdate .editable-input > .select2-container {
    width: 290px !important;
}

.float_src_block {
   top: 8% !important;
}

.divfleet .editable-input > .select2-container {
    width: 155px !important;
}
/*Suparna*/

.form-control {
    height: 34px;
    font-weight: 400;
    overflow: hidden;
    line-height: 15px;
}

.theme-default .form-control:focus {
    border-bottom-color: #1d89cf !important;
}

.editable-click, a.editable-click, a.editable-click:hover {
    border-bottom: 1px solid #f9f1c7 !important;
    color: #111;
}

    #divreciptitemlist .editable-click, a.editable-click, a.editable-click:hover {
        border-bottom: 1px solid transparent !important;
        color: #111;
    }

        .returntablelist .editable-click, a.editable-click, a.editable-click:hover {
            border-bottom: 1px solid transparent !important;
            color: #af8640;
        }

.sction_sys-ref .form-control {
    border-bottom: 1px solid #ccc !important;
    height: 32px;
}

.editable-buttons .editable-cancel, .editable-buttons .editable-submit {
    line-height: 14px;
    margin-left: 3px;
}

.input-group .form-control {
    margin-bottom: 0;
    width: 100%;
}

.btn-pad {
    padding: 0;
}

.dataTables_info {
    display: inline-block;
}

.dataTables_paginate {
    display: inline-block;
    float: right;
}

.editable-buttons {
    position: relative;
    background: #f6f6f6;
    z-index: 99;
    display: inline-block !important;
    width: auto;
    margin-left: 1px;
    margin-top: 2px;
}

.divroleupdate .editable-buttons {
    margin-left: -175px;
}

.product_lower_sec .editable-buttons {
    margin-left: -8px;
}

.divcurrency .editable-buttons {
    margin-left: -18px;
}

.divstatus .editable-buttons {
    margin-left: 21px;
}

.editable-input {
    width: 68%;
    padding: 2px 0;
}

.editable-clear-x {
    display: none !important;
}

.sction_sys-ref {
    width: 100%;
    padding: 0;
    margin: 0;
}

    .sction_sys-ref ul {
        width: 100%;
        display: inline-block;
        text-align: center;
        list-style: none;
        padding: 0 10px 0 0;
        margin: 0 5px;
    }

        .sction_sys-ref ul li {
            float: left;
            width: 30%;
            margin: 6px;
            padding: 0;
            display: inline-block;
            text-align: left;
        }

            .sction_sys-ref ul li div {
                text-align: left;
                width: 84%;
                height: 32px;
            }

            .sction_sys-ref ul li .edit {
                width: 100%;
                height: 31px;
            }

            .sction_sys-ref ul li .editable-buttons {
                width: 45%;
            }

.editable-container .editable-inline {
    display: inline;
}

#divuserbuttons .btn {
    padding: 7px 23px;
}

.editable-buttons .btn {
    padding: 8px 2px;
}

.editableform .form-control {
    width: 100%;
}

#divsiteupdate label {
    width: 100%;
}

.signin-container .form-control {
    height: 45px;
}

.editable-empty {
    font-style: normal !important;
    text-align: left;
}

.maxwidth {
    width: 100%;
}

div.quicksearchresultlist ul.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

#description-val.editable-field {
    margin: 0 0 8px;
}

.editable-field {
    border-radius: 0;
    box-shadow: 0 0 0 0 transparent;
    box-sizing: border-box;
    cursor: text;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    padding: 0;
    position: relative;
    transition: box-shadow 150ms ease-in 0;
    vertical-align: top;
}

    .editable-field .overlay-icon.fa-iconfont-edit::before {
        left: 3px;
        top: 12px;
    }

.fa-icon-small::before {
    font-size: 16px;
    margin-top: -8px;
}

.editable-field:hover {
    background-color: #fff;
}

.editable-field:hover, .editable-field.saving {
    box-shadow: 0 0 0 1px #ccc;
}

.fa-iconfont-edit:before {
    content: "\f040";
}

.fa-icon-small::before {
    font-size: 16px;
    margin-top: -8px;
}

.fa-icon-small::before, .fa-icon-large::before {
    color: inherit;
    font-style: normal;
    font-weight: 400;
    left: 6px;
    line-height: 1;
    position: absolute;
    text-indent: 0;
    top: 50%;
}

.editable-field .overlay-icon.fa-iconfont-edit {
    color: #707070;
    cursor: pointer;
}

.editable-field:hover .overlay-icon {
    transition: opacity 150ms ease-in 0;
}

.editable-field:hover .overlay-icon, .editable-field.saving .overlay-icon {
    opacity: 1;
    z-index: auto;
}

.editable-field .overlay-icon {
    background-color: #f0f0f0;
    background-position: 4px 4px;
    background-repeat: no-repeat;
    border-left: 1px solid #ccc;
    bottom: 0;
    box-sizing: border-box;
    height: auto;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    z-index: -1;
}

.fa-icon-small {
    height: 16px;
    width: 16px;
}

.fa-icon-small, .fa-icon-large {
    line-height: 0;
    position: relative;
    vertical-align: text-top;
}

.fa-icon {
    background-position: 0 0;
    background-repeat: no-repeat;
    border: medium none;
    display: inline-block;
    height: 16px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-indent: -999em;
    vertical-align: text-bottom;
    width: 16px;
}

#divupdate .editable-container.editable-inline {
    width: 100%;
}

#divupdate .editableform .control-group {
    width: 100%;
}

#divupdate .editable-input {
    width: 85%;
}

#description-val .editable-input > .select2-container {
    width: 100% !important;
}

#tbllist .editable-field {
    width: auto;
    padding-right: 28px;
}

#tbllist .editable-buttons .editable-cancel, #tbllist .editable-buttons .editable-submit {
    margin-left: 10px;
}

#productgrouptbllist .editable-field {
    width: auto;
    padding-right: 28px;
}

#productgrouptbllist .editable-buttons .editable-cancel, #tbllist .editable-buttons .editable-submit {
    margin-left: 10px;
}

#divassettbllist #tbllist_paginate {
    position: absolute;
    right: 15px;
}

#tblorderassetlist_paginate {
    position: absolute;
    right: 27px;
}

#tblallorderassetlist_paginate {
    position: absolute;
    right: 9px;
}

.widthclass {
    min-width: 110px !important;
}

.widthclassMax {
    min-width: 210px !important;
}

.othwidthclass {
    min-width: 50px !important;
}

.editableform .form-control {
    border-bottom: 1px solid #ccc !important;
}

.form-control:focus {
    border-bottom-color: #1d89cf !important;
}

.editable-field a {
    text-decoration: none;
}

    .editable-field a.form-control {
        border: 0 !important;
        background: transparent;
    }

.hideicon .editable-field .overlay-icon {
    display: none;
}

.editable-field:hover.hideicon, .editable-field.saving.hideicon {
    box-shadow: none;
    background: none;
    border-left: 0;
}

    .editable-field:hover.hideicon .overlay-icon {
        background: none;
        border-left: 0;
        display: none;
    }

#crafty_postcode_result_display_1 select {
    width: 100% !important;
    height: 32px;
    border-color: #ccc;
}

.user-search .input-group .form-control {
    width: 100%;
}

.password-validator ul li font {
    display: inline-block;
    width: 17px;
    height: 13px;
    background: url(../images/pixel-admin/WindowsIconSet16x16.png) no-repeat;
    background-position: -96px -19px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.password-validator ul li.field-validation-error font {
    display: inline-block;
    width: 17px;
    height: 15px;
    background: url(../images/pixel-admin/WindowsIconSet16x16.png) no-repeat;
    background-position: -112px -16px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.hideoverflow {
    overflow-x: hidden;
    overflow-y: hidden;
}

.edit-notes {
    width: 100%;
    overflow-y: scroll;
}

.sction_sys-ref ul li .editable-input {
    padding: 4px 0;
}

#tblsitelist thead tr th:first-child {
    width: 70%;
}

#divsiteadd .input-group .form-control {
    width: 87%;
}

#divsiteadd .input-group-btn {
    vertical-align: top !important;
}

.zip_editable .input-group-btn {
    display: inline-block;
    vertical-align: top;
}

.zip_editable .btn {
    padding: 7px 6px;
}

.zip_editable .edit {
    width: 84% !important;
}

.zip_editable .editable-input {
    width: 60% !important;
}

.zip_editable .editable-container.editable-inline {
    width: 92% !important;
}

#divsiteadd .mid_inputbox {
    width: 50% !important;
    display: inline-block;
}

#divsiteadd .checkbox {
    vertical-align: top;
    display: inline-block !important;
}

#divsiteadd .small_chkbox {
    margin: 6px 6px 0 0;
}

.site_name {
    width: 48% !important;
}

.site_check {
    display: inline-block;
    margin: 6px 0 0;
}

.site_name .editable-buttons {
    width: auto !important;
}

.align_middle {
    vertical-align: middle !important;
}

.form-group-margin {
    min-height: 33px;
}

.yellow_block {
    background-color: #f9f1c7;
    border: 1px solid #f6deac;
    color: #af8640;
    border-radius: 3px;
    padding: 6px 4px;
    line-height: 18px;
}

    .yellow_block .row {
        margin-left: 10px;
        margin-right: 10px;
    }

    .yellow_block .input-group-btn {
        display: inline-block;
    }

    .yellow_block .input-group .form-control {
        height: auto;
        width: 95%;
    }

    .yellow_block .input-group .small_width {
        width: 75% !important;
    }

    .yellow_block .text_area {
        width: 96% !important;
        height: 120px !important;
        overflow: hidden;
    }

.top_margin {
    margin-top: 15px;
}

.left_pad {
    padding: 0 0 0 10px;
}

.yellow_block .form-control {
    height: 28px;
}

.yellow_block .btn {
    padding: 4px 8px;
}

.yellow_block .form-inline {
    margin: 5px 0;
}

.dark_txt {
    color: #464646;
    font-weight: 700;
    vertical-align: top;
}

.yellow_block .form-group {
    margin-bottom: 0;
}

.yellow_block .input-group {
    margin-bottom: 10px;
}

.big_box {
    width: 77% !important;
}

.mid_box {
    width: 82% !important;
}

.mid_dropbox {
    width: 85% !important;
}

.dataTables_table_wrapper {
    margin-top: 12px;
}

.product_lower_sec {
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 18px;
    vertical-align: top;
}

    .product_lower_sec .label_class {
        width: 12%;
        padding: 0 8px 0 11px;
        text-align: right;
        line-height: 20px;
        vertical-align: top;
    }

.yellow_block .product_lower_sec .form-control {
    margin-bottom: 8px;
}

.product_lower_sec ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .product_lower_sec ul li {
        width: 21%;
        float: left;
        height: 35px;
        padding: 0;
        margin: 1px 0;
    }

.yellow_block .form-inline .input-group {
    margin: 0;
}

.clr {
    clear: both;
}

.table tbody > tr > td {
    border-top-color: transparent;
}

.table-responsive {
    border: 0;
}

.top_row_block {
    padding: 0;
    min-width: 0;
    width: 100%;
}

    .top_row_block ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .top_row_block ul li {
            float: left;
            width: auto;
            padding: 0;
            margin: 0 6px 0 0;
        }

            .top_row_block ul li:first-child {
                width: 10%;
            }

            .top_row_block ul li:nth-child(2) {
                width: 36%;
                margin-right: 15px;
            }

            .top_row_block ul li:nth-child(3) {
                width: 5%;
            }

            .top_row_block ul li:nth-child(4) {
                width: 34%;
                margin-right: 15px;
            }

            .top_row_block ul li:last-child {
                margin: 0;
            }

.top_pad_none {
    margin-top: 0 !important;
}

.editable-field {
    margin-bottom: 8px;
}

#divupdate .panel, #divupdate .panel-default {
    margin-bottom: 0;
}

.top_margin {
    margin-top: 15px;
}

#search-filter_box {
    width: 100%;
    list-style: none;
    padding: 0;
    height: 430px;
    overflow-x: hidden;
    overflow-y: scroll;
}

    #search-filter_box li {
        border-bottom: 1px solid #666;
        padding: 12px 20px;
    }

    #search-filter_box h4 {
        padding: 0;
        margin: 0;
    }

    #search-filter_box .checkbox, #search-filter_box .radio {
        margin-bottom: 0;
    }

    #search-filter_box .form-group {
        margin-bottom: 2px;
    }

    #search-filter_box .accordion-toggle {
        padding: 4px 35px 4px 20px;
    }

        #search-filter_box .accordion-toggle::after {
            line-height: 30px;
            top: 0;
        }

.input-group-btn-vertical {
    position: relative;
}

.number-control-plus {
    position: absolute;
    z-index: 9;
    height: 6px;
    line-height: 6px;
    right: 4px;
    top: 8px;
    background: transparent;
    border: 0;
    padding: 0;
}

.number-control-minus {
    position: absolute;
    z-index: 9;
    height: 6px;
    line-height: 6px;
    right: 4px;
    top: 16px;
    background: transparent;
    border: 0;
    padding: 0;
}

.number-control-plus i {
    font-size: 15px !important;
    line-height: 6px;
}

.number-control-minus i {
    font-size: 15px !important;
    line-height: 6px;
}

.input-group-btn-vertical .btn-default:hover, .input-group-btn-vertical .btn:hover {
    color: #555;
    border-color: none !important;
    border-bottom-color: none !important;
    background: none !important;
    background-image: none !important;
    background-image: none !important;
    background-repeat: no-repeat;
}

.cost_table thead tr th {
    padding: 6px;
    text-align: center;
}

.cost_table tbody tr td {
    padding: 0 6px;
}

    .cost_table tbody tr td:first-child {
        width: 21%;
    }

.cost_table .form-group-margin {
    margin-bottom: 4px !important;
}

.po_buttons_group {
    width: calc(100% + 20px);
    display: inline-block;
    text-align: right;
    margin: 0 8px 6px -10px;
    float: left;
}

    .po_buttons_group h4 {
        text-align: left;
        display: inline-block;
        margin-top: 18px;
        float: left;
    }

    .po_buttons_group a {
        display: inline-block;
        margin: 0 1px;
        float: none !important;
    }

.yellow_block {
    clear: both;
}

.order_panel .panel-body, .order_panel .panel-heading {
    background: #f9f1c7;
}

.order_panel .panel-heading {
    border: 3px solid #f6deac;
    border-bottom: 0;
}

.order_panel .panel-body {
    border: 3px solid #f6deac;
    border-top: 0;
    min-height: 315px;
}

.order_panel .panel-heading span {
    border-bottom: 2px solid #f6deac;
    display: block;
    padding-bottom: 5px;
    color: #af8640;
}

.site_list_table {
    background: #fff;
    border: 2px solid #f6deac;
    min-height: 189px;
}

    .site_list_table .table {
        margin: 0;
    }

#lnkadddeliveryaddress {
    margin-top: 15px;
}

.site_list_table .table tbody {
    width: 100%;
    overflow: auto;
    height: 210px;
    display: inline-block;
}

    .site_list_table .table tbody tr, .site_list_table .table tbody tr td {
        width: 100%;
        display: block;
    }

.check_dlvadd {
    height: 25px;
}

.pad_top0 {
    padding-top: 0 !important;
}

#divaddorder textarea {
    resize: none;
}

.order_buttons_group {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.from_area .form-group-margin {
    margin-bottom: -1px !important;
    margin-top: 3px;
}

.from_area {
    background: #eee;
    border: 1px solid #d1d1d1;
    border-radius: 0;
}

    .from_area label {
        margin-top: 10px;
        color: #2a2a2a;
        font-weight: 400;
    }

.product_lower_sec .editable-button.product_lower_sec .editable-button .tab-content.tab-content-bordered {
    background: #fff;
}

.custom_box .panel-heading {
    width: auto;
    margin: 0;
    padding: 0;
}

    .custom_box .panel-heading span {
        border: none;
        color: #2a2a2a;
        display: inline-block;
        font-size: 14px;
        left: 5px;
        padding: 4px 13px;
        position: relative;
        top: -17px;
    }

        .custom_box .panel-heading span:after {
            content: '';
            width: calc(100% - 10px);
            height: 4px;
            background: #f9f1c7;
            position: absolute;
            top: 14px;
            left: 5px;
            z-index: 9;
        }

        .custom_box .panel-heading span b {
            font-size: 15px;
            font-weight: 400;
            position: relative;
            z-index: 99;
        }

.site_list_table table thead th {
    background: #dcdcdc;
    color: #4a4a4a;
    padding: 5px 10px;
}

.site_list_table table tbody td {
    padding: 5px 10px;
}

.arrow_btn, .arrow_btn_disabled {
    background: #eee;
    border: none;
    border-right: none;
    text-decoration: none;
    position: relative;
    padding: 8px 15px;
    text-align: center;
    color: #555;
    top: 2px;
}

    .arrow_btn:after, .arrow_btn:before, .arrow_btn_disabled:after, .arrow_btn_disabled:before {
        content: '';
        display: block;
        position: absolute;
        left: 100%;
        width: 0;
        height: 0;
        border-style: solid;
    }

    .arrow_btn:after {
        top: 0;
        border-color: transparent transparent transparent #1a7ab9;
        border-width: 15px;
        left: 100%;
    }

    .arrow_btn:before {
        top: 0;
        border-color: transparent transparent transparent #1a7ab9;
        border-width: 15px;
        left: 100%;
    }

    .arrow_btn_disabled:after {
        top: 0;
        border-color: transparent transparent transparent #eee;
        border-width: 15px;
        left: 100%;
    }

    .arrow_btn_disabled:before {
        top: 0;
        border-color: transparent transparent transparent #e6e6e6;
        border-width: 15px;
        left: 100%;
    }

.arrow_btn1, .arrow_btn1_disabled {
    background: #eee;
    border: none;
    border-right: none;
    text-decoration: none;
    position: relative;
    padding: 8px 15px;
    text-align: center;
    color: #555;
    top: 2px;
}

    .arrow_btn1:after, .arrow_btn1:before, .arrow_btn1_disabled:after, .arrow_btn1_disabled:before {
        content: '';
        display: block;
        position: absolute;
        right: 100%;
        width: 0;
        height: 0;
        border-style: solid;
    }

    .arrow_btn1:after {
        top: 0;
        border-color: transparent #1a7ab9 transparent transparent;
        border-width: 15px;
        right: 100%;
    }

    .arrow_btn1:before {
        top: 0;
        border-color: transparent #1a7ab9 transparent transparent;
        border-width: 15px;
        right: 100%;
    }

    .arrow_btn1_disabled:after {
        top: 0;
        border-color: transparent #eee transparent transparent;
        border-width: 15px;
        right: 100%;
    }

    .arrow_btn1_disabled:before {
        top: 0;
        border-color: transparent #e6e6e6 transparent transparent;
        border-width: 15px;
        right: 100%;
    }

.so_cancel {
    border: none;
    position: relative;
    padding: 8px 15px;
    top: 2px;
}

/*SUPARNA*/

.dvaddstocktake{
    border: 1px solid #ccc;
   box-shadow: inset 0px 1px 100px 7px #ABABAB,1px 1px 16px 8px #7A7A7A;
-webkit-box-shadow: inset 0px 1px 100px 7px #ABABAB,1px 1px 16px 8px #7A7A7A;
-moz-box-shadow: inset 0px 1px 100px 7px #ABABAB,1px 1px 16px 8px #7A7A7A;
-o-box-shadow: inset 0px 1px 100px 7px #ABABAB,1px 1px 16px 8px #7A7A7A;
}

.stocktake-tab>li>a {
padding: 8px 10px;
}

#divpotabs .nav-tabs>li>a {

    padding: 8px 10px;
}
.tooltip1 {
        position: relative;
        display: inline-block;
        /*border-bottom: 1px dotted black;*/
    }

        .tooltip1 .tooltiptext1 {
            visibility: hidden;
            width: 200px;
            background-color: #555;
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 10px 10px;
            position: absolute;
            z-index: 1;
            bottom: 125%;
            left: 50%;
            margin-left: -60px;
            opacity: 0;
            transition: opacity 0.3s;
        }

            /*.tooltip1 .tooltiptext1::after {
                content: "";
                position: absolute;
                top: 100%;
                left: 50%;
                margin-left: -5px;
                border-width: 5px;
                border-style: solid;
                border-color: #555 transparent transparent transparent;
            }*/

        .tooltip1:hover .tooltiptext1 {
            visibility: visible;
            opacity: 1;
        }

.polist_table{
    width:fit-content;
}

/*SUPARNA*/

.tbl_projection{
    height:auto;
    max-height:200px;
    overflow:scroll;
}
#diveditlettermodal{
    overflow:inherit;
}
 #diveditlettermodal .modal-dialog {
     margin:0;
     width:100vw;
     height:100vh;
 }
.templatepreview {
    height: calc(100vh - 110px);
    width: calc(100% - 10px);
    overflow: hidden
}

    @media (max-width: 767px) {
        .yellow_block .product_lower_sec .form-control {
        width: auto;
    }

    .product_lower_sec .label_class {
        width: 25%;
    }

    .product_lower_sec ul li {
        width: 70%;
        float: left;
        margin: 0;
    }

    .top_row_block ul li:first-child {
        width: 100%;
    }

    .top_row_block ul li:nth-child(2) {
        width: 100%;
        margin-right: 0;
    }

    .top_row_block ul li:nth-child(3) {
        width: 100%;
    }

    .top_row_block ul li:nth-child(4) {
        width: 100%;
        margin-right: 0;
    }

    .top_row_block ul li:last-child {
        width: 100%;
    }

    .left_pad {
        padding-left: 0;
    }
}

@media (max-width: 640px) {
    .po_buttons_group h4 {
        width: 100%;
        text-align: center;
    }

    #tblsitelist_wrapper table th:last-child {
        width: 30% !important;
    }

    .tblComponentlist_wrapper table th:last-child {
        width: 30% !important;
    }
}

@media (min-width: 769px) {
    .for_right_btn {
        text-align: right;
    }

    .new_stck_width {
        width: 7%;
    }

    .pro_width {
        width: 15%;
    }

    .comments {
        width: 15%;
    }

    .assume_age {
        width: 15%;
    }

    .total {
        width: 9%;
    }

    .delivery {
        width: 14%;
    }
}

@media (min-width: 767px) {
    .for_right_btn {
        text-align: right;
    }

    #tblsitelist_wrapper table th:last-child {
        width: 30% !important;
    }

    .tblComponentlist_wrappertable th:last-child {
        width: 30% !important;
    }
}

#bulk_update_block li input.form-control {
    width: 44%;
    margin: 2px 6px 2px 0;
}

#bulk_update_block li select.form-control {
    width: 44% !important;
    margin: 2px 6px 2px 0;
}

#search_boxbulkupdate {
    display: block;
}

    #search_boxbulkupdate #demo-settings-toggler {
        background-color: #3f51b5;
        width: auto;
        height: auto;
        padding: 0 5px;
        top: 0;
        line-height: 20px;
        border-radius: 0;
        cursor: pointer;
    }

    #search_boxbulkupdate h5 {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        text-transform: none;
        line-height: 34px;
        white-space: nowrap;
        padding: 2px 5px;
        margin-top: -5px;
    }

#divsearchboxbulkupdate {
    transform: rotate(-90deg);
    position: absolute;
    left: -52px;
    top: 280px;
    margin-top: 0;
    z-index: 99999;
}

#batch_update_block li input.form-control {
    width: 44%;
    margin: 2px 6px 2px 0;
}

#batch_update_block li select.form-control {
    width: 44% !important;
    margin: 2px 6px 2px 0;
}

#search_boxbatchupdate {
    display: block;
    padding: 10px 0;
}

    #search_boxbatchupdate #demo-settings-toggler {
        background-color: #3f51b5;
        width: auto;
        height: auto;
        padding: 0 5px;
        top: 0;
        line-height: 20px;
        border-radius: 0;
        cursor: pointer;
    }

    #search_boxbatchupdate h5 {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        text-transform: none;
        line-height: 34px;
        white-space: nowrap;
        padding: 2px 5px;
        margin-top: -5px;
    }

.center {
    text-align: center;
}

#search_boxbatchupdate .input-group input {
    display: inline-block;
}

#search_boxbatchupdate textarea.form-control {
    height: 60px;
    overflow: auto;
}

#divsearchboxbatchupdate {
    transform: rotate(-90deg);
    position: absolute;
    left: -58px;
    top: 60px;
    margin-top: 0;
    z-index: 99999;
    height: auto;
}

#search_boxbatchupdate ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #search_boxbatchupdate ul li {
        border-bottom: 1px solid #ccc;
        padding: 5px 20px;
        margin: 0;
    }

        #search_boxbatchupdate ul li:last-child {
            border-bottom: 0;
        }

#assetspec_box {
    display: block;
}

    #assetspec_box #demo-settings-toggler {
        background-color: #3f51b5;
        width: auto;
        height: auto;
        padding: 0 5px;
        top: 0;
        line-height: 20px;
        border-radius: 0;
        cursor: pointer;
    }

    #assetspec_box h5 {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        text-transform: none;
        line-height: 34px;
        white-space: nowrap;
        padding: 2px 5px;
        margin-top: -5px;
    }

#divassetspecbox {
    transform: rotate(-90deg);
    position: absolute;
    left: -76px;
    top: 68px;
    margin-top: 0;
    z-index: 99999;
}

#assetspec_box textarea.form-control {
    height: 30px;
    overflow: auto;
    width: 250px;
}

/*Suparna*/
#taglist_box {
    display: block;
}

    #taglist_box #demo-settings-toggler {
        background-color: #3f51b5;
        width: auto;
        height: auto;
        padding: 0 5px;
        top: 0;
        line-height: 20px;
        border-radius: 0;
        cursor: pointer;
    }

    #taglist_box h5 {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        text-transform: none;
        line-height: 34px;
        white-space: nowrap;
        padding: 2px 15px;
        margin-top: -5px;
    }

#divtagbox {
    transform: rotate(-90deg);
    position: absolute;
    left: -40px;
    top: 68px;
    margin-top: 0;
    z-index: 99999;
}

#taglist_box textarea.form-control {
    height: 30px;
    overflow: auto;
    width: 250px;
}
/*Suparna*/


#ordersearch_box {
    display: block;
}

    #ordersearch_box #demo-settings-toggler {
        background-color: #3f51b5;
        width: auto;
        height: auto;
        padding: 0 5px;
        top: 0;
        line-height: 20px;
        border-radius: 0;
        cursor: pointer;
    }

    #ordersearch_box h5 {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        text-transform: none;
        line-height: 34px;
        white-space: nowrap;
        padding: 2px 5px;
        margin-top: 30px;
    }

#divordersearchbox {
    transform: rotate(-90deg);
    position: absolute;
    left: -76px;
    top: 130px;
    margin-top: 0;
    z-index: 99999;
}

#ordersearch_box textarea.form-control {
    height: 30px;
    overflow: auto;
    width: 250px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 15px;
    margin-right: 5px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 7px;
        width: 7px;
        left: 16px;
        bottom: 4px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider.round {
        border-radius: 34px;
    }

        .slider.round:before {
            border-radius: 50%;
        }

input:checked + .slider {
    background-color: #4EBBDB;
}

    input:checked + .slider:before {
        left: 16px;
    }

.slider:before {
    left: 3px;
}

.chkswitch {
    margin: 0 6px !important;
}

#productionplan_box {
    display: block;
}

    #productionplan_box #demo-settings-toggler {
        background-color: #3f51b5;
        width: auto;
        height: auto;
        padding: 0 5px;
        top: 0;
        line-height: 20px;
        border-radius: 0;
        cursor: pointer;
    }

    #productionplan_box h5 {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        text-transform: none;
        line-height: 34px;
        white-space: nowrap;
        padding: 2px 5px;
        margin-top: -5px;
    }

#divproductionplanbox {
    transform: rotate(0deg);
    position: absolute;
    left: 230px;
    top: -35px;
    margin-top: 0;
    z-index: 99999;
}

#productionplan_box textarea.form-control {
    height: 30px;
    overflow: auto;
    width: 250px;
}

.float_src_block_down {
    width: 380px;
    position: fixed;
    background-color: #fff;
    right: 0;
    top: auto;
    bottom: 0;
    z-index: 999;
    color: #262626;
    border: 4px solid #3f51b5;
    border-right: 0;
    -moz-box-shadow: 0 2px 8px #888;
    -webkit-box-shadow: 0 2px 8px #888;
    box-shadow: 0 2px 8px #888;
    padding-bottom: 12px;
}

.bs-example .panel-group .panel-default {
    border-color: #b3cde0;
}

.order-cost {
    background-color: #7396ce !important;
    position: relative;
    padding: 0 20px !important;
}

    .order-cost span:after {
        background: none !important;
    }

    .order-cost .panel-title {
        color: #fff !important;
        border: none;
        color: #2a2a2a;
        left: 0 !important;
        padding: 0 !important;
        top: 0 !important;
    }

.fixed-min-height {
    min-height: 292px;
}

table#tblordernote tr:nth-child(odd) {
    background: #f9f1c7;
    border-bottom: 2px solid #fff;
}

table#tblordernote tr:nth-child(even) {
    background: rgba(153,153,153,0.15);
    border-bottom: 2px solid #fff;
}

.theme-default .dropdown-menu > li.active > a {
    background: #1d89cf;
}

.theme-default .dropdown-menu > li > a:hover {
    color: #fff;
}

.lbl-date {
    margin-left: 15px;
}

.txt-date {
    margin-left: 13px;
}

.pdf_download {
    float: right;
    margin-top: -35px;
    margin-right: 290px;
}

.so_buttons1 {
    margin: 5px 15px 5px 5px;
}

.so_buttons {
    margin: 5px;
}

.white_bg label {
    color: #000;
}

.white_bg span {
    color: #000;
    margin: 0 5px 0 0;
}

.white_bg {
    background: #fff;
}

    .white_bg p {
        margin: 1px 0;
    }

.tbl_productlist_wrapper .table > tbody > tr > td {
    padding: 8px 3px;
}

.tbl_productlist_wrapper .table > thead > tr > th {
    padding: 8px 12px 8px 3px;
}

.tbl_productlist_wrapper table.dataTable th:after {
    width: 10px;
}

#usertbllist_wrapper table tbody {
    width: 100%;
    overflow: auto;
    height: 200px;
    display: inline-block;
}

#usertbllist_wrapper table tr {
    width: 100%;
    display: inline-table;
}

#usertbllist_wrapper table td:first-child {
    width: 29.6%;
}

#usertbllist_wrapper table th:first-child {
    width: 28% !important;
}

#dvSaveProductLookUp .tbllist_wrapper table tbody {
    width: 100%;
    overflow: auto;
    height: 250px;
    display: inline-block;
}

#dvSaveProductLookUp .tbllist_wrapper table tr {
    width: 100%;
    display: inline-table;
}

#dvSaveProductLookUp .tbllist_wrapper table td:first-child {
    width: 384px;
}

#dvSaveProductLookUp .tbllist_wrapper table th:first-child {
    width: 39% !important;
}

#dvSaveProductLookUp .tbllist_wrapper table td:last-child {
    width: 199px;
}

#dvSaveProductLookUp .tbllist_wrapper table th:last-child {
    width: 22% !important;
}

#dvSaveProductGroup .tbllist_wrapper table tbody {
    width: 100%;
    overflow: auto;
    height: 250px;
    display: inline-block;
}

#dvSaveProductGroup .tbllist_wrapper table tr {
    width: 100%;
    display: inline-table;
}

#dvSaveProductGroup .tbllist_wrapper table td:first-child {
    width: 375px !important;
}

#dvSaveProductGroup .tbllist_wrapper table th:first-child {
    width: 80% !important;
}

#dvSaveProductGroup .tbllist_wrapper table td:last-child {
    width: 85px !important;
}

#dvSaveProductGroup .tbllist_wrapper table th:last-child {
    width: 20% !important;
}

.tblsitelist_wrapper table tbody {
    width: 100%;
    overflow: auto;
    height: 200px;
    display: inline-block;
}

.tblsitelist_wrapper table tr {
    width: 100%;
    display: inline-table;
}

.tblsitelist_wrapper table td:last-child {
    width: 29.6%;
}

.tblsitelist_wrapper table th:last-child {
    width: 35% !important;
}

.tblComponentlist_wrapper table tbody {
    width: 100%;
    /*overflow: auto;
    height: 250px;*/
    /*display: inline-block;*/
}
#leftcollapseOne .panel-body{
    overflow: auto;
    height: 250px;
}
#rightcollapseOne .panel-body{
    overflow: auto;
    height: 250px;
}
#rightcollapseTwo .panel-body{
    overflow: auto;
    height: 250px;
}
#rightcollapseThree .panel-body{
    overflow: auto;
    height: 250px;
}

.tblComponentlist_wrapper table tr {
    width: 100%;
    /*display: inline-table;*/
}

.tblComponentlist_wrapper table th:nth-child(2) {
    width: 36.7% !important;
}

.tblComponentlist_wrapper table th:first-child {
    width: 31.7% !important;
}

.tblComponentlist_wrapper table th:last-child {
    width: 21.5% !important;
}

.tblComponentlist_wrapper table td:nth-child(2) {
    width: 38.5% !important;
}

.tblComponentlist_wrapper table td:nth-child(3) {
    width: 11% !important;
}

.tblComponentlist_wrapper table td:first-child {
    width: 33% !important;
}

.tblComponentlist_wrapper table td:last-child {
    width: 18.5% !important;
}

.tblComponentBasketlist_wrapper table tbody {
    width: 100%;
    /*overflow: auto;
    height: 175px;*/
    /*display: inline-block;*/
}

#tblComponentBasketlist tr td {
    /*white-space: nowrap;*/
}

.tblComponentBasketlist_wrapper table tr {
    width: 100%;
    /*display: table;*/
}

.tblComponentBasketlist_wrapper table th:first-child {
    width: 22.2% !important;
}

.tblComponentBasketlist_wrapper table th:nth-child(2) {
    width: 23.5% !important;
}

.tblComponentBasketlist_wrapper table th:nth-child(3) {
    width: 13.3% !important;
}

.tblComponentBasketlist_wrapper table th:nth-child(4) {
    width: 13.3% !important;
}

.tblComponentBasketlist_wrapper table th:nth-child(5) {
    width: 14% !important;
}

.tblComponentBasketlist_wrapper table th:last-child {
    width: 21.5% !important;
}

.tblComponentBasketlist_wrapper table td:first-child {
    width: 23% !important;
}

.tblComponentBasketlist_wrapper table td:nth-child(2) {
    width: 24% !important;
}

.tblComponentBasketlist_wrapper table td:nth-child(3) {
    width: 13.8% !important;
}

.tblComponentBasketlist_wrapper table td:nth-child(4) {
    width: 14% !important;
}

.tblComponentBasketlist_wrapper table td:nth-child(5) {
    width: 14% !important;
}

.tblComponentBasketlist_wrapper table td:last-child {
    width: 21.5% !important;
}

.tblComponentBasketlist_wrapper table .newcomponent td:first-child {
    width: 25% !important;
}

.tblComponentBasketlist_wrapper table .newcomponent td:nth-child(2) {
    width: 26.3% !important;
}

.tblComponentBasketlist_wrapper table .newcomponent td:nth-child(3) {
    width: 14.9% !important;
}

.tblComponentBasketlist_wrapper table .newcomponent td:nth-child(4) {
    width: 14.9% !important;
}

.tblComponentBasketlist_wrapper table .newcomponent td:nth-child(5) {
    width: 15.4% !important;
}

.tblComponentBasketlist_wrapper table .newcomponent td:last-child {
    width: 21.5% !important;
}

.tblActivitylist_wrapper table tbody {
    width: 100%;
    overflow: auto;
    height: 250px;
    display: inline-block;
}

.tblActivitylist_wrapper table tr {
    width: 100%;
    display: table;
}

.tblActivitylist_wrapper table th:nth-child(2) {
    width: 26% !important;
}

.tblActivitylist_wrapper table th:first-child {
    width: 27.5% !important;
}

.tblActivitylist_wrapper table th:last-child {
    width: 21.5% !important;
}

.tblActivitylist_wrapper table td:nth-child(2) {
    width: 27.5% !important;
}

.tblActivitylist_wrapper table td:nth-child(3) {
    width: 16% !important;
}

.tblActivitylist_wrapper table td:first-child {
    width: 39% !important;
}

.tblActivitylist_wrapper table td:last-child {
    width: 18.5% !important;
}

.tblAssemblyBasketlist_wrapper table tbody {
    width: 100%;
    overflow: auto;
    height: 175px;
    /*display: inline-block;*/
}

.tblAssemblyBasketlist_wrapper table tr {
    width: 100%;
    /*display: table;*/
}

.tblAssemblyBasketlist_wrapper table th:first-child {
    width: 34.5% !important;
}

.tblAssemblyBasketlist_wrapper table th:nth-child(2) {
    width: 20.1% !important;
}

.tblAssemblyBasketlist_wrapper table th:nth-child(3) {
    width: 16% !important;
}

.tblAssemblyBasketlist_wrapper table th:nth-child(4) {
    width: 15% !important;
}

.tblAssemblyBasketlist_wrapper table th:nth-child(5) {
    width: 16% !important;
}

.tblAssemblyBasketlist_wrapper table th:last-child {
    width: 21.5% !important;
}

.tblAssemblyBasketlist_wrapper table td:first-child {
    width: 35.6% !important;
}

.tblAssemblyBasketlist_wrapper table td:nth-child(2) {
    width: 20.8% !important;
}

.tblAssemblyBasketlist_wrapper table td:nth-child(3) {
    width: 16.5% !important;
}

.tblAssemblyBasketlist_wrapper table td:nth-child(4) {
    width: 15.5% !important;
}

.tblAssemblyBasketlist_wrapper table td:nth-child(5) {
    width: 16.1% !important;
}

.tblAssemblyBasketlist_wrapper table td:last-child {
    width: 21.5% !important;
}

.ui-draggable-dragging {
    z-index: 999;
    width: 100% !important;
}

    .ui-draggable-dragging td {
        display: table-cell !important;
        background-color: #f9f9f9;
    }

        .ui-draggable-dragging td.hidden {
            background-color: none;
            border-color: transparent;
        }

#divcostpanel .bs-example .panel-group .panel-default {
    overflow: visible;
}

#divcomponentcostpanel .bs-example .panel-group .panel-default {
    overflow: visible;
}

.editable-buttons {
    background: none;
}

#divBatch .form-group {
    margin-bottom: 3px;
}

#assetlist_box {
    display: block;
}

    #assetlist_box #demo-settings-toggler {
        background-color: #3f51b5;
        width: auto;
        height: auto;
        padding: 0 5px;
        top: 0;
        line-height: 20px;
        border-radius: 0;
        cursor: pointer;
    }

    #assetlist_box h5 {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        text-transform: none;
        line-height: 34px;
        white-space: nowrap;
        padding: 2px 15px;
        margin-top: -5px;
    }

#divassetbox {
    transform: rotate(-90deg);
    position: absolute;
    left: -46px;
    top: 150px;
    margin-top: 0;
    z-index: 99999;
}

#documentsearch_box {
    display: block;
}

    #documentsearch_box #demo-settings-toggler {
        background-color: #3f51b5;
        width: auto;
        height: auto;
        padding: 0 5px;
        top: 0;
        line-height: 20px;
        border-radius: 0;
        cursor: pointer;
    }

    #documentsearch_box h5 {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        text-transform: none;
        line-height: 34px;
        white-space: nowrap;
        padding: 2px 5px;
        margin-top: 30px;
    }

#divdocumentsearchbox {
    transform: rotate(-90deg);
    position: absolute;
    left: -90px;
    top: 96px;
    margin-top: 0;
    z-index: 99999;
}

.has-error .help-block::before, .has-success .help-block::before, .has-warning .help-block::before {
    display: none;
}

.has-error .help-block::after, .has-success .help-block::after, .has-warning .help-block::after {
    bottom: auto;
    top: -7px;
    border-top: 0;
}

.contactchkall{
    vertical-align:middle;
    margin-top:-2px !important;
}
.invoicecheckbox {
    width: 16px !important;
    height: 16px !important;
    top: -2px !important;
    vertical-align: middle;
    margin-top: -2px !important;
}
.invoiceblockheader {
    padding: 0px 0px 9px 10px;
}

.invoice_area {
    background: #eee;
    border: 1px solid #d1d1d1;
    border-radius: 0;
}

#orderlist .jstree-themeicon {
    display: none;
}

.invoicecustomerinfo{
    margin-top:12px;
    max-height:418px;
    overflow-y:auto;
}

.invoicelineinfo {
    max-height: 500px;
    overflow-y: auto;
}


@media only screen and (max-width: 767px) {
    .btn-pad {
        padding: 0 11px;
    }

    .sction_sys-ref ul li {
        float: none;
        width: 100%;
        margin: 6px;
        padding: 0;
        display: inline-block;
    }

    .lbl-date {
        margin-left: 0;
    }

    .txt-date {
        margin-left: 0;
    }

    .pdf_download {
        float: right;
        margin: 10px 0;
    }

    .po_buttons {
        margin-top: 0;
    }

    .po-tab .nav-tabs > li > a {
        padding: 8px 4px;
    }
}

body.mmc div.float_src_block_down {
    width: 96%;
}

.float_src_block_down {
    width: 82.5%;
}
/*SUPARNA 17-03-2017*/

#tbladdorderitemadjust thead tr th {
    background: #f9f1c7;
    color: #af8640;
}

#tbladdorderitemadjust textarea.form-control {
    height: 35px;
}

#adjustlist {
    /*background: #f9f1c7;*/
    padding: 12px 20px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    /*border-color: #f6deac;*/
    /*color: #af8640;*/
    border-width: 2px;
}

.ordermodal-header {
    background: #f9f1c7 !important;
    padding: 12px 20px !important;
    border-top-right-radius: 2px !important;
    border-top-left-radius: 2px !important;
    border-color: #f6deac !important;
    color: #af8640 !important;
    border-width: 2px !important;
}

.order_side_align {
    width: 88%;
    float: right;
    margin: 5px 0 0;
}

    .order_side_align input[type=checkbox] {
        margin: 0 4px 0 0 !important;
        display: inline-block;
        vertical-align: middle;
    }

/*.progress-bar-wrap{width: 100%; height: 100%; z-index: 9; background: rgba(0,0,0,0.6); position: absolute; top: 0; left: 0;}
.progress-bar-wrap p{position:absolute;top:37%;left:25%;font-size:15px;font-weight:500;color:#fff;}
.progress{position: absolute; top: 40%; left: 25%;  z-index: 99;  width: 50%;}*/

/*.batch_serialno_upload{
    top: 4px;
    left: -8px;
    z-index: 999;
    float: right;
    position: relative;
}*/
.batch_upload {
    top: 43px;
    left: -100px;
    z-index: 999;
    float: right;
    position: relative;
}

.batch_upload_1 {
    top: 43px;
    left: -235px;
    z-index: 999;
    float: right;
    position: relative;
}

.batch_list {
    top: 4px;
    left: -4px;
    z-index: 999;
    float: right;
    position: relative;
}

.batch_save {
    top: 4px;
    left: -20px;
    z-index: 999;
    float: right;
    position: relative;
}

/*Added by Suparna for live*/

/*.live_orderbtn_hide{display:none;}
.live_salesbtn_hide{display:none;}*/

/*Added by Suparna for live*/

.pagerpanel .pagination {
    padding: 5px 10px;
}

.table_scroll .dataTables_paginate  {
    position: absolute;
    bottom: 8px;
    right: 10px;
}

.table_scroll .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    padding:8px 3px !important;
}
.table_scroll{overflow-x:scroll;margin-bottom:40px;}
.tick{
    font-size:16px;cursor:auto;color:green;margin:5px;
}
.cross{
    font-size:16px;cursor:auto;color:red;margin:5px;
}

.btn_area #divfileuploader {
    display: inline-block;
}

.btn_area #divfileuploader div.fileUpload-btn {
    font-size: 13px !important;
    padding: 5px 12px 6px 12px;
    border-radius: 0;
}

.btn_area div.fileUpload-btn-primary:hover {
    color: #fff !important;
    background-color: #4ab9db !important;
    box-shadow: 0 0 12px rgba(0,0,0,.1)inset;
    border: 1px solid #28a4c9;
}

body.mmc .import_on_add {
    width: 70px;
    position: absolute;
    height: 40px;
    bottom: -9px;
    left: 59.7%;
}

.import_on_add {
    width: 70px;
    position: absolute;
    height: 40px;
    bottom: -9px;
    left: 61.2%;
}

body.mmc .import_on_update {
    width: 70px;
    position: absolute;
    height: 40px;
    bottom: -9px;
    left: 65.2%;
}

.import_on_update {
    width: 70px;
    position: absolute;
    height: 40px;
    bottom: -9px;
    left: 67.7%;
}



@media (min-width: 1920px) {
.cmp_fleet{
    width:950px;
}

    .tblActivitylist_wrapper table th:last-child {
    width: 19.5% !important;
}
    body.mmc .import_on_add {
        width: 70px;
        position: absolute;
        height: 40px;
        bottom: -9px;
        left: 56.7%;
    }

    .import_on_add {
        width: 70px;
        position: absolute;
        height: 40px;
        bottom: -9px;
        left: 57.4%;
    }

body.mmc .import_on_update {
        width: 70px;
        position: absolute;
        height: 40px;
        bottom: -9px;
        left: 60.7%;
    } 

    .import_on_update {
        width: 70px;
        position: absolute;
        height: 40px;
        bottom: -9px;
        left: 61.7%;
    }   
}

@media screen and (min-device-width: 767px) and (max-device-width: 990px) {
    #tblsitelist_wrapper table th:last-child {
        width: 32% !important;
    }

    #tblComponentlist_wrapper table th:last-child {
        width: 32% !important;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .float_src_block_down {
        right: 0;
        bottom: -35%;
        top: auto !important;
    }
}

@media screen and (min-device-width: 1024px) {
    #divproductionplanbox {
        transform: rotate(0deg);
        position: absolute;
        left: 525px;
        top: -35px;
        margin-top: 0;
        z-index: 99999;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    .float_src_block_down {
        right: 0;
        bottom: -64% !important;
        top: auto !important;
    }

    #divproductionplanbox {
        left: 45px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    .float_src_block_down {
        right: 0;
        bottom: -64%;
        top: auto !important;
    }

    #divproductionplanbox {
        left: 45px;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    .float_src_block_down {
        right: 0;
        bottom: -35%;
        top: auto !important;
    }

    #divproductionplanbox {
        left: 60px;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    .float_src_block_down {
        right: 0;
        bottom: -35%;
        top: auto !important;
    }

    #divproductionplanbox {
        left: 20px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    .float_src_block_down {
        right: 0;
        bottom: -55%;
        top: auto !important;
    }

    #divproductionplanbox {
        left: 60px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    .float_src_block_down {
        right: 0;
        bottom: -55%;
        top: auto !important;
    }

    #divproductionplanbox {
        left: 60px;
    }
}


