﻿.box {
    background: #fff !important;
}


.col-1, .col-sm-1, .col-md-1, .col-lg-1, .col-2, .col-sm-2, .col-md-2, .col-lg-2, .col-3, .col-sm-3, .col-md-3, .col-lg-3, .col-4, .col-sm-4, .col-md-4, .col-lg-4, .col-5, .col-sm-5, .col-md-5, .col-lg-5, .col-6, .col-sm-6, .col-md-6, .col-lg-6, .col-7, .col-sm-7, .col-md-7, .col-lg-7, .col-8, .col-sm-8, .col-md-8, .col-lg-8, .col-9, .col-sm-9, .col-md-9, .col-lg-9, .col-10, .col-sm-10, .col-md-10, .col-lg-10, .col-11, .col-sm-11, .col-md-11, .col-lg-11, .col-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}


.btn-default {
    color: #444 !important;
    background-color: #f4f4f4 !important;
    border-color: #ddd !important;
}
.btn-default {
    margin-left: 5px;
}


.dashboard table > thead > tr > th, .dashboard table > tbody > tr > th, .dashboard table > tfoot > tr > th, .dashboard table > thead > tr > td, .dashboard table > tbody > tr > td, .dashboard table > tfoot > tr > td {
    border: none;
    border-top: 1px solid #f4f4f4;
}

.dashboard table {
    border: none !important;
}

.btn-box-tool {
    color: #97a0b3 !important;
    background: transparent !important;
    border: none !important;
}

.table td {
    color: #333 !important;
}

.table {
    border-color: #f4f4f4;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px !important;
    }

.btn-primary {
}

.dashboardButton {
    margin-left: 0px !important;
    font-size: 14px !important;
}

.noborder {
    border: none !important;
}

.btn-info {
}

.headerButtons {
    border: none;
    box-shadow: none;
}

.headerButtons > table {
    background: transparent;
}


.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-color: aqua;
    border-color: none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.headerButtons > table > tbody > tr > td {
    border-top: none !important;
}


@media only screen and (max-width: 991px) {

    .text-align {
        text-align: left !important;
    }
}

@media only screen and (min-width: 992px) {

    .text-align {
        text-align: right !important;
    }
}

.form-group {
    margin-bottom: 8px !important;
}

.header-button-width {
    width: 169px !important;
}

.pagination-bar .paging-control {
    text-align: right;
}

.pagination-bar ul {
    margin: 0px;
}

.document-footer tr td {
    border: none;
}

.file-type {
    text-transform: lowercase;
}

    .file-type::first-letter {
        text-transform: uppercase;
    }

.document-default table {
    border: 1px solid #f4f4f4 !important;
}

.filter-CB input[type=checkbox] {
    margin-right: 5px;
}

.box-filter {
    border: 1px solid #d7d9dc !important;
}

    .box-filter.box {
        box-shadow: none !important;
    }

    .box-filter .btn-sm {
        margin-left: 0px !important;
    }
.modal-body {
    max-height: calc(100vh - 150px);
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
    no-left-pad {
    padding-left: 0px !important;
}

.task-not-started {
    color: gray !important;
}

.task-started {
    color: #32a6ec !important;
}

.task-completed {
    color: #0db542 !important;
}

.task-warrInsp {
    color: darkblue !important;
}

.task-completed-excep {
    color: #f73939 !important;
}

.waiting-status {
    color: rgb(251, 134, 9);
}

.inspectready-status {
    color: rgb(251, 224, 17);
}

.scheduled-inspection {
    color: darkblue;
}

.wrap-text {
    white-space: normal !important;
}

.old-popup [class*="col-"] {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.old-popup .table > thead > tr > th, .old-popup .table > tbody > tr > th, .old-popup .table > tfoot > tr > th, .old-popup .table > thead > tr > td, .old-popup .table > tbody > tr > td, .old-popup .table > tfoot > tr > td {
    padding: 1px !important;
}
.inline {
    display: inline;
    width: auto;
}
/*a.btn:disabled,
a.btn[disabled],
button:disabled,
button[disabled] {
   
}*/

@media only screen and (min-width: 320px) {
    .btn-style {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.no-padding {
    padding: 0px !important;
}

@media only screen and (max-width: 320px) {
    .chkMilestone label {
        display: inline !important;
    }
}
.sticky-thead {
    position: sticky;
    z-index: 9;
    background: white;
}

.sticky-result-header {
    position: sticky !important;
    z-index: 9;
    background: white;
    padding-top: 5px !important;
}

.noHover {
    pointer-events: none;
}
.supplier-task-done{
    color:green
}
.supplier-task-accepted {
    color: goldenrod
}
.supplier-task-inProgress {
    color: royalblue
}
.supplier-task-new {
    color: darkgray
}