/*----------- table -----------------------*/

.columnWight {
    width: 100px;
}

table {
    font-size: 15px;
}

table.dataTable tbody td,
table.dataTable tbody th {
    padding: 5px;
}

.red-color {
    color: red;
}

.green-color {
    color: green;
}


.fa-check {
    color: green;
    zoom: 1.1;
}

.fa-times {
    color: red;
    zoom: 1.2;
}

#supplier-entry-box {
    margin-bottom: 40px;
}

button {
    padding-top: 10px;
    padding-left: 10px;
}

.refresh-button {
    margin-top: 5px;
}

#headding {
    padding-left: 0px;
}

iframe {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 10px;
    /*border:1px black solid;*/
    border-radius: 3px;
}

.shadow {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    border-radius: 3px;
}

.checkbox {
    background-color: red;
    zoom: 1.5;
    margin-top: 20px;
}

.breadcrumb {
    color: #584A43;
}

.box-info {
    padding: 0px 5px 0px 5px;
}

#help-main {
    font-size: 20px;
    /*margin-left: 600px;*/
}

#help-main .col-md-12 {
    margin-top: 10px;
}

.help-div {
    text-align: left;
    float: left;
}

#help-main {
    text-align: left;
    padding-left: 20px;
}

#help-main .col-md-1 {
    width: 20px;
    margin-left: 0px;
    padding: 0px 0px 0px 0px;
}

.required {
    color: red;
}

.skin-blue .sidebar-menu>li>a {
    font-weight: normal;
}

html::-webkit-scrollbar,
aside::-webkit-scrollbar,
.dropdown-menu::-webkit-scrollbar {
    transition: all .5s !important;
    width: 5px !important;
    height: 1px !important;
    z-index: 10 !important;
    background: transparent !important;
}

html::-webkit-scrollbar-thumb,
aside::-webkit-scrollbar-thumb,
.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #a7a7a7 !important;
    border-radius: 7px !important;
}

aside::-webkit-scrollbar {
    transition: all .5s !important;
    width: 5px !important;
    height: 1px !important;
    z-index: 10 !important;
    background: transparent !important;

}

aside::-webkit-scrollbar-thumb {
    background-color: #a7a7a7 !important;
    border-radius: 7px !important;
}

#sidebar-menu::-webkit-scrollbar {
    transition: all .5s;
    width: 5px;
    height: 1px;
    z-index: 10;
}

#sidebar-menu::-webkit-scrollbar-track {
    background: transparent;
}

#sidebar-menu::-webkit-scrollbar-thumb {
    background: #b3ada7;
}




.customScroll::-webkit-scrollbar {
    transition: all .5s !important;
    width: 5px !important;
    height: 1px !important;
    z-index: 10 !important;
    background: transparent !important;
}

.customScroll::-webkit-scrollbar-thumb {
    background-color: #a7a7a7 !important;
    border-radius: 7px !important;
}

.sidebar {
    overflow-y: scroll;
}


.productStatement {
    color: #3C8DBC;
}

.challan full {
    width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.autoCapitalization {
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .text-align {
        float: right;
    }
}

@media (max-width: 768px) {
    .text-align {
        float: left;
    }
}

.go-to-top {
    position: fixed;
    /*padding: 10px;*/
    bottom: 100px;
    right: 30px;
    opacity: 0.8;
    font-size: 15px;
    background-color: #655751 !important;
    /*border-radius: 100px;*/
}

.ui-select-toggle,
.ui-select-search,
.ui-select-match {
    width: 100% !important;
    /*    box-shadow: none;
    outline: none;*/
}

div.ui-select-match .btn-default {
    background: white;
    border-radius: 0px;
}



/*div.ui-select-match > span > i{
    background-color: red;
    }*/

.ui-select-match-text {
    overflow: hidden;
}

.no-border td {
    width: 50%;
}

.no-border td {
    width: 50%;
}

.login-box-body {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 360px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 16px;
}

html,
body {
    height: auto;
}

header {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.24);
}

.button-sign-in {
    background-color: #402F27 !important;
}

.button-sign-in strong {
    color: white !important;
}

h5,
h6 {
    margin: 0px;
}

.box-title h4 {
    font-size: 20px;
    margin: 0px;
}

.btn-group>button,
.button-sign-in {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
}

.box.box-info {
    border-top-color: #584A43;
}

table.dataTable thead>tr>th,
table.dataTable tfoot>tr>th,
table.dataTable.table-condensed thead>tr>th,
table.dataTable.table-condensed tfoot>tr>th {
    padding: 5px;
}

.lable-in-table-entry>tbody>tr>td:nth-child(1) {
    font-weight: bold;
}

.lable-in-table-entry table {
    width: 100%;
}

.border-right-card {
    border-right: 1px solid #e1e0e1;
}

.pull-left.info {
    padding: 0px 0px 0px 10px;
}

.box {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.24);
}

.box-info {
    margin-bottom: 0px;
}

.box {
    margin: 0px;
}

.input-group {
    width: 100%;
}

.input-group-addon {
    padding: 5px;
}


.label {
    display: block;
    width: 90px;
}



























/*--------------side bar styles------------------------*/

.sidebar-menu li.active>a>.fa-angle-down,
.sidebar-menu li.active>a>.pull-right-container>.fa-angle-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ranges li {
    padding: 10px;
}

button:focus {
    outline: 0 !important;
}

.login-logo {
    margin-bottom: 0px;
    width: 330px;
    height: 172px;
    min-height: 12em;
    display: table-cell;
    vertical-align: middle;
}

.login-logo img {
    max-width: 330px;
    max-height: 172px;
}

.login-page-company-logo {
    margin-bottom: 12px;
    height: 204px;
}

.login-page-company-logo img {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    object-fit: contain;
    margin: auto;
    display: block;
}

@media (max-width: 480px) {
    .login-box-body {
        min-height: 350px;
        margin: auto;
    }
}

@media (max-width: 320px) {
    .login-box-body {
        min-height: 320px;
        width: 300px;
        margin: auto;
    }

    .login-page-company-logo {
        height: 166px !important;
    }
}




































/* ---------------------- POS roperties ----------------- */

.modal::-webkit-scrollbar {
    background-color: transparent !important;
    width: 7px !important;
}

.modal::-webkit-scrollbar-thumb {
    background-color: #a7a7a7 !important;
    border-radius: 7px !important;
}


































/* ---------------------- POS roperties ----------------- */

.pos-button {
    /*padding-top: 10px;*/
    margin-bottom: 10px;
    /*padding-bottom: 10px;*/
    display: block;
    width: 100%;
    min-height: 100px;
}

.posPannel .box {
    min-height: 700px;
}

.posPannel .box-body {
    overflow-y: auto;
    height: 670px;
}

.posPannel .box-body::-webkit-scrollbar {
    background-color: transparent !important;
    width: 7px !important;
}

.posPannel .box-body::-webkit-scrollbar-thumb {
    background-color: #a7a7a7 !important;
    border-radius: 7px !important;
}

.no-border-radius {
    border-radius: 0px;
}

.posPannel .col-md-4 {
    padding: 0px;
}

.posPannel td,
.posPannel th {
    padding: 5px;
    font-size: 14px;
}

.posPannel .btn {
    font-size: 17px;
}



































/*--------------text styles------------------------*/

.right-align {
    text-align: right;
}

.small_active_indicaor {
    width: 20px;
    height: 20px;
}

.form-margin .form-group {
    margin-left: 100px;
}

.margin5-0-5-0 {
    margin: 2px 0px 2px 0px;
}

.padding8px {
    padding: 8px;
}

.margin10-0-10-0 {
    margin: 10px 0px 10px 0px;
}

.padding10-10-10-10 {
    padding: 10px 10px 10px 10px
}

;



.refreshMargin {
    margin-left: 12px;
}

.ui-select-match.ng-scope>.btn {
    /*background-color: red;*/
    border-radius: 0px;
}



























/*----------tab box--------------*/

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #584a43;
}





































/* Actions Dropdown component -- start*/

.action-danger {
    color: red;
}

.actions-dropdown-button {
    margin: 0px;
    min-width: 0px;
}















/* Actions Dropdown component -- end*/


/*material design*/

md-content {
    font-size: 12px;
}

md-content .header {
    margin: 10px;
    min-height: 0px;
}

md-list .md-list-item-text {
    padding: 10px 0px 10px 0px;
}

.text-right-align {
    text-align: right;
}

.text-center-align {
    text-align: center;
}

.text-center-left {
    text-align: left;
}




















/*mass-entry*/

.mass-entry div[class^="col"] {
    padding: 0px 5px 0px 5px;
}

.mass-entry .row {
    width: 97%;
    margin-left: 0px;
    margin-right: 0px;
    display: inline-block;
}

.mass-entry .ibox-content,
.mass-entry md-list {
    padding: 0px;
}

.mass-entry .action-button {
    width: 3%;
    display: inline-block;
}





















/*ibox*/

.ibox {
    border: 1px solid #e0e0e0;
}




















/* Login Page */

.login-box {
    margin: auto;
}




/* PO Entry form footer */

.footer_po {
    background-color: white;
    border-bottom: 1px solid #d2d6de;
    border-top: 1px solid #d2d6de;
    margin: -15px;
    margin-bottom: 15px;
    padding: 5px 15px;
}

.selectedCard {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #f4f4f466;
}

.cardInputStyle {
    margin-left: 10px;
    margin-right: 10px;
}










.dataTables_processing {
    background-color: #ffffff00 !important;
}

.codeInfo {
    border-radius: 4px;
    color: #000000de;
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap;
    font-weight: bold;
}

.codeSucess {
    border-radius: 4px;
    color: #01a659;
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap;
    font-weight: bold;
}

.codeWarrning {
    border-radius: 4px;
    color: #f39c12;
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap;
    font-weight: bold;
}

.codeDanger {
    border-radius: 4px;
    color: #F44336;
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap;
    font-weight: bold;
}

.codeStop {
    border-radius: 4px;
    color: #1679c9;
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap;
    font-weight: bold;
}

.codeHold {
    border-radius: 4px;
    color: '#808080';
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap;
    font-weight: bold;
}

.codeArchive {
    border-radius: 4px;
    color: #d35400;
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap;
    font-weight: bold;
}

.treeview:focus,
.treeview[focus] {
    border: 0px !important;
}



/**
 * Text Slider Directive - CSS
 **/

.text-size-slider {
    font-size: 14px;
}

.text-size-slider input {
    display: inline;
    width: 200px;
}

.text-size-slider .small-letter,
.text-size-slider .big-letter {
    font-weight: bold;
}

.text-size-slider .slider {
    -webkit-appearance: none;
    margin: 0 8px;
}

.text-size-slider .slider:focus {
    outline: none;
}

.text-size-slider .slider::-webkit-slider-thumb {
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    background-color: white;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-top: -6px;
}

.text-size-slider .slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: white;
    border: 0;
}

.alert-warn {
    background: #ff5722;
    color: #fff;
}



/* Put your css in here */

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide {
    display: none !important;
}

[ng\:form] {
    display: block;
}

.ng-animate-block-transitions {
    transition: 0s all !important;
    -webkit-transition: 0s all !important;
}




/* show the element during a show/hide animation when the
 * animation is ongoing, but the .ng-hide class is active */

.ng-hide-add-active,
.ng-hide-remove {
    display: block !important;
}

md-card {
    margin: 0px;
}

.table-column-configuration-in-header {
    display: inline-block;
    line-height: 40px;
    font-weight: bold;
    margin-left: 20px;
    vertical-align: middle;
}


actions-dropdown.removeMargin md-menu>.md-button {
    margin: 0;
}

.removeBottomPadding {
    padding-bottom: 0px;
}

.removeTopPadding {
    padding-top: 0px;
}

dropdown-filter.filterSibling>.ui-select-container {
    margin-top: 6px;
}

.margin-top-6px {
    margin-top: 6px;
}

.makeLavelLikePadding {
    padding: 7px 14px;
}

input.timePicker-custom {
    min-width: 110px;
    padding: 6px 5px;
}

input.datePicker-custom {
    min-width: 140px;
}

div.datePicker-custom {
    padding-left: 0px;
    width: 60%;
    float: left;
    padding-left: 15px;
}

div.timePicker-custom {
    padding-right: 0px;
    width: 40%;
    padding-right: 15px;
    float: right;
}

.ui-select-multiple.ui-select-bootstrap {
    height: auto;
    padding: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    padding-right: 16px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    position: absolute;
    right: 2px;
    top: 3px;
    outline: 0;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    outline: 0;
    margin: 6px 6px 0px 6px;
    border: 1px solid #ddd;
    color: #000;
    background: #fff;
    text-align: left;
    border-radius: 4px;
    min-width: 50px;
    max-width: -webkit-fill-available;
    width: max-content;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item.btn-primary {
    border-color: #000;
}

.font-600 {
    font-weight: 600;
}

.mrgin-bottom-10 {
    margin-bottom: 10px;
}

.height-56 {
    height: 56px;
}

.height-60 {
    height: 60px;
}

.no-padding {
    padding: 0% !important;
}

.mirror-btn-link,
.mirror-btn-link>label {
    text-decoration: underline;
    user-select: none;
}

.mirror-btn-link:hover,
.mirror-btn-link:hover>label,
.mirror-btn-link:focus,
.mirror-btn-link:focus>label {
    color: royalblue !important;
    cursor: pointer;
}

.mirror-btn-link:focus,
.mirror-btn-link:focus>label {
    font-weight: 600;
}

@media print {
    .mirror-btn-link>label {
        text-decoration: none;
    }
}


.ui-select-match>.btn.btn-default.form-control.ui-select-toggle {
    display: grid !important;
}

.stripped-row-mirror:nth-child(odd) {
    background-color: #f1f1f1;
}



@keyframes spaceboots {
    0% {
        transform: translate(2px, 0px);
    }

    10% {
        transform: translate(-2px, 0px)
    }

    20% {
        transform: translate(2px, 0px)
    }

    30% {
        transform: translate(-2px, 0px)
    }

    40% {
        transform: translate(2px, 0px)
    }

    50% {
        transform: translate(-2px, 0px)
    }

    60% {
        transform: translate(2px, 0px)
    }

    70% {
        transform: translate(-2px, 0px)
    }

    80% {
        transform: translate(2px, 0px)
    }

    90% {
        transform: translate(-2px, 0px)
    }

    100% {
        transform: translate(2px, 0px)
    }
}

.shaking-element {
    display: inline-block;
    animation-name: spaceboots;
    animation-duration: 0.8s;
    transform-origin: 50% 50%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.tmargin {
    margin: 10px 0 0 0;
}

.top-margin {
    margin-top: 15px;
}

.bspace {
    padding: 15px;
}

.two-group {
    background-color: rgba(201, 48, 44, 1) !important;
    color: #ffffff !important;
    letter-spacing: 2 !important;
    border-color: rgba(201, 48, 44, 1) !important;
    padding-right: 5px !important;
    padding-right: 5px !important;
}

.clear-bt {
    width: 400px;
    letter-spacing: 2px;
}

.zero-margin {
    margin-bottom: 0px;
    margin-right: 10px;
}




.not-entered {
    color: grey;
}

.mi-print-template-checkbox {
    margin: 0px;
}

.mi-print-template-checkbox.md-default-theme.md-checked .md-icon,
.mi-print-template-checkbox.md-checked .md-icon {
    background-color: rgba(178, 52, 53, 1);
}

.custom-table>tbody>tr>td,
.custom-table>tbody>tr>th,
.custom-table>tfoot>tr>td,
.custom-table>tfoot>tr>th,
.custom-table>thead>tr>td,
.custom-table>thead>tr>th {
    vertical-align: inherit;
}

.mi-margin {
    margin: 16px;
}

.machine-report-table>tbody>tr>td,
.machine-report-table>tbody>tr>th,
.machine-report-table>tfoot>tr>td,
.machine-report-table>tfoot>tr>th,
.machine-report-table>thead>tr>td,
.machine-report-table>thead>tr>th {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: top;
}

.row-background {
    background-color: #cecece;
}

.sub-row-background {
    background-color: #f5f6fa;
}

.info {
    background-color: #e7f3fe;
    border-left: 6px solid #2196F3;
}

.small-card {
    flex: 1;
    margin: 0 4px 0px 4px;
    min-height: 75px;
    max-width: 250px;
}

.small-card-head {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.small-card-data {
    font-size: 24px;
    text-align: center;
    color: #972021;
}

.dashboard-container {
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
    align-items: stretch;
    padding: 8px 8px 0px 8px;
}

.default-header {
    padding: 2px 8px;
    background: #eeeeee;
    color: #333333;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.raw-material-packaging-dropdown {
    width: 30%;
    margin-left: 3px;
}

.pr-row-attention {
    background-color: #edebfd;
}

.custom-action-footer {
    position: fixed;
    bottom: 0;
    left: 230px;
    right: 0;
    padding: 2px;
    background: #1a2226;
    z-index: 1000;
}

.work-order-action-btn {
    border-radius: 5px !important;
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
    color: #fff !important;
}

.work-order-action-btn:hover:enabled {
    background-color: #fff !important;
    color: #1a2226 !important;
}

.work-order-action-btn:focus:enabled {
    background-color: #fff !important;
    color: #1a2226 !important;
}

.work-order-action-btn:disabled {
    background-color: #808080 !important;
    cursor: not-allowed !important;
}

.readiness-legend {
    width: 25%;
    color: #333;
    padding: 1px 8px;
}

.readiness-states {
    font-size: 12px;
}

.work-order-open-status {
    background: orange !important;
}

.work-order-open-status:hover:enabled {
    background: darkorange !important;
    color: white !important;
}

.work-order-close-status {
    background: #1679c9 !important;
}

.work-order-close-status:hover:enabled {
    background: darkblue !important;
    color: white !important;
}

.work-order-reviewed-status {
    background: #136c13 !important;
}

.work-order-reviewed-status:hover:enabled {
    background: #004d00 !important;
    color: white !important;
}

.work-order-reOpen-status {
    background: #f16000 !important;
}

.work-order-reOpen-status:hover:enabled {
    background: #bb4b01 !important;
    color: white !important;
}

.work-order-faulty-status {
    background: #cc3333 !important;
}

.work-order-faulty-status:hover:enabled {
    background: darkred !important;
    color: white !important;
}