﻿.zapytanie-blad:focus {
    border: 2px solid red;
    outline: none;
}

.zapytanie-blad {
    border: 1px solid red;
}

input:disabled {
    background-color: #eee;
}

.spinner-hide::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.deklarowany-czas-produkcji {
    -moz-appearance: textfield;
}

.selected {
    background-color: #B0BED9 !important;
}

.right {
    text-align: right;
}

* {
    box-sizing: border-box;
    font-weight: 400;
}

body {
    font-family: 'Lato', sans-serif !important;
    overflow-y: overlay;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

input {
    border: 1px solid transparent;
    padding: 10px;
    font-size: 16px;
}

.suma-taskow {
    background-color: #a7b1c2;
    color: #FFFFFF;
    font-size: 10px;
    padding: 3px 5px;
    border-radius: 3px;
    margin-left: 5px;
    display: inline-block;
    text-decoration: none;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.add-info-grey {
    border: 2px dotted #F0F0F0;
    padding: 10px 10px;
}

.box-height {
    height: 63vh;
}

.eol {
    white-space: pre-wrap;
}

.more-font-size {
    font-size: 12px;
    display: inline-block;
    margin-top: 5px;
}

.title-size {
    font-size: 20px;
}

.new-padding {
    padding: 10px 25px 33px 25px !important;
}

.x-margin-left {
    margin-left: 10px;
}

.color-fa {
    color: #1ab394;
    top: -1px;
    position: relative;
}

.plus-color {
    color: #1ab394;
    font-weight: bold;
}

.up-case-link {
    text-transform: uppercase;
    cursor: pointer;
}

.active {
    text-decoration: underline;
}

.leng-box {
    cursor: pointer;
    position: absolute;
    top: 20px;
    left: -16px;
    background-color: white;
    padding: 0px;
    z-index: 10;
    width: 50px;
}

    .leng-box li {
        display: block;
        text-align: center;
        margin-top: 5px;
        margin-right: 0px !important;
    }

.box-leng-style {
    position: relative;
}

.this-hide {
    display: none;
}

.important-record {
    border-color: #2f4050 !important;
    border-width: thin thin thin thin !important;
}

.table-inline-input {
    display: inline-block !important;
    width: 46% !important;
    min-width: 55px;
}

.position-newbtn {
    display: flex;
    justify-content: flex-end;
}

.textarea-style {
    resize: vertical;
    margin-top: 24px;
}

.opis-style > div {
    padding-top: 0px;
}

.remove-btn-style {
    display: block;
    text-align: center;
    background: none;
    border: none;
    position: absolute;
    cursor: pointer !important;
    top: -12px;
    right: -18px;
    z-index: 100;
}

    .remove-btn-style > .btn-close {
        height: 30px;
        width: 30px;
        cursor: pointer !important;
    }

.border-img {
    border: 2px solid red;
    margin: 14px !important;
    border-radius: 20px;
}

.nav-header {
    font-size: 24px;
    padding: 25px 25px;
}

.helloAdm {
    color: #999c9e;
    font-size: 14px;
    padding: 20px 10px;
    min-height: 50px;
    font-weight: 600;
}

form .title-size {
    font-size: 4em;
    font-weight: lighter;
}

.title-green {
    color: #1ab394;
    font-weight: 300;
}

.hr-color {
    border-top: 1px solid #ddd;
}

.title-tiny {
    font-weight: 300;
}

.position-right {
    float: right;
    cursor: pointer;
}

.inline-block-btn {
    display: inline-block;
}

.wrapper-spec {
    padding: 0 10px;
}

.navbar-top-links li a {
    font-weight: normal;
}

.validation-summary-errors > ul > li {
    color: #ed5565;
}

.validation-summary-errors > ul {
    list-style: none;
}

.validation-error-text {
    color: #ed5565;
}

.field-validation-error {
    padding-top: 8px;
    display: inline-block;
    color: #ed5565;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: initial !important;
}

.datatableBtn {
    color: #fff !important;
    background-color: #1ab394 !important;
    border-color: #1ab394 !important;
}

.odstep {
    padding-bottom: 0px !important;
}

.padding-error {
    padding-left: 10px;
    padding-bottom: 10px;
}

.nowraping {
    white-space: nowrap;
}

.group {
    color: white !important;
    background-color: #2F4050 !important;
}

.u1 .header-title {
    text-transform: uppercase;
    font-weight: 300 !important;
    padding-left: 10px;
}

.ibox-title h5 {
    font-size: 20px;
    font-weight: 300 !important;
}

.dataTables_length {
    margin-top: 2px;
}

.selected {
    background-color: #f2fbff !important;
}

.full-width {
    width: 100%;
}

.group {
    color: white !important;
    background-color: #aaa !important;
}

.login-info {
    margin-top: 60px;
}

.min-height {
    min-height: 76vh;
}

.btn-debug {
    width: 200px;
    margin-top: 10px;
}

.msg-info {
    font-size: 24px;
    font-weight: 300;
}

.title-line {
    margin-top: 15px !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7eaec;
}

.border-none .list-group-item {
    border: none !important;
}

.strong {
    font-weight: bold;
}

.width100 {
    width: 100px !important;
}

.width150 {
    width: 100px !important;
}

.width200 {
    width: 200px !important;
}

.width250 {
    /*większa szer bo nie mieści się tekst*/
    width: 265px !important;
}

.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.marg-bottom {
    margin-bottom: 20px;
}

table {
    width: 100% !important;
}

.tooltip {
    font-size: 12px;
    z-index: 1000000;
}

.size-dollar-icon {
    padding: 4px 0;
    font-size: 16px !important;
}

.no-left-padd {
    padding-left: 0px !important;
}

.center-dollar-info {
    text-align: center;
    display: table;
    padding: 3px 9px;
    background-color: #1ab394;
    margin: 0 auto;
    border: none;
}

    .center-dollar-info i {
        color: white;
    }

.center-status-info {
    margin-top: 6px;
    text-align: center;
    display: inline-block;
    border: none;
    padding: 2px 7px;
    background-color: #1ab394;
    display: table;
}

    .center-status-info span {
        color: white;
        font-weight: bold;
    }

.td-th-hide {
    visibility: hidden;
}

.x-position {
    z-index: 10;
    position: inherit;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #1ab394; /*Green */
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dataTables_processing {
    top: 46% !important;
    position: fixed !important;
    left: 0px !important;
    width: 100vw !important;
    z-index: 100000 !important;
    margin-left: 0px !important;
    opacity: 0.9 !important;
}

table td {
    vertical-align: middle !important;
}

.text-mini {
    display: none;
}

.mini-navbar .nav-second-level .text-mini {
    display: inline-block !important;
    font-size: 10px;
}

.table-inline-input {
    min-width: 64px !important;
    padding: 6px 10px !important;
}

td .label {
    display: inline-block;
}

.x-marg-btn {
    margin: 0 5px;
    min-width: 80px;
}

.packinglistvalue {
    border: 1px solid #e5e6e7;
    font-size: 13px;
    font-weight: bold;
    max-width: 70px;
    padding: 10px 5px;
    margin-right: 4px;
}

.x-box-btn {
    border-bottom: 1px dashed #e7eaec;
    height: 50px;
    margin-bottom: 20px;
}

.x-error {
    float: left;
    border-color: #ed5565;
    color: #ed5565;
}

.x-fa-color {
    display: inline-block !important;
    color: #ed5565;
    font-size: 16px !important;
    text-align: center !important;
    margin-top: 11px;
    opacity: 1 !important;
}

.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 150px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 3px;
        position: absolute;
        left: -102px;
        top: 34px;
        z-index: 1;
        font-size: 12px;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.x-fa-color > span {
    font-family: 'Lato', sans-serif !important;
}

.txa-center {
    display: block;
    margin: 0 auto;
}

#uwagi-packinglista {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 95px;
    min-height: 95px;
    display: block;
    margin: 0 auto 20px;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    transition: border-color 0.15s;
}

    #uwagi-packinglista:focus {
        border-color: rgb(58, 187, 161);
    }

.uwagi-container {
    padding: 15px 20px 20px 20px;
}

.font-x2 {
    font-size: 1.35em;
}

.plikiError.fullSize {
    clear: both;
    text-align: center;
    padding-top: 15px;
    text-indent: -30px;
}

.table-overflow {
    overflow-x: hidden;
}
/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
    display: inline-block;
    display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(green.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-green {
    background-position: 0 0;
}

    .icheckbox_square-green.hover {
        background-position: -24px 0;
    }

    .icheckbox_square-green.checked {
        background-position: -48px 0;
    }

    .icheckbox_square-green.disabled {
        background-position: -72px 0;
        cursor: default;
    }

    .icheckbox_square-green.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-green {
    background-position: -120px 0;
}

    .iradio_square-green.hover {
        background-position: -144px 0;
    }

    .iradio_square-green.checked {
        background-position: -168px 0;
    }

    .iradio_square-green.disabled {
        background-position: -192px 0;
        cursor: default;
    }

    .iradio_square-green.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_square-green,
    .iradio_square-green {
        background-image: url(green@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

.selected {
    color: inherit !important;
}

    .selected button, .selected a {
        color: #ffffff !important;
    }

.edit-button {
    color: #ffffff !important;
    background-color: rgb(26, 179, 148);
}

    .edit-button:hover, .edit-button:focus {
        background-color: #18a689;
    }

.error-style {
    color: #ed5565;
    border-color: #ed5565 !important;
}

    .error-style::after {
        display: block;
    }

    .error-style option {
        color: black;
    }

.help-block {
    color: #ed5565;
}

.podglad-tresc {
    min-height: 200px;
    padding: 6px 12px;
    border: 1px solid #e5e6e7;
}

.podglad {
    display: none;
}

.error {
    text-align: center;
    text-indent: -30px;
    color: #ed5565;
}

.btn.btn-default, .btn.btn-white {
    color: inherit !important;
}

.btn-default.edit-button {
    color: #ffffff !important;
}

span.control-label {
    padding: 0 !important;
    font-weight: bold;
}

.card-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-radius: 0 !important;
}

.card {
    font-weight: 400;
    border: 0;
    /*-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);*/
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.dropdown-button-inline {
    display: inline-flex;
}

.hr-big-line {
    border-top: 3px solid #eee;
}

.table-box, .loader-content {
    position: relative;
}

.x-show {
    display: block !important;
}

.x-none {
    display: none !important;
}

.x-hide {
    visibility: hidden;
}

.x-dataTables_processing, .loader-content {
    display: none;
}

    .x-dataTables_processing .bg-info-loader {
        top: 50%;
        position: absolute;
        padding: 10px 0;
        left: 0;
        right: 0;
    }

.x-label-style {
    font-size: 14px !important;
    padding: 3px 6px;
    background-color: rgb(26, 179, 148);
    color: white;
}

.loader-content .x-dataTables_processing {
    height: 100px;
}

    .loader-content .x-dataTables_processing .bg-info-loader {
        top: 0%;
        position: absolute;
        padding: 10px 0;
        left: 0;
        right: 0;
    }

.bg-info-loader .bg-text {
    text-align: center;
    color: white;
    font-size: 22px;
    font-weight: 700;
}

.center-input {
    margin: 0 auto !important;
    display: table !important;
}

.btn-switch {
    min-width: 120px !important;
}

.file-input-control {
    clear: both;
}

    .file-input-control .file-input {
        display: none;
    }

    .file-input-control:hover, .file-input-control .control-label:hover {
        cursor: pointer;
    }

.file-input-placeholder-display {
    pointer-events: none;
}

#dodajPlikModal .padd-customfile strong {
    background-color: #1ab394 !important;
}

#importArkuszaAnalizy .input-group-addon {
    background-color: #1ab394 !important;
    color: #fff;
}

.error-list {
    min-height: 100px;
    height: auto;
    overflow-y: auto;
    max-height: 200px;
}

.flex-container {
    display: flex;
}

    .flex-container.col {
        flex-direction: column;
    }

    .flex-container.row {
        flex-direction: row;
    }

.box-file-input .input-group {
    width: 300px;
}

.box-file-input .file-input-placeholder-display {
    width: 175px;
    cursor: pointer;
}

.box-file-input .input-group-addon {
    padding: 9px 14px;
    cursor: pointer;
}

#x-arkusz-input .file-label-display-container {
    width: 100%;
}

#x-arkusz-input input {
    width: 86%;
}

#x-arkusz-input .file-input-placeholder {
    margin: 0px;
    width: 100%;
}

#x-arkusz-input .input-group-addon {
    padding: 9px;
    border: 1px solid #ccc;
}

.box-file-input .file-input-placeholder {
    width: 100%;
}

.box-file-input .file-label-display-container {
    width: 100%;
}

.box-file-input input {
    width: calc(100% - 42px) !important;
}

.box-file-input .input-group-addon {
    width: 30px;
}

.zdx-alert {
    border: 1px solid red;
    padding: 5px;
    color: red;
    display: inline-block;
}

.analiza-hr {
    border-width: 3px;
    margin-bottom: 40px;
}

.max-width150 {
    max-width: 150px;
}

.max-width125 {
    max-width: 125px;
}

.brakiwkartotece-col {
    max-width: 210px;
}

    .brakiwkartotece-col .brakiwkartotece-input {
        width: 100%;
    }

.zdx-alert {
    width: 100%;
}

.nowa-cena-uzgodniona {
    border-color: red;
    border-width: 2px;
    border-style: dashed;
    background-color: red;
}

.zapytanie-potwierdzanie-table .cena,
.input-zz {
    min-width: 150px;
}

.btn-danger.ustaw-jako-nieanalizowane-button span {
    color: #ffffff;
}

.p10 {
    padding: 10px;
}

.m10 {
    margin: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.h50 {
    height: 50px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.potwierdzenie-wyprodukowania-z-informacja-o-zamknieciu {
    color: red;
}