﻿/* New Button styles stolen from Bootstrap v5.1.1*/
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #000;
  border-color: #000;
}
.btn-outline-light:hover {

  background-color: #f8f9fa;
  color: #000;
  border-color: #000;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}



/* BSS rounded form controls and tables*/
/* BSS rounded form controls and tables and now textboxes*/ 
.form-control, .text-box { 
    -webkit-border-radius: 50px; 
    -moz-border-radius: 50px; 
    border-radius: 8px; 
    color: darkblue; 
} 
.multilineTextBox {
    width: 100%; 
    height:200px;
}

.table-bordered-curved {
    border-radius: 8px;
    border-collapse: separate;
    border: solid 1px #ccc;
}

.gray-bg, .bg-muted {
    background-color: #22a2c0;
}

.table-bordered-curved thead tr:last-child th,
.table-bordered-curved thead tr:last-child td {
    border-bottom: solid 1px #ccc;
}

.table-bordered-curved thead tr th,
.table-bordered-curved thead tr td {
    border-bottom: 0;
    border-right: solid 1px #ccc;
}

.table-bordered-curved thead tr th:last-child,
.table-bordered-curved thead tr td:last-child {
    border-right: 0;
}

.table-bordered-curved tbody tr:first-child th,
.table-bordered-curved tbody tr:first-child td {
    border-top: 0;
}

.table-bordered-curved tbody tr td {
    border-right: solid 0px #ccc;
}

.table-bordered-curved tbody tr td:last-child {
    border-right: 0;
}

.mob-none {
    display: inherit;
}

body.mini-navbar .nav-header, body.mini-navbar .nav-header div {
    padding: 0;
    background-color: #fff;
    background-image: url("") !important;
}

.nav-header div {
    background-image: url("/Images/main-logo.png");
    background-size: auto;
    height: 55px;
    background-repeat: no-repeat;
}

@media(max-width: 768px) {
    #logoutForm {
        display: inline-block;
        float: right;
    }

        #logoutForm ul {
            margin: 0px;
        }

    .nav > li > a {
        padding: 14px 20px 14px 20px;
    }

    .fa-li {
        display: block !important;
        left: 0px !important;
    }

    .languagepicker {
        padding-left: 0px !important;
        margin: 0px 0px;
    }

    .mob-none {
        display: none !important;
    }

    .content-none {
        content: none;
    }

    .maintitle {
        font-size: 18px;
    }

    .alxdownload {
        display: none
    }

    .footer {
        display: none
    }
     .km-view{
         width: 90% !important;
    }
}

.set {
    padding: 15px;
    border: 2px solid #676a6c;
    border-radius: 4px;
    box-shadow: 1px 2px 8px rgba(0,0,0,0.15);
    margin: 5px;
    margin-bottom: 10px;
    min-height: 110px;
    transition: margin-top 0.2s;
    color: #676a6c;
}

.set:hover {

    -webkit-animation: blink 2.0s linear infinite;
    -moz-animation: blink 2.0s linear infinite;
    -ms-animation: blink 2.0s linear infinite;
    -o-animation: blink 2.0s linear infinite;
    animation: blink 2.0s linear infinite;
    border-left: solid 15px orange;

/*    margin-top: 1px;*/
    }


.setNumber {
    font-size: 16px;
    color: #202020;
    margin-bottom: 5px;
    font-weight: bold;
}
.set {
    border-color: #b6b8b9;
    border-left: solid 15px #b6b8b9;
}

.loggedIn {
    border-color: #172B4D;
    border-left: solid 15px #172B4D;
}

.production.setActive {
    border-color: #00d05e;
    border-left: solid 15px #00d05e;
}

.setAlert {
    border-color: red !important;
    -webkit-animation: blink 2.0s linear infinite;
    -moz-animation: blink 2.0s linear infinite;
    -ms-animation: blink 2.0s linear infinite;
    -o-animation: blink 2.0s linear infinite;
    animation: blink 2.0s linear infinite;
    border-left: solid 15px red;
}

.wpt.setActive {
    border-color: #6554C0;
    border-left: solid 15px #6554C0;
}

.procedure.setActive {
    border-color: #00B8D9;
    border-left: solid 15px #00B8D9;
}

.current, .arc, .voltage {
    font-size: 14px;
    color: #202020;
    text-align: center;
}

.setextrainfo {
    
}

.fg-blue {
    color: blue !important;
}

.fg-green {
    color: green !important;
}

.fg-red {
    color: red !important;
}


.drop-target {
    border-color: red !important;
}

.annotationPlaceholder {
    height: 180px;
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    font: 26px Arial, sans-serif;
    padding: 8px;
    border: 1px solid black;
    width: 100%;
    overflow-y: scroll
}

.annotation {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    padding: 8px;
    border: 2px solid white;
    text-align: center;
    font: 26px Arial, sans-serif;
    background-color: blue;
    color: white;
    display: inline-block;
    margin: 0px;
    cursor: grab;
    z-index: 999;
    position: relative;
}

.dropzone.unset {
    border: 1px solid black;
    overflow-y: scroll;
    height: 140px;
}

.unsetwatermark {
    opacity: 0.5;
    color: gray;
    display: block;
    position: fixed;
}

.notesbox {
    width: 100%;
    height: 300px;
}

.k-upload {
    width: 498px;
}

.drawing {
    /*height: calc((100vw - 6) * 0.75);*/
    border: 1px solid black;
    padding: 0px !important;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
}

.deldetailbtn {
    height: 28px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#detailstable td, #detailstable th {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 3px;
    font-size: 11px;
}

#detailstable th {
    vertical-align: top;
}

#detailstable td {
    vertical-align: top;
}

#detailstable input, #detailstable select {
    font-size: 12px;
    padding: 2px;
    height: 25px;
    line-height: unset !important;
}

#tabs .nav a {
    margin-left: 5px;
    margin-top: 2px;
    margin-right: 5px;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 600;
}

#tabs .nav .nav-item.disabled a {
    color: #eeeeee !important;
}

#tabs .nav-item {
    display: inline-block !important
}

#tabs .nav-link {
    display: inline-block
}

#tabs.nav-tabs {
    border: 0 !important;
}

#tabs > li.active {
    border: 0;
}


    #tabs > li.active a {
        border: 0;
    }

#tabs.nav-tabs > li > a {
    border: 0;
    border-radius: revert;
    color: #2f4050;
}

#tabs.nav > li.disabled > a {
    color: #eeeeee !important;
}

#tabs.nav-tabs > li.active > a {
    color: white;
    background-color: #2f4050;
}

.field-validation-error {
    color: red;
}

td.disabled {
    background-color: gainsboro;
}

.k-listview:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.k-grid-filter.k-state-active {
    background-color: lightblue !important;
}

.km-pane-wrapper {
    height: unset !important;
}

.km-view {
    height: unset !important;
}

.partnumberwps {
    width: 500px;
}

.partnumberwps tr {
    margin: 4px;
}

.partnumberwps td {
    padding-bottom: 4px;
}

.weldlogheader > div {
    padding-left: 0px;
    padding-right: 0px;
    
}

.weldlogheaderinnerrow {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.weldlogheaderinnerrow>div {
    padding-left: 3px;
    padding-right: 3px;
}

@keyframes blink {
    0% {
        box-shadow: 1px 2px 30px rgba(255,0,0,0.35);
    }

    50% {
        box-shadow: 0px 0px 2px rgba(255,0,0,0.6);
    }

    100% {
        box-shadow: 1px 2px 30px rgba(255,0,0,0.35);
    }
}

@-webkit-keyframes blink {
    0% {
        box-shadow: 1px 2px 30px rgba(255,0,0,0.35);
    }

    50% {
        box-shadow: 0px 0px 2px rgba(255,0,0,0.6);
    }

    100% {
        box-shadow: 1px 2px 30px rgba(255,0,0,0.35);
    }
}
