/*Date range picker CSS starts*/

.embedded-daterangepicker .daterangepicker::before,
.embedded-daterangepicker .daterangepicker::after {
    display: none;
}
.embedded-daterangepicker .daterangepicker {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    float: left;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.embedded-daterangepicker .daterangepicker .drp-calendar {
    display: none;
    max-width: 100%;
    width: 100%;
}

.embedded-daterangepicker .daterangepicker td.today:before{
    content: ' ';
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 0;
    height: 0;
    border-bottom: 7px solid #357ebd;
    border-left: 7px solid transparent;
}

.embedded-daterangepicker .daterangepicker td.today.active:before{
    border-bottom: 7px solid #fff;
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 99999;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
}

.daterangepicker:before,
.daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
    right: 9px;
}

.daterangepicker.opensleft:after {
    right: 10px;
}

.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.opensright:before {
    left: 9px;
}

.daterangepicker.opensright:after {
    left: 10px;
}

.daterangepicker.drop-up {
    margin-top: -7px;
}

.daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
    float: none;
}

.daterangepicker.single .drp-selected {
    display: none;
}

.daterangepicker.show-calendar .drp-calendar {
    display: block;
}

.daterangepicker.show-calendar .drp-buttons {
    display: block;
}

.daterangepicker.auto-apply .drp-buttons {
    display: none;
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px;
}

.daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
    padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}

.daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    /* min-width: 32px; */
    width: 32px;
    height: 24px;
    line-height: 0px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff;
}

.daterangepicker th.month {
    width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

.daterangepicker select.yearselect {
    width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px;
	display: inline-block;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative;
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle;
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
}

.daterangepicker .drp-buttons .applyBtn{
	padding: 4px 10px;
}

.daterangepicker.show-ranges .drp-calendar.left {
    border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0;
}

.daterangepicker.show-calendar .ranges {
    margin-top: 8px;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer;
}

.daterangepicker .ranges li:hover {
    background-color: #eee;
}

.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff;
}

/*Datepicker hide end dates in other months*/
.daterangepicker td.ends{
	visibility: hidden;
}

/*  Larger Screen Styling */

@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }
    .daterangepicker .ranges ul {
        width: 140px;
    }
    .daterangepicker.single .ranges ul {
        width: 100%;
    }
    .daterangepicker.single .drp-calendar.left {
        clear: none;
    }
    .daterangepicker.single.ltr .ranges,
    .daterangepicker.single.ltr .drp-calendar {
        float: left;
    }
    .daterangepicker.single.rtl .ranges,
    .daterangepicker.single.rtl .drp-calendar {
        float: right;
    }
    .daterangepicker.ltr {
        direction: ltr;
        text-align: left;
    }
    .daterangepicker.ltr .drp-calendar.left {
        clear: left;
        margin-right: 0;
    }
    .daterangepicker.ltr .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .daterangepicker.ltr .drp-calendar.right {
        margin-left: 0;
    }
    .daterangepicker.ltr .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .daterangepicker.ltr .drp-calendar.left .calendar-table {
        padding-right: 8px;
    }
    .daterangepicker.ltr .ranges,
    .daterangepicker.ltr .drp-calendar {
        float: left;
    }
    .daterangepicker.rtl {
        direction: rtl;
        text-align: right;
    }
    .daterangepicker.rtl .drp-calendar.left {
        clear: right;
        margin-left: 0;
    }
    .daterangepicker.rtl .drp-calendar.left .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .daterangepicker.rtl .drp-calendar.right {
        margin-right: 0;
    }
    .daterangepicker.rtl .drp-calendar.right .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .daterangepicker.rtl .drp-calendar.left .calendar-table {
        padding-left: 12px;
    }
    .daterangepicker.rtl .ranges,
    .daterangepicker.rtl .drp-calendar {
        text-align: right;
        float: right;
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
    }
    .daterangepicker.ltr .ranges {
        float: left;
    }
    .daterangepicker.rtl .ranges {
        float: right;
    }
    .daterangepicker .drp-calendar.left {
        clear: none !important;
    }
}

/*Date range picker css ends*/

/* Custom Notification Styles - Start */

.customNotify {
    display: inline-block;
    margin: 0px auto;
    position: fixed;
    transition: all 0.5s ease-in-out;
    z-index: 1031;
    top: 2% !important;
    right: 28px !important;
    animation-iteration-count: 1;
    padding: 0;
    background-color: #FFF;
    min-height: 60px;
    max-width: 623px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.customNotify:before {
    width: 50px;
    display: block;
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
    color: #FFF;
    font-size: 20px;
    padding: 17px 15px;
    line-height: normal;
}

.nf-success {
    border: 1px solid #8EB021;
}

.nf-success:before {
    content: "\2714";
    background-color: #8EB021;
}

.nf-warning {
    border: 1px solid #ec971f;
}

.nf-warning:before {
    content: "\26A0";
    background-color: #ec971f;
	font-size: 30px;
    line-height: 24px;
}

.nf-error {
    border: 1px solid #d04437;
}

.nf-error:before {
	font-family: 'eresidue' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e992";
    background-color: #d04437;
}

.notify-container {
    width: 100%;
    /*padding: 20px 40px 20px 60px;*/
    padding: 19px 40px 19px 60px;
    position: relative;
}

.custom-notify-close {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 1033;
    font-size: 16px;
}

.notify-msg {
    font-size: 14px;
    color: #333;
}

/* Custom Notification Styles - End */

/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0;
    /* left: 0 !important; */
}

/* .noUi-connect {
    left: 0 !important;
}
Slider has 2 knobs
 */
.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}

/* Styling;
 */

.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connect {
    background: #3FB8AF;
    border-radius: 4px;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

/* Handles and cursors;
 */

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */

.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

/* Disabled state; */

[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

/* Base; **/

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

/* Values;* */

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

/* Markings;**/

.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-sub {
    background: #AAA;
}

.noUi-marker-large {
    background: #AAA;
}

/* Horizontal layout;**/

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

/* Vertical layout; * */

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.noUi-target {
    height: 3px;
    border: 0;
    background-color: #F0F0F0;
}

.noUi-connect {
    background: #09b8e8;
}

.noUi-handle {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    border: 1px solid #09b8e8;
    background-color: #09b8e8;
    box-shadow: none;
    left: -13px !important;
    outline: none;
}

.noUi-handle:focus {
    border: 1px solid transparent !important;
}

.noUi-handle:before,
.noUi-handle:after {
    content: none;
    outline: none;
}

.noUi-horizontal .noUi-tooltip {
    border: 0;
    background-color: transparent;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: -0.2px;
    color: #7b93aa;
}

.noUi-horizontal .noUi-tooltip:active,
.noUi-horizontal .noUi-tooltip:focus,
.noUi-horizontal .noUi-tooltip:hover {
    text-decoration: none;
    border: 0 !important;
    outline: none;
}

/* .noUi-handle-lower {
    display: none;
} */

.noUi-horizontal .noUi-tooltip {
    width: 20px;
    height: 20px;
    border-radius: 50% 50% 0 50%;
    background: #fa9f19;
    position: absolute;
    color: #fff;
    font-size: 12px;
    line-height: 11px;
    left: -10px;
}

.noUi-horizontal .noUi-tooltip:after {
    content: '';
    width: 14px;
    height: 14px;
    margin: 8px 0 0 8px;
    position: absolute;
    border-radius: 50%;
}

/*! nouislider - End */

/*Image upload block - Start */

.image-upload-block {
    background-color: rgba(9, 184, 232, 0.05);
    border: dashed 2px #09b8e8;
    height: 150px;
    text-align: center;
    display: block;
}

.image-upload-block .upload {
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding-top: 46px;
}

.upload .uploadfile {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    top: 0;
    cursor: pointer;
    z-index: 999;
}

.image-upload-block span {
    display: block;
    font-size: 18px;
    letter-spacing: -0.2px;
    text-align: center;
    color: #09b8e8;
    z-index: 0;
}

.thumbs-block .thumb, .thumbs-block1 .thumb {
    width: 80px;
    /* width: calc((100% / 6) - 17px); */
    height: 80px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-right: 17px;
    vertical-align: bottom;
    border: 1px solid #c0c0c0;
}
.thumbs-block .thumb img, .thumbs-block1 .thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.thumbs-block .active-thumb .thumb-txt, .thumbs-block1 .active-thumb .thumb-txt {
    /* background-color: #c0c0c0; */
    width: 100%;
    height: 100%;
}

.thumbs-block .add-thumbs, .thumbs-block1 .add-thumbs {
    display: inline-block;
    vertical-align: top;
}

.add-thumbs .add-thumb {
    position: relative;
    background-color: rgba(9, 184, 232, 0.05);
    border: dashed 2px #09b8e8;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    padding-top: 25px;
}

.add-thumbs .add-thumb input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/*Image upload block - End */

#preview-image .marker,
.preview-image-view .marker, #previewMarkerImage .marker, #previewMarkerImage1 .marker {
    background-image: url(../../resources/img/placeholder.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain !important;
    position: absolute;
    width: 35px;
    height: 30px;
    display: block;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
}

#preview-image .marker span, #previewMarkerImage .marker span, #previewMarkerImage1 .marker span{
    text-align: center;
    color: #fff;
    background: #faa919;
    width: 20px;
    display: inline-block;
    border-radius: 50%;
}

#previewMarkerImage img, #preview-image img, #previewMarkerImage1 img {
    width: auto;
    height: 350px;
    max-width: 600px;
    max-height: 350px;
}

div#previewMarkerImage, div#preview-image, div#previewMarkerImage1 {
    height: 350px;
    text-align: center;
}

.overlay-img {
    position: absolute;
    top: 0;
    right: 2%;
}

.overlay-img div {
    display: inline-block;
}

.thumb-txt {
    height: 100% !important;
    width: 100% !important;
    background-size: cover !important;
}

.thumbs-block .active-thumb, .thumbs-block1 .active-thumb {
    border: solid 2px #09b8e8;
    padding: 5px;
    line-height: 60px;
}

.add-thumb i {
    font-size: 25px !important;
}

.thumbs-img-blk div {
    display: inline-block;
}

.overlay-img .btn i {
    font-size: 20px;
}

.overlay-img .btn {
    padding: 2px 5px;
    width: 35px;
    height: 35px !important;
}

/*Image upload block - End */

.select-border-line {
    /* border-bottom: 1px solid #808e9c;*/
}

/*Inline Radio Buttons*/

#incidentModal .radio-btn-field {
    width: auto;
    margin-right: 15px;
}

.container-wrapper {
    position: relative;
    display: block;
    height: 100%;
}

/* RCA Summary - Start - By Pallav */

.nav-close-btn {
    font-size: 12px;
    text-transform: inherit;
    right: 0px;
}

.rcamodel-wrapper {
    position: relative;
}

.form-group select.invalid {
    border-bottom: 1px red solid !important;
}

/* RCA Summary - End - By Pallav */

/* Fishbone Module - Start - By Pallav */

.label-0 {
    font-size: 16px;
}

.label-1 {
    font-size: 14px;
    fill: #111;
}

.label-2 {
    font-size: 12px;
    fill: #111;
}

.label-3 {
    font-size: 10px;
    fill: #111;
}

.label-4 {
    font-size: 10px;
    fill: #111;
}

.link-0 {
    stroke: #000;
    stroke-width: 2px
}

.link-1 {
    stroke: #000;
    stroke-width: 1px
}

.link-2,
.link-3,
.link-4 {
    stroke: #000;
    stroke-width: .5px;
}

#ChartLoad input[type=text]:not(.browser-default) {
    line-height: 32px !important;
    min-height: 32px !important;
}

.col {
    position: relative;
}

.select2-container .select2-search--inline .select2-search__field {
    margin: 0px;
    height: 20px;
}

div.tooltip {
    position: absolute;
    text-align: left;
    width: 200px;
    padding: 10px;
    font: 12px;
    line-height: 18px;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    border: 0px;
    border-radius: 4px;
    pointer-events: none;
    z-index: 9999;
}

div.problem-state {
    position: absolute;
    width: 165px;
    font-size: 21px;
    right: 0px;
    top: 50%;
    text-align: left;
    line-height: 24px;
    margin-top: -12px;
}

.dropdown-form {
    position: absolute;
    padding: 10px;
    z-index: 999;
    border: 1px #b0bec5 solid;
    border-radius: 4px;
    top: 60px;
    -webkit-box-shadow: 0 0 10px 1px #EBEBEB;
    box-shadow: 0 0 10px 1px #EBEBEB;
}

.chart-load {
    position: relative;
    width: 100%;
    display: block;
}

.chart-load .btn-group{
    position: absolute;
    right: 0;
    top: 8px;
}

.pdf-btn:hover{
    background: #09b8e8 !important;
    color: #fff !important;
}

.chart-load .row {
    margin: 0px;
    padding: 0px;
}

.chart-load .row+.row {
    margin-top: 0px !important;
}

.chart-load .col {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0px;
    padding: 5px;
}

.btn-group .activated{
    background: #09b8e8 !important;
    color: #fff !important;
}

.container-wrapper .lead .btn{
    padding: 4px 10px;
}

/*.chart-load .content .col{
	border: 1px #ccc solid;
}

.chart-load .content .col .col{
	margin:-1px
}*/

.grid-head {
    line-height: 35px;
    /*font-weight: 500;*/
}

.chart-load .btn-group .btn:first-child {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.chart-load .btn-group .btn:last-child {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.chart-load .btn,
.chart-load .pdf-btn {
    box-shadow: none;
    padding: 5px 10px;
}

.chart-load .btn i,
.chart-load .pdf-btn i {
    font-size: 18px;
}

.chart-load .pdf-btn {
    right: 90px;
}

.chart-load .btn.activated,
.chart-load .btn:focus,
.chart-load .btn:hover,
.chart-load .pdf-btn:hover {
    background: #09b8e8;
    color: #fff;
}

/* Fishbone Module - End - By Pallav */

/* 5Whys Module - Start - By Pallav */

/**
 * Nestable Extras
 */

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding-left: 30px;
    max-width: 100%;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    margin-left: 30px;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    border-radius: 3px;
    box-sizing: border-box;
}

.dd-handle:hover {
    color: #2ea8e5;
    background: #fff;
}

.dd-item>button {
    position: absolute;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 25px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 17px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.dd-item>button:before {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}

.dd-item>button.dd-expand:before {
    content: '+';
}

.dd-item>button.dd-collapse:before {
    content: '-';
}

.dd-expand {
    display: none;
}

.dd-collapsed .dd-list,
.dd-collapsed .dd-collapse {
    display: none;
}

.dd-collapsed .dd-expand {
    display: block;
}

.dd-empty,
.dd-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    display: none;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd-dragel>.dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}

.dd-nochildren .dd-placeholder {
    display: none;
}

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

#nestable-menu {
    padding: 0;
    margin: 20px 0;
}

#nestable-output,
#nestable2-output {
    width: 100%;
    height: 7em;
    font-size: 0.75em;
    line-height: 1.333333em;
    font-family: Consolas, monospace;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#nestable2 .dd-handle {
    color: #fff;
    border: 1px solid #999;
    background: #bbb;
    background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
    background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
    background: linear-gradient(top, #bbb 0%, #999 100%);
}

#nestable2 .dd-handle:hover {
    background: #bbb;
}

#nestable2 .dd-item>button:before {
    color: #fff;
}

.dd-hover>.dd-handle {
    background: #2ea8e5 !important;
}

.found-reason input[type=text]:not(.browser-default):disabled {
    color: #fff !important;
}

/**
 * Nestable Draggable Handles
 */

.dd3-content {
    display: block;
    height: 35px;
    margin: 10px 0;
    padding: 0px 60px 0px 50px;
    color: #333;
    text-decoration: none;
    border: 1px solid #ccc;
    background: #fafafa;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.dd3-content .coln {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.dd3-content .coln:last-child {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px 0px 0px 10px;
}

.dd3-content .question {
    margin-top: 6px;
    font-weight: 600;
}

.dd3-content input {
    height: 1.6em !important;
}

.dd3-content:hover {
    /* color: #2ea8e5; */
    /*background: #fff;*/
}

.dd-dragel>.dd3-item>.dd3-content {
    margin: 0;
}

.dd3-item>button {
    margin-left: 0px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    height: 35px;
    text-indent: 30px;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #37474f;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dd-delete {
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 50px;
    line-height: 35px;
    border: 1px solid #ccc;
    border-radius: 0px 3px 3px 0px;
    text-align: center;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
}

.dd-delete i {
    font-size: 18px;
    line-height: 33px;
}

.dd-delete:hover {
    color: #09b8e8 !important;
    border-color: #09b8e8;
}

.dd3-handle:before {
    /*font: normal normal normal 14px/1 FontAwesome;*/
   /*  content: '\e902'; */
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #808e9c;
    font-size: 14px;
    font-weight: normal;
	z-index: 9;
}

.dd-delete.disabled{
	border: 1px solid #ccc !important;
	color: #808e9c !important;
	cursor: no-drop !important;
}

.found-reason .dd3-handle:before {
    color: #fff;
}

.found-reason input[type=text]:not(.browser-default){
    color: #fff;
}

.dd3-handle:hover {
    background: #ddd;
}

.pro-statement {
    height: 35px;
    line-height: 35px;
    padding: 0px 0px 0px 20px;
    margin-bottom: 10px;
}

.pro-statement a {
    background: #09b8e8;
}

.pro-statement a:hover {
    background: #09b8e8 !important;
    /*color: #09b8e8 !important;*/
}

.dd-item.found-reason .dd3-content {
    background: #09b8e8;
    color: #fff !important;
    border-color: #296d80;
}

.cause-result {
    margin: 30px 0px;
}

.cause-result header {
    font-size: 14px;
}

.cause-result li {
    padding: 10px;
    border-bottom: 1px #ccc solid;
}

.dd-list:before {
    content: '';
    position: absolute;
    height: 21px;
    width: 1px;
    background: #ccc;
    left: -20px;
    top: 0;
}

.dd-item:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 1px;
    background: #ccc;
    top: 20px;
    left: -20px;
}

.dd-item:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 109%;
    background: #ccc;
    top: 0px;
    left: -20px;
    z-index: 0;
}

.dd-item:last-child:after {
    height: 21px;
    top: -1%;
}

.rcamodel-wrapper .blue-grey {
    background: #a6afb9 !important;
}

/*
ul.outer, ul.outer ul {
    list-style: none;
     margin: 0;
     padding: 0;
   } 
   ul.outer ul {
     margin-left: 10px;
   }
   ul.outer li {
     margin: 0;
     padding: 0 7px;
     line-height: 20px;
     color: #369;
     font-weight: bold;
     border-left:1px solid rgb(100,100,100);

   }
   ul.outer li:last-child {
       border-left:none;
   }
   ul.outer li:before {
      position:relative;
      top:-0.3em;
      height:1em;
      width:12px;
      color:white;
      border-bottom:1px solid rgb(100,100,100);
      content:"";
      display:inline-block;
      left:-7px;
   }
   ul.outer li:last-child:before {
      border-left:1px solid rgb(100,100,100);   
   }
*/

/* 5Whys Module - End - By Pallav */

/* KT Module - Start - By Pallav */

#treeView .question {
    margin-top: 6px;
}

#treeView .collapsible-header {
    text-transform: uppercase;
    /*padding: 0px 15px;
    height: 30px;
    line-height: 30px;*/
    position: relative;
}

#treeView .collapsible-header a {
    display: block;
    position: absolute;
    background: #09b8e8;
    top: 0;
    right: 0;
    padding: 0px 10px;
    line-height: 29px;
}

#treeView .collapsible-body {
    padding: 10px;
}

#treeView .no-drag button {
    margin-left: 0px;
}

#treeView .no-drag .dd3-content {
    padding-left: 25px;
    padding-right: 15px;
}

#treeView .badge {
    background: #09b8e8;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 3px;
    margin-left: 10px;
    line-height: 15px;
}

/* KT Module - End - By Pallav */

/* FTA Module - Start - By Pallav */

#ChartLoad .lead {
    font-size: 1rem;
}

.orgchart {
    box-sizing: border-box;
    display: inline-block;
    min-height: 202px;
    min-width: 202px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 20px;
}

.orgchart .hidden,
.orgchart~.hidden {
    display: none;
}

.orgchart.b2t {
    transform: rotate(180deg);
}

.orgchart.l2r {
    position: absolute;
    transform: rotate(-90deg) rotateY(180deg);
    transform-origin: left top;
}

.orgchart .verticalNodes ul {
    list-style: none;
    margin: 0;
    padding-left: 18px;
    text-align: left;
}

.orgchart .verticalNodes ul:first-child {
    margin-top: 2px;
}

.orgchart .verticalNodes>td::before {
    content: '';
    border: 1px solid #09b8e8;
}

.orgchart .verticalNodes>td>ul>li:first-child::before {
    box-sizing: border-box;
    top: -4px;
    height: 30px;
    width: calc(50% - 2px);
    border-width: 2px 0 0 2px;
}

.orgchart .verticalNodes ul>li {
    position: relative;
}

.orgchart .verticalNodes ul>li::before,
.orgchart .verticalNodes ul>li::after {
    box-sizing: border-box;
    content: '';
    position: absolute;
    left: -6px;
    border-color: #09b8e8;
    border-style: solid;
    border-width: 0 0 2px 2px;
}

.orgchart .verticalNodes ul>li::before {
    top: -4px;
    height: 30px;
    width: 11px;
}

.orgchart .verticalNodes ul>li::after {
    top: 1px;
    height: 100%;
}

.orgchart .verticalNodes ul>li:first-child::after {
    box-sizing: border-box;
    top: 24px;
    width: 11px;
    border-width: 2px 0 0 2px;
}

.orgchart .verticalNodes ul>li:last-child::after {
    box-sizing: border-box;
    border-width: 2px 0 0;
}

.orgchart.r2l {
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top;
}

.orgchart>.spinner {
    font-size: 100px;
    margin-top: 30px;
    color: #09b8e8;
}

.orgchart table {
    border-spacing: 0;
    border-collapse: separate;
}

.orgchart>table:first-child {
    margin: 20px auto;
}

.orgchart td {
    text-align: center;
    vertical-align: top;
    padding: 0;
}

.orgchart .lines:nth-child(3) td {
    box-sizing: border-box;
    height: 20px;
}

.orgchart .lines .topLine {
    border-top: 2px solid #afbabf;
}

.orgchart .lines .rightLine {
    border-right: 1px solid #afbabf;
    float: none;
    border-radius: 0;
}

.orgchart .lines .leftLine {
    border-left: 1px solid #afbabf;
    float: none;
    border-radius: 0;
}

.orgchart .lines .downLine {
    background-color: #afbabf;
    margin: 0 auto;
    height: 30px;
    width: 2px;
    float: none;
}

/* node styling */

.orgchart .node {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    margin: 0 2px;
    padding: 0px 5px;
    text-align: center;
    width: 130px;
}

.orgchart tr, .orgchart td{
    border-bottom: 0px; 
}

.orgchart.l2r .node,
.orgchart.r2l .node {
    width: 50px;
    height: 130px;
}

.orgchart .node>.spinner {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    vertical-align: middle;
    font-size: 30px;
    color: #09b8e8;
}

.orgchart .node:hover .title {
    background-color: #09b8e8;
    color: #fff;
    transition: .5s;
    cursor: default;
    
}

.orgchart .node.focused {
    background-color: #09b8e8;
    color: #fff;
}

.orgchart .node.focused .title {
    color: #fff;
}

.orgchart .ghost-node {
    position: fixed;
    left: -10000px;
    top: -10000px;
}

.orgchart .ghost-node rect {
    fill: #ffffff;
    stroke: #bf0000;
}

.orgchart .node.allowedDrop {
    border-color: #09b8e8;
}

.orgchart .node .title {
    text-align: center;
    font-size: 14px;
    color: #000;
    border-radius: 4px;
    border: 1px #09b8e8 solid;
    padding: 10px 10px 20px 10px;
}

.orgchart.b2t .node .title {
    transform: rotate(-180deg);
    transform-origin: center bottom;
}

.orgchart.l2r .node .title {
    transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
    transform-origin: bottom center;
    width: 120px;
}

.orgchart.r2l .node .title {
    transform: rotate(-90deg) translate(-40px, -40px);
    transform-origin: bottom center;
    width: 120px;
}

.orgchart .node .title .symbol {
    float: left;
    margin-top: 4px;
    margin-left: 2px;
}

.orgchart .node .content {
    box-sizing: border-box;
    width: 30px;
    height: 35px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #000;
    position: absolute;
    bottom: 0;
    left: Calc(50% - 15px);
    margin-bottom: -20px;
    z-index: 10;
    border: 0px;
}

.orgchart .node .content .gate-txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 40px;
}

.orgchart.b2t .node .content {
    transform: rotate(180deg);
    transform-origin: center top;
}

.orgchart.l2r .node .content {
    transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
    transform-origin: top center;
    width: 120px;
}

.orgchart.r2l .node .content {
    transform: rotate(-90deg) translate(-40px, -40px);
    transform-origin: top center;
    width: 120px;
}

.orgchart .node .edge {
    font-size: 15px;
    position: absolute;
    color: #09b8e8;
    cursor: default;
    transition: .2s;
}

.orgchart.noncollapsable .node .edge {
    display: none;
}

.orgchart .edge:hover {
    color: #449d44;
    cursor: pointer;
}

.orgchart .node .verticalEdge {
    width: calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    left: 5px;
}

.orgchart .node .topEdge {
    top: -4px;
}

.orgchart .node .bottomEdge {
    bottom: -4px;
}

.orgchart .node .horizontalEdge {
    width: 15px;
    height: calc(100% - 10px);
    height: -webkit-calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    top: 5px;
}

.orgchart .node .rightEdge {
    right: -4px;
}

.orgchart .node .leftEdge {
    left: -4px;
}

.orgchart .node .horizontalEdge::before {
    position: absolute;
    top: calc(50% - 7px);
}

.orgchart .node .rightEdge::before {
    right: 3px;
}

.orgchart .node .leftEdge::before {
    left: 3px;
}

.orgchart .node .toggleBtn {
    position: absolute;
    left: 5px;
    bottom: -2px;
    color: #09b8e8;
}

.orgchart .node .toggleBtn:hover {
    color: rgba(68, 157, 68, 0.8);
}

.oc-export-btn {
    touch-action: manipulation;
    user-select: none;
}

.oc-export-btn.btn-secondary:active,
.oc-export-btn.btn-secondary:focus {
    color: #fff;
    background-color: #09b8e8;
    background-image: none;
    border-color: #09b8e8;
}

.orgchart~.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
}

.orgchart~.mask .spinner {
    position: absolute;
    top: calc(50% - 54px);
    left: calc(50% - 54px);
    color: rgba(255, 255, 255, 0.8);
    font-size: 108px;
}

.orgchart .node {
    transition: transform 0.3s, opacity 0.3s;
}

.orgchart .slide-down {
    opacity: 0;
    transform: translateY(40px);
}

.orgchart.l2r .node.slide-down,
.orgchart.r2l .node.slide-down {
    transform: translateY(130px);
}

.orgchart .slide-up {
    opacity: 0;
    transform: translateY(-40px);
}

.orgchart.l2r .node.slide-up,
.orgchart.r2l .node.slide-up {
    transform: translateY(-130px);
}

.orgchart .slide-right {
    opacity: 0;
    transform: translateX(130px);
}

.orgchart.l2r .node.slide-right,
.orgchart.r2l .node.slide-right {
    transform: translateX(40px);
}

.orgchart .slide-left {
    opacity: 0;
    transform: translateX(-130px);
}

.orgchart.l2r .node.slide-left,
.orgchart.r2l .node.slide-left {
    transform: translateX(-40px);
}

.node-btn {
    position: absolute;
    right: -7px;
    display: block;
    text-align: center;
    width: 25px;
    height: 25px;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    border-radius: 25px;
    border: 1px #ccc solid;
    background: #fff;
    color: #000;
}

.node-btn.RemoveBtn {
    bottom: -12px;
}

.node-btn.addBtn {
    top: -12px;
}

.node-btn.editBtn {
    top: -12px;
    left: -7px;
}

.node-btn.editBtn .fa {
    font-size: 13px;
    line-height: 23px;
}

.modal-sel {
    width: 100% !important;
    /*background-image: url(../../images/sel-arrow.png); */
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: right center;
}

/* FTA Module - End - By Pallav */

/* RISK management - Start - By Pallav */

#addRisk .collection {
    border: 0px;
}

#addRisk .collection li a {
    font-size: 22px;
    color: #09b8e8;
}

#addRisk .collection li a:hover {
    color: #333;
}

#FMEA .dd3-content {
    margin: 5px 0px;
    border-color: #d2d8de;
    border: 0px;
    padding: 0px 0px 0px 1rem;
    position: relative;
    z-index: 1;
}

#FMEA .dd3-content input,
#FMEA .dd3-content select {
    border-color: transparent !important;
}

#FMEA .dd3-content:hover {
    border-color: #fff;
    /*background: #fff; */
    /* color: #2ea8e5; */
}

#FMEA .dd3-content:hover input,
#FMEA .dd3-content:hover select {
    border-color: rgba(128, 142, 156, 0.3) !important;
}

#FMEA .potential-event,
#FMEA .process-event {
    /* background: #a6afb9;
    color: #fff; */
}

#FMEA .pontential-con,
#FMEA .possible-cause,
#FMEA .existing-con {
    background: #f2f3f5;
}

#FMEA .severity,
#FMEA .probability-occ {
    background: #e6e8ec;
}

#FMEA .modal-sel {
    width: 250px !important;
    height: 34px !important;
    background-color: #f2f3f5;
    /*margin-right: -14px;*/
    padding: 0px 10px;
    background-position: 97% center;
    border-radius: 0px 3px 3px 0px;
    color: #333;
}

#FMEA .dd-placeholder {
    line-height: 30px;
    color: #a6afb9;
    cursor: pointer;
    /*margin-top: 40px;*/
}

#FMEA .dd-placeholder:hover {
    border-color: #09b8e8;
    color: #09b8e8;
}

#FMEA .dd-collapse,
#FMEA .dd-expand {
    display: none;
}

.risk-level,
.detection-risk-level {
    border: 1px #d2d8de solid;
    line-height: 30px;
    text-align: left;
    width: 250px;
    border-radius: 3px;
    padding-left: 10px;
}

.risk-level.green, .detection-risk-level.green{
	color:#fff;
}

.risk-level .risk,
.detection-risk-level .risk {
    margin-left: 30px;
}

#FMEA .dd3-content .question {
    font-weight: 400;
}

#FMEA select.invalid {
    border-bottom: 1px red solid !important;
}

#FMEA .dd3-content .question {
    margin-top: 6px;
}

.fmea #grid-container .col{
    padding: 5px;
}

.fmea .grid-head, .fmea .parent{
    border-bottom: 1px #b8c1cb solid;
    border-left: 1px #b8c1cb solid;
    border-right: 1px #b8c1cb solid;
}

.fmea .grid-head .col, .fmea .parent .col {
    border-right: 1px #b8c1cb solid;
}

.fmea .grid-head .col:last-child, .fmea .parent .col:last-child{
    border-right: 0;
}

.fmea .parent .row {
    border-top: 1px #b8c1cb solid;
    
}

.fmea .parent .row:first-child{
    border-top: 0;
}

.risk-level.green, .risk-level.red{
    color: #fff;
}

.dd3-content.active {
    border-color: #09b8e8 !important;
}

.dd3-content .add-btn {
    padding: 5px 7px;
    font-size: 14px;
    background: #09b8e8;
    border: 1px #09b8e8 solid;
    color: #ffffff;
    border-radius: 20px;
    position: absolute;
    right: 5px;
    top: 4px;
}

.dd3-content .delete-btn {
    padding: 5px 7px;
    font-size: 14px;
    background: #09b8e8;
    border: 1px #09b8e8 solid;
    color: #ffffff;
    border-radius: 20px;
    position: absolute;
    right: 5px;
    top: 4px;
}

.dd3-content .add-btn.has-del {
    right: 35px !important;
}

.fmea .grid-head {
    line-height: normal;
    font-size: 13px;
    font-weight: 400;
    background: #d4dae0;
    color: #000a12;
}

.chart-load .row {
    border-bottom: 1px #dde3ea solid;
}

.chart-load .row:last-child {
    border-top: 0px;
}

.chart-load .row .row {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px #dde3ea solid;
}

.chart-load .row .row:last-child {
    border-bottom: 0px;
}

.chart-load .col {
    border-right: 1px #dde3ea solid;
    word-break: break-word;
}

.chart-load .col:last-child {
   border-right: 0px;
}

.fmea .row {
    min-height: 42px;
}

.fmea .col, #grid-container .col {
    overflow-wrap: break-word;
    font-size: 13px;
}

.grid-head.row{
	border-top: 1px #dde3ea solid;
	border-left: 1px #dde3ea solid;
    border-right: 1px #dde3ea solid;
}

.content{
	border-left: 1px #dde3ea solid;
    border-right: 1px #dde3ea solid;
}

/* RISK management - End - By Pallav */

/*Deviation Management - Start */

.input-label label {
    font-size: 15px !important;
    color: #5e6062;
}

.historicalAssessment,
.determineRootCause,
.determineRisk,
.impactAssessmentC,
.incidentPreventiveActions {
    padding-left: 40px !important;
    padding-top: 8px;
}

.addSquare-field {
    width: calc(100% - 90px);
    display: inline-block;
}

.square-button {
    width: 85px;
    display: inline-block;
    padding-left: 6px;
}

.square-button i {
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin-left: 10px;
    color: #09b8e8;
}

.trainer-datepicker {
    background-image: url(../../images/tainer-calendar-icon.png);
}

.modal-content .trainer-datepicker input[type=date]:not(.browser-default) {
    border-bottom-color: transparent !important;
}

.controlHolder_Text {
    font-weight: 300 !important;
}

/*Deviation Management - End*/

.inner-container-wrapper {
    position: absolute;
    right: 19px;
    top: 70px;
    /* top: 0px; */
    left: 19px;
    overflow: hidden;
}

.card-wrapper {
    height: 100%;
    position: relative
}

.card-container {
    overflow-y: auto;
    margin: 0;
}

/*Document Management*/

.docbuttoncolor {
    background-color: #43a9cb;
}

.message-block {
    position: absolute;
    width: 600px;
    left: calc(50% - 300px);
    top: calc(50% - 200px);
}

.transparentModal {
    width: 100%;
    top: 0 !important;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.transparentModal .modal-header {
    background: transparent;
}

.transparentModal .modal-content {
    background-color: #4d4d4d !important;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    bottom: 0;
}

.transparentModal .comment-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 300px;
    opacity: 0;
    overflow-y: auto;
}

.transparentModal ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    height: 40px;
}

.transparentModal .modal-content:hover .comment-overlay {
    opacity: 1;
}

.s2-to-tree.select2-container--default .select2-results>.select2-results__options {
    padding-left: 15px;
}

.s2-to-tree.select2-container--default .select2-results>.select2-results__options li {
    border-bottom: 1px solid #ddd;
}

.s2-to-tree.select2-container--default .select2-results>.select2-results__options li,
.s2-to-tree.select2-container--default .select2-results>.select2-results__options li span {
    font-size: 15px;
    line-height: 25px;
}

.createddropdown {
    height: 70px;
    padding-left: 20px !important;
    padding-top: 8px !important;
    top: 40px !important;
    right: 252px !important;
    display: none;
    /* left: initial !important; */
}

.createddropdown a:last-child {
    display: block !important;
}

.createddropdown a {
    line-height: 25px;
    padding-left: 5px;
}

.createddropdown a:hover span:before {
    content: "\e5ca";
    font-family: 'eresidue' !important;
    position: absolute;
    left: -17px;
}

#dynamicModal .thead-column div {
    padding: 10px !important;
}

/*Signature Settings*/

.page-subnav__item {
    display: inline-block;
    vertical-align: middle;
}

.sec-row-eqp {
    height: 240px;
    width: 100%;
    margin: 0;
    background-image: none !important;
}

.signature-text-wrap {
    width: 55%;
}

.signsettings {
    font-size: 28px;
    color: #7b93aa;
}

.eResidue-uses-an-Aut {
    font-family: Roboto;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.69;
    color: #808e9c;
}

#qrcode {
    text-align: center;
    margin-bottom: 10px;
}

.page-subnav__link {
    display: block;
    padding: 0px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: rgba(94, 96, 98, 1) !important;
    border-bottom: 0;
    background-color: rgba(white, .9);
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400 !important;
    transition: color .15s ease-in-out, border-bottom-color .15s ease-in-out;
}

.page-subnav__item.is-active .page-subnav__link {
    color: #808e9c !important;
    font-weight: 400 !important;
    border-bottom: 2px solid rgba(9, 184, 232, 1) !important;
    cursor: default;
}

#commonTaskList .page-subnav__item.is-active .page-subnav__link, #commonTaskList .page-subnav__link, #commoRunList .page-subnav__item.is-active .page-subnav__link, #commoRunList .page-subnav__link {
	font-size: 14px !important;
	font-weight: 300 !important;
}

@media (max-width: 1367px) {
    #commoRunList .page-subnav__item {
       width: 60px;
	}
	
	 .pendingTask .tbody, .scheduledTask .tbody, .plannedTask .tbody{
    	top: 105px !important;
    }
	
}

@media (min-width: 993px) {
    #commoRunList .page-subnav__item {
    	 width: auto;
    }
    
    .pendingTask .tbody, .scheduledTask .tbody, .plannedTask .tbody{
    	top: 85px !important;
    }
}

.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 200px;
    background-color: white;
}

.sigPad .sigWrapper {
    position: relative;
    border-bottom: 1px solid #ccc;
    border-radius: 6px;
    margin: 20px 0 0;
}

#textCanvas {
    display: none;
}

.sigPad .sigWrapper .pad {
    display: block;
    margin: 0 auto;
}

.clear-btn {
    margin-top: 10px;
    border-radius: 0;
    text-transform: capitalize;
    background: #09b8e8;
}

div#authenticationcodeModal {
    margin-top: 10% !important;
}

#signature {
    /* height: 150px; */
    /* border-bottom: 1px solid #ddd; */
}

#previewimage img {
    max-height: 150px;
    width: auto;
}

.alertpop,
.alertpop-t {
    color: red;
    font-size: 12px;
}

#qrcode canvas {
    width: 128px;
}

.previewsection .canvassig {
    position: relative;
}

.float-edit-icon {
    position: absolute;
    left: 4%;
    top: 10%;
}

.float-edit-icon {
    font-size: 12px;
    /* opacity: 0; */
    transition: 0.5s all;
}

.float-edit-icon i {
    font-size: 16px;
    vertical-align: middle;
}

.canvassig:hover,
.canvassig:focus {
    cursor: pointer;
}

.canvassig:hover .float-edit-icon,
.canvassig:focus .float-edit-icon {
    opacity: 1;
}

#previewsign {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-left: 2%;
}

#previewsign:hover {
    border: 1px solid #27b8e8;
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .5);
    margin-left: 2%;
    color: #27b8e8;
}

.filterModal {
    position: absolute;
    /* right: 135px; */
    /* right: 141px; */
    width: 450px;
    top: 115px;
    z-index: 999;
}

.filterModal label,
#reportrange, #reviewreportrange, #reviewsummaryreportrange {
    line-height: 30px;
}

.filterModal .modal-footer {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 12px 20px;
    border-top: 1px solid #dddd;
}

.filterModal input.select2-search__field{
	bottom: 5px;
}

.dropdownContent{
	 max-height: 253px;
	 overflow-y: hidden;
}

.header-sel-arrow .select2-container--default .select2-selection--single .select2-selection__rendered,
.header-sel-arrow .select2-selection:after {
    color: #fff !important;
}

.s2-to-tree li.select2-results__option.non-leaf .expand-collapse:before {
    z-index: 9;
}

/* Caluclation Limit View */

.viewlayout{
    color: rgb(128, 142, 156)
}

.viewlayout .row{
    margin: 0px;
    border-bottom: 1px rgba(128, 142, 156, 0.3) solid;
}

.viewlayout .row:first-child{
    /*border-top: 1px #e0e0e0 solid;*/
}

.viewlayout .col{
	padding: 10px;
	/*border-left: 1px #e0e0e0 solid;*/
	word-break : break-word; /* Changed for breaking words in View Train and Group */
}

.viewlayout .col:last-child{
	/*border-right: 1px #e0e0e0 solid;*/
}

.ans-txt{
    color: rgb(94, 96, 98);
}

.viewlayout .collapsible, .collapsible{
    box-shadow: none;
    border: 0px;
}

.viewlayout .collapsible>li, .collapsible>li{
    margin-bottom: 15px;
}

.viewlayout .collapsible>li.active, .collapsible>li.active{
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.viewlayout .collapsible .collapsible-header, .collapsible .collapsible-header{
    border: 0px;
    background: rgba(128, 142, 156, 0.1);
    padding: 8px 40px 8px 8px;
}
.viewlayout .col.no{
	min-width: 30px;
	max-width: 30px;
	padding-left: 0px;
	padding-right: 0px;
}
/* .viewlayout h5{
	font-size: 20px;
    margin-top: 0;
} */

.collapsible .collapsible-header:focus{
    outline: initial;
}

i.collaps-icon{
    position: absolute;
    right: 0;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 20px;
    top: calc(50% - 13px);
    padding: 5px;
    color: #09b8e8;
}

i.collaps-icon:before {
    line-height: 17px;
    position: absolute;
    right: calc(50% - 7px);
    top: calc(50% - 9px);
}

.collapsible>li.active .collapsible-header i.collaps-icon:before{
    content: "\f106";
}

.viewlayout .badge{
	font-weight: 300;
    font-size: 13px;
    color: #fff;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    bottom: 5px;
}
.viewlayout .tag {
    padding: 5px 10px;
    border-radius: 5px;
    display: block;
    float: left;
    background: rgba(94, 96, 98, 0.1);
    color: rgb(94, 96, 98);
	/*word-break: break-all;*/
}

/*.col.ans-txt {word-break:break-all}*/

.viewlayout .modal-content{
	padding: 40px;
}
#img_preview img {max-width: 60%}


/*Tabs CSS*/

ul.customTabs {
    text-align: center;
}

li.tab {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    line-height: 50px;
    cursor: pointer;
}

li.tab.active {
    border-bottom: 2px solid #09b8e8;
}

.capa-inner-tabs {
    padding-top: 0 !important;
}

/*!
 * Select2-to-Tree CSS 1.1.1
 * https://github.com/clivezhg/select2-to-tree
 */

.s2-to-tree * {
    box-sizing: border-box;
}

.s2-to-tree .select2-results__option.l1 {
    font-size: 1em;
}

.s2-to-tree .select2-results__option.l2 {
    margin-left: 1.4em;
    font-size: 0.95em;
}

.s2-to-tree .select2-results__option.l3 {
    margin-left: 2.2em;
    font-size: 0.91em;
}

.s2-to-tree .select2-results__option.l4 {
    margin-left: 3.0em;
    font-size: 0.87em;
}

.s2-to-tree .select2-results__option.l5 {
    margin-left: 3.8em;
    font-size: 0.83em;
}

.s2-to-tree .select2-results__option.l6 {
    margin-left: 4.5em;
    font-size: 0.8em;
}

.s2-to-tree .select2-results__option.l7 {
    margin-left: 5.3em;
    font-size: 0.77em;
}

.s2-to-tree .select2-results__option.l8 {
    margin-left: 6.0em;
    font-size: 0.75em;
}

.s2-to-tree li.select2-results__option.non-leaf .expand-collapse:hover {
    color: black;
    cursor: pointer;
}

.s2-to-tree li.select2-results__option.non-leaf .expand-collapse:before {
    /* no :: in IE8 */
    content: "\f0fe";
    font-family: 'eresidue' !important;
    position: absolute;
    left: 0.15em;
    top: 0.05em;
    font-size: 18px;
    width: 25px;
    line-height: 20px;
    background: white;
}

.s2-to-tree li.select2-results__option.non-leaf.opened .expand-collapse:before {
    content: "\f146";
    font-family: 'eresidue' !important;
    background: white;
}

.s2-to-tree .select2-results__option[aria-disabled="true"] .expand-collapse {
    color: black;
}

.s2-to-tree .item-label {
    display: inline-block;
    margin-left: 0.5em;
    padding: 3px;
    width: calc(100% - 11px);
    /* IE8 will fit the content */
    font-family: Roboto;
    font-size: 18px;
    line-height: 1.39;
    letter-spacing: -0.2px;
    text-align: left;
    color: #5e6062;
    padding-left: 25px !important;
}

.s2-to-tree li.select2-results__option {
    position: relative;
    padding: 0px;
    height: auto;
    overflow-y: hidden;
}

.s2-to-tree li.select2-results__option:before {
    content: "\f07c";
    font-family: 'eresidue' !important;
    position: absolute;
    left: 3px;
    top: 0.25em;
    font-size: larger;
    background: white;
    border: 0px;
}

.s2-to-tree li.select2-results__option[data-pup] {
    display: none;
}

.s2-to-tree li.select2-results__option[data-pup].showme {
    display: block;
    overflow-y: visible;
}

.s2-to-tree.select2-container .select2-results__option--highlighted[aria-selected]>span.item-label {
    color: #09b8e8 !important;
}

/*
.s2-to-tree.select2-container li.select2-results__option[aria-selected="true"] > span.item-label {
    background-color: #ddd;
}
*/

.s2-to-tree.select2-container li.select2-results__option--highlighted[aria-selected],
.s2-to-tree.select2-container li.select2-results__option[aria-selected="true"] {
    background-color: inherit;
    color: inherit;
}

.s2-to-tree li.select2-results__option.l1 {
    display: block;
    overflow-y: visible;
}

.s2-to-tree.searching-result li.select2-results__option {
    height: auto;
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-selection__arrow {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(128, 142, 156, 0.3);
    padding: 0;
    font-size: 14px !important;
    line-height: 1.39 !important;
    letter-spacing: -0.2px !important;
    height: inherit !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: Roboto;
    font-size: 16px !important;
    margin-top: 0;
    line-height: 1.39;
    letter-spacing: -0.2px;
    color: rgba(128, 142, 156, 0.5);
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 0px;
    border-bottom: 1px;
}

/*Badge CSS*/

span.badge.new {
    background-color: #09b8e8;
    margin: 5px;
    font-size: 12px;
}

span.badge.new:after{
    content: '';
}
/*verifyTable CSS*/

table#verifyTable {
    margin-bottom: 25px;
}
span.icon.check-circle{
	color: #5be471;
}
li.verify-completed {
    color: #5be471;
}
#verify-form [type="checkbox"]+span:not(.lever){
	font-size: 16px;
}

/*li.verify-completed.active{
	border-bottom: 2px solid #5be471;
}*/

/*RCA Modal Separator Fix*/

@media (max-width: 1367px) {
    #ChartLoad .has-footer {
        bottom: 65px !important;
    }
}
/* Table Structure DIV */
.thead .row{
    margin: 0px;
    padding: 0px;
}

.tbody .row{
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
}

.thead{
	color: #888888;
	font-weight: 300;
	border-bottom: 1px solid #e8e5e5;
	margin-bottom: 15px;
}

.thead .col{
    padding-top: 10px;
    padding-bottom:10px
}

.thead .col,
.tbody .col{
   word-break: break-word;
   -webkit-align-self: flex-end;
   -moz-align-self: flex-end;
   -ms-flex-item-align: end;
   align-self: flex-end;
}
.viewTable td,
.viewTable label {
    font-size: 16px;
}

.table-add-location .col:first-child label {
    margin-bottom: 2px;
}

.table-add-location .col input[type="text"] {
    height: 34px;
}

#addLocation,
#addSegment {
    font-size: 13px !important;
}

.tbody .col input {
    margin-bottom: -1px;
}

.thead .col.no,
.tbody .col.no{
	min-width: 30px;
	max-width: 30px;
	padding-left: 0px;
	padding-right: 0px;
}

.thead .col.col-button,
.tbody .col.col-button{
	min-width: 30px;
	max-width: 30px;
	padding-right: 0px;
}

/*Verify Records */
.viewTable td, .viewTable label{
	font-size: 16px;
}

span.custom-badge {
	display: inline-block;
    background-color: #EEEFEF;
    color: #5E6062;
	padding: 6px 15px 6px 15px;
    margin: 5px;
    border-radius: 50px;
    font-size: 13px;
}

#downloadEquipmentModal {
    width: 40%;
}

/*Download*/
.downloadSec .collection-item{
color: #808f9f !important;
}

/*universal settings button hide for change control*/
/* .content-block .btn-footer{
    display: none;
} */

#documentTypeBody i,
#otherModulesBody i,
#numberingProtocolsAndReportsBody i{
    cursor: pointer;
}

/*File View Text Color*/
.viewlayout .collection .collection-item, .form-group .collection .collection-item{
    color: #808f9f !important;
}

.select2-results__options .select2-results__option[aria-disabled=true] {
   display: none;
}

#hazopManagement label span{line-height: initial;}

/*Capitalize error messages*/
/*.customNotify .notify-msg{
	text-transform: capitalize;
	
}*/
	
.border-bottom{
    border: 0px;
    border-bottom: 1px solid #e8e5e5;
}

/*Dashboard - Bhavadharanie*/
.commonActivity th.sorting_disabled {
    color: #808e9c !important;
}
.commonActivity table.dataTable tbody tr td:first-child{
    text-align: left !important;
    padding-left: 20px !important;
}
.commonActivity table.dataTable thead tr th:first-child{
    padding: 15px 5px 15px 20px !important;
}
 .commonActivity table.dataTable tbody tr td:last-child{
 	text-align: left !important;
}
.commonActivity table.dataTable thead tr th{
	border-bottom: 1px solid #d0d0d0;
}
 .commonActivity table.dataTable tbody tr td{
	border-bottom: 0px !important;
}
.overDueTasks a.collection-item, .upcomingTask a.collection-item{
	border-bottom: 0px;
	padding-right: 140px;
}
.commonActivity a.collection-item{
	border-bottom: 0px;
	padding-right: 55px;
}
.overDueTasks .collection .badge, .upcomingTask .collection .badge{
	position: absolute;
    right: 10px;
    top: calc(50% - 11px);
    font-size: 13px !important;
}
.commonActivity .collection .badge{
	position: absolute;
    right: 10px;
    top: calc(50% - 15px);
    font-size: 13px !important;
}
.commonActivity .collection .badge:after{
	content: "" !important;
}
.emptyRecords{
	text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
}
.overDueTasks .page-subnav__link, .upcomingTask .page-subnav__link{
	font-size: 14px !important;
    font-weight: 300 !important;
    color: #808e9c !important;	
}
/*Hide pager*/
#activityTable_wrapper .view-pager{
	display: none;
}

/*No records found alignment*/
#dynamicModal .dataTables_empty{
	text-align:center;
}

/*Trend Chart*/

#trendChart table tr td {
    padding: 5px;
    border: 1px solid #eee;
    word-wrap: none;
}

#trendChart table.head tr td {
    background: #eee;
    word-wrap: none;
}
/*
#trendChart table
  {
    width: 100%;
  }
*/
#trendChart .subtable {
    height: 100%;
    overflow-y: auto;
}

/*DMS Date hover*/
th.createddate{
	cursor: pointer;
}

/*Camel Case*/
.capitalize{
	text-transform:capitalize;
}

/*Training Map btn dropdown*/
#dropdownTopic, #dropdownRun, #dropdownLog{
	width: 200px !important;
}

/*Trend Analysis color picker*/
.colorInner{
	width: 25px;
    height: 25px;
    border-radius: 27px;
}

.uniqueColorPicker
{
    width:          30px;
    height:         30px;
    position: relative;
}

.uniqueColorPicker .track {
    background:     #EFEFEF url(/resources/img/color-palette.png) no-repeat 50% 50%;
    height:         135px;
    width:          135px;
    padding:        10px;
    position:       absolute;
    cursor:         crosshair;
    float:          left; 
    left:           -55px;
    top:            -55px;
    display:        none;
    border:         1px solid #ccc;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;

}

.uniqueColorPicker .color {
    width:          25px;
    height:         25px;
    padding:        1px;
    border:         1px solid #ccc;
    display:        block;
    position:       relative;
    background-color: #EFEFEF;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    cursor: pointer;
}

.uniqueColorPicker .colorInner {
    width:          25px;
    height:         25px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
}

.uniqueColorPicker .dropdown {
    list-style: none;
    display: none;
    width: 27px;
    position: absolute;
    top: 28px;
    border: 1px solid #ccc;
    left: 0;
    z-index: 1000;
}

.uniqueColorPicker .dropdown li{
    height: 25px;
    cursor: pointer;
}

/* IntelliSearch Module Styles Start */

.intelliSubheader{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.intelliLeft .collection-item .icon{
    position: absolute;
    right: 10px;
    top: calc(50% - 7px);
}

.intelliLeft .collection a.collection-item, .intelliLeft .collection a.collection-item:focus{
    padding-right: 25px;
    color: rgb(128, 142, 156);
}

.intelliLeft a.collection-item:last-child{
    border-bottom: 1px solid #e0e0e0;
}

.intelliLeft a.collection-item.active, .intelliLeft a.collection-item.active:focus{
    background: #09b8e8;
    color: #fff;
}

/* IntelliSearch Module Styles End */

/* Data Analysis Chart */
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  
  /* Uncomment for shadow */
  /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }
  
	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
  
 .d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  z-index:1000000;
  background-color: rgba(255,255,255,1) !important; 
  opacity:1;
  border:2px solid #66CDAA; 
  border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px;
  -moz-box-shadow:0 0 10px rgba(0, 0, 0, .5);
  -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .5);
  box-shadow:0 0 10px rgba(0, 0, 0, .5);
  color: #fff;
  border-radius: 2px;
}

  .d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    width: 100%;
    line-height: 1;
    color: #fff;
    position: absolute;
  }


  /* Nrthward tooltips */
  .d3-tip.n:after {
    content: "\25BC";
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
    text-align: center;
  }

  /* Eastward tooltips */
  .d3-tip.e:after {
    content: "\25C0";
    margin: -4px 0 0 0;
    top: 50%;
    left: -8px;
  }

  /* Southward tooltips */
  .d3-tip.s:after {
    content: "\25B2";
    margin: 0 0 1px 0;
    top: -8px;
    left: 0;
    text-align: center;
  }

  /* Westward tooltips */
  .d3-tip.w:after {
    content: "\25B6";
    margin: -4px 0 0 -1px;
    top: 50%;
    left: 100%;
  }


.d3-tip-new {
  line-height: 1;
  padding: 4px;
  z-index:1000000;
  font-size: 10px !important;
  background-color: rgba(0,0,0,1) !important; 
  opacity:1;
  border-radius: 2px; 
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px;
  -moz-box-shadow:0 0 10px rgba(0, 0, 0, 0);
  -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0);
  box-shadow:0 0 10px rgba(0, 0, 0, 0);
  color: #fff;
}

  .d3-tip-new:after {
    box-sizing: border-box;
    display: inline;
    width: 100%;
    line-height: 1;
    color: #fff;
    position: absolute;
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
  }


  /* Nrthward tooltips */
  .d3-tip-new.n:after {
    content: "\25BC";
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
    text-align: center;
    color:black;
  }

  /* Eastward tooltips */
  .d3-tip-new.e:after {
    content: "\25C0";
    margin: -4px 0 0 0;
    top: 50%;
    left: -8px;
    color:black;
  }

  /* Southward tooltips */
  .d3-tip-new.s:after {
    content: "\25B2";
    margin: 0 0 1px 0;
    top: -8px;
    left: 0;
    text-align: center;
    color:black;
  }

  /* Westward tooltips */
  .d3-tip-new.w:after {
    content: "\25B6";
    margin: -4px 0 0 -1px;
    top: 50%;
    left: 100%;
    color:black;
  }
  /* Data Analysis Chart End */
  

/* Cleaning Review Chart Panel Start */

div[margin-type="right"] i{
    padding-left: 5px;
    padding-right: 5px;
}

.cardheader{
    text-indent: 15px;
}

#panelwrapper .chartNav a, .card-wrapper .chartNav a{
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    background: rgba(0,0,0,0.5);
    border: 1px #fcfcfc solid;
    border-radius: 15px;
    margin: 0px 5px;
    -webkit-box-shadow: 0 0 5px 1px #DEDEDE;
    box-shadow: 0 0 5px 1px #DEDEDE;
}

#panelwrapper .chartNav a:hover, #panelwrapper .chartNav a.active, .card-wrapper .chartNav a:hover, .card-wrapper .chartNav a.active{
    background: #09b8e8;
}

#panelwrapper .item.front, #panelwrapper .front{
    padding: 5px;
    margin-bottom: 10px;
}

#panelwrapper .loader-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 20px;
  margin: auto;
  background-color: #fff;
}

#panelwrapper .loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10px;
  width: 40px;
  box-sizing: border-box;
}
#panelwrapper .loader .loader-item {
  position: relative;
  float: left;
  height: 10px;
  width: 4px;
  margin: 0 1px;
  background-color: #b9c1ca;
}
#panelwrapper .loader .loader-item:nth-child(1) {
  -webkit-animation: loader-item-1 2s linear infinite;
          animation: loader-item-1 2s linear infinite;
}
#panelwrapper .loader .loader-item:nth-child(2) {
  -webkit-animation: loader-item-2 2s linear infinite;
          animation: loader-item-2 2s linear infinite;
}
#panelwrapper .loader .loader-item:nth-child(3) {
  -webkit-animation: loader-item-3 2s linear infinite;
          animation: loader-item-3 2s linear infinite;
}
#panelwrapper .loader .loader-item:nth-child(4) {
  -webkit-animation: loader-item-4 2s linear infinite;
          animation: loader-item-4 2s linear infinite;
}
#panelwrapper .loader .loader-item:nth-child(5) {
  -webkit-animation: loader-item-5 2s linear infinite;
          animation: loader-item-5 2s linear infinite;
}
#panelwrapper .loader .loader-item:nth-child(6) {
  -webkit-animation: loader-item-6 2s linear infinite;
          animation: loader-item-6 2s linear infinite;
}

#panelwrapper .loader:after {
  content: '';
  font-size: 8px;
  font-family: "Arial";
  color: #e5e5e5;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
}
@-webkit-keyframes loader-item-1 {
  1% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  11% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  21% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-1 {
  1% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  11% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  21% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-2 {
  7% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  17% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  27% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-2 {
  7% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  17% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  27% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-3 {
  13% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  23% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  33% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-3 {
  13% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  23% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  33% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-4 {
  19% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  29% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  39% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-4 {
  19% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  29% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  39% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-5 {
  25% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  35% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-5 {
  25% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  35% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-6 {
  31% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  41% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  51% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-6 {
  31% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  41% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  51% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

.panelDropDown{
    width: 300px !important;
    height: 300px;
}

.select2-selection__rendered li{
    width: auto;
    clear: inherit;
}

/* Cleaning Review Chart Panel End */

/* Cleaning Study Chart Tab*/
.anovaTableHistory .tab, .chartHistory .tab{
	color: inherit !important;
	padding: 0px 24px !important;
}

/*.chartTab .tab a:hover{
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2) !important;
}*/

.anovaTableHistory .tab, .chartHistory .tab{
	 text-transform: inherit !important;
}
   
/* Password Strength Metter start */

.col .strength-lines {
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  z-index: 3;
}
.col .strength-lines .line {
  position: absolute;
  background-color: transparent;
  height: 6px;
  border-radius: 2px;
  transition: background-color 0.25s ease-in;
}
.col .strength-lines .line:not(:first-of-type):not(:last-of-type) {
  left: 33%;
  right: 33%;
}
.col .strength-lines .line:first-of-type {
  left: 0px;
  right: 68%;
}
.col .strength-lines .line:last-of-type {
  left: 68%;
  right: 0px;
}

/* Password Strength Metter End */

/* Product Set Tab Step Start */

/*.stepholder{
    padding: 10px;
    border: 1px #e8e5e5 solid;
    margin-bottom: 35px;
}

.stepholder:before{
    content: " ";
    position: absolute;
    width: 1px;
    height: 35px;
    background: #e8e5e5;
    top: -35px;
    left: 50%;
}

.stepholder:first-child:before{
    content: none;
}*/

/* Product Set Tab Step End */

/*Hide Arrows for Auto complete*/
.removeArrow:after{display: none}

.processStepEquCat .select2-selection__choice__remove{
    display: none !important;
}

.fc-unthemed .fc-popover{
    position: absolute;
    margin: auto;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 400px;
    height: 300px;
}

.fc-unthemed .fc-popover .fc-body{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 25px;
}

.collection .collection-item i.icon.check.secondary-content{
	position: absolute;
	top: 14px;
    float: left;
    left: 10px;
}

td .collection .collection-item i.icon.check.secondary-content{
	position: absolute;
	top: 14px;
    float: left;
    left: 5px;
}

@media (max-width: 1367px){
	td .breadcrumb{
		font-size: 13px;
	}
}
.removeArrow{
	padding-right: 0px !important;
}
.select2-container--default .removeArrow.select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
    float: right;
    /* font-weight: bold; */
    position: absolute;
    z-index: 99999999999;
    right: 1px !important;
    display: block;
    /*display: none;*/
    width: 19px;
    text-align: center;
    font-size: 19px;
}
/*Disabled input cursor update*/

input:disabled, select:disabled, textarea:disabled, input:read-only, .select2-container--disabled .select2-selection{
	cursor: no-drop !important;
}

/*Product Matrix CSS*/
.matrixContainer{
	text-align: center;
	position: relative;
}
.matrixContainer .col{
	margin: 1px;
	padding: 13px;
	border-collapse: collapse;
}
.matrixContainer .tableLeft tr{
/*	white-space: nowrap;*/
	font-size:13px;
	word-break: break-word;
}
.matrixContainer .tableLeft tr th{
	padding: 13px;
	border: 1px solid #fff;
	background: #09b8e8;
	color: #fff;
	font-weight: normal;
}
.matrixContainer .tableLeft tr th.seprate{
	border-bottom: 1px solid orange;
}
.matrixContainer .tableHead th{
	background: #09b8e8;
	color: #fff;
	font-weight: normal;
	border-bottom: none !important;
}
.matrixContainer .tableHead tr{
	border-bottom: none !important;
}
.matrixContainer .tableHead th, .matrixContainer .tableBody td{
	min-width:150px; 
	max-width:150px; 
	font-size:13px;
	text-align: center;
	border: 1px solid #fff;
	word-break: break-word;
	white-space: nowrap;
}
.tableLeftContainer{
	overflow: hidden;
}
.tableHeadContainer{
	overflow-x: hidden;
}
.matrixContainer td{
	word-break: normal !important;
	/*word-wrap: break-word;*/
	margin: 1px;
	padding: 13px 5px;
	border-collapse: collapse;
	background: rgba(128, 142, 156, 0.1);
}
.matrixContainer table{
    height: max-content;
    border-collapse: initial;
}
.tableBody td{
	background: none;
	border-right: 1px solid #dadada !important;
	border-bottom: 1px solid #dadada !important;
}
.matrixWrapper .titleText{
	position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
	background: #09b8e8;
	color: #fff;
	border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.matrixWrapper .emptyGray{
	background: rgba(96, 102, 109, 0.1);
}

/*.titleText .col-top:before{
	content: '/';
}*/

.calcMatrix .inner-container-wrapper{
	top : 58px !important;
}

.matrixContainer td.lowestValue {
	background: #fa9f19 !important;
	color: #fff !important;
}
.filterHolder .chipContainer .chip{
	cursor: pointer;
}
.filterHolder .chipContainer .active{
	background: #09b8e8;
	color: #fff;
}

.matrixWrapper{
	display: block;
	overflow: hidden;
}

/* Preloader Style */

.preloader-1 {
  margin: 100px auto 0;
  width: 66px;
  height: 12px;
}

.preloader-2 {
    text-align: center;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 30px);
}

.preloader-2 .txt {
  margin: 5px 0;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
}

.preloader-1 .line {
  width: 2px;
  height: 12px;
  background: #0483af;
  margin: 0 3px;
  display: inline-block;
  animation: opacity-1 1000ms infinite ease-in-out;
}

.preloader-2 .line {
  width: 2px;
  height: 12px;
  background: #0483af;
  margin: 0 2px;
  display: inline-block;
  animation: opacity-2 1000ms infinite ease-in-out;
}

.preloader-1 .line-1, .preloader-2 .line-1 { animation-delay: 800ms; }
.preloader-1 .line-2, .preloader-2 .line-2 { animation-delay: 600ms; }
.preloader-1 .line-3, .preloader-2 .line-3 { animation-delay: 400ms; }
.preloader-1 .line-4, .preloader-2 .line-4 { animation-delay: 200ms; }
.preloader-1 .line-6, .preloader-2 .line-6 { animation-delay: 200ms; }
.preloader-1 .line-7, .preloader-2 .line-7 { animation-delay: 400ms; }
.preloader-1 .line-8, .preloader-2 .line-8 { animation-delay: 600ms; }
.preloader-1 .line-9, .preloader-2 .line-9 { animation-delay: 800ms; }

@keyframes opacity-1 { 
  0% { 
    opacity: 1;
  }
  50% { 
    opacity: 0;
  }
  100% { 
    opacity: 1;
  }  
}

@keyframes opacity-2 { 
  0% { 
    opacity: 1;
    height: 15px;
  }
  50% { 
    opacity: 0;
    height: 12px;
  }
  100% { 
    opacity: 1;
    height: 15px;
  }  
}

/*Filter modal select2 li set height*/
@media (min-width: 564px) {
    .filterModal .select2-selection__choice {
    	line-height: 23px !important;
    }
}

/* Set background color for Daterangepicker buttons */
.daterangepicker .applyBtn{
	background-color: #09b8e8;
}

.daterangepicker .applyBtn:hover{
	background-color: #fff;
	color: #09b8e8;
}

.daterangepicker .cancelBtn{
	background-color: #fff;
	color: #09b8e8;
}

/* Toast-container */
.eventLogToastContainer{
	top: 83px !important;
    right: 285px !important;
    z-index: 999 !important;
}

.eventLogToast{
	margin-top: 0px;
	background-color: rgb(50, 50, 50, 0.3);
	font-size: 13px !important;
	padding: 7px 20px !important;
	min-height: 33px !important;
	/* max-width: 865px; */
}

.eventLogToast i:hover{
	color: #fff;
}

#searchDataTable::placeholder { /* Firefox, Chrome, Opera */ 
    color: #677c82; 
    font-weight: 300;
} 
  
#searchDataTable:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #677c82;
    font-weight: 300; 
} 
  
#searchDataTable::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #677c82; 
    font-weight: 300;
} 

/* button#filter-ic:before{
	position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #4CAF50;
    top: 4px;
    left: 31px;
    z-index: 9;
} */

#reportModal .menuArea li.tab.active {
    border-bottom: 4px solid #09b8e8;
}

.filter-ic .changed:after { 
    content:"";
}

#dataTableLoader{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
}

#samplingResultModal #labResults h5{
    font-size: 17px;
}

/* Cleaning Template Design Css */

#cleaningTemplate .header-blk, #cleaningTemplate .questions-blk{
	/* border: 0.5px #cfcfcf dashed;
    margin-bottom: 15px;
    padding: 15px;
    cursor: pointer;
    background: #f9f9f9; */
}
#cLTempUl ol:before, #cLTempUl ol>li:before, #cLTempUl ol>li:after, .cLTemp>.dd-dragel:before, .cLTemp>.dd-dragel>li:before, .cLTemp>.dd-dragel>li:after{
	content: none;
}
#cLTempUl ol.dd-list{
	/* display: list-item; */
	/* list-style: decimal; */
	counter-reset: section;
  	list-style-type: none;
}

#cLTempUl ol>li{
	margin-left: 10px;
}
#cLTempUl ol.dd-list>li:before{
    counter-increment: section;
    content: counters(section, ".");
    position: absolute;
    top: 7px;
    border: 0px;
    text-decoration: none;
    height: 0px;
    text-align: right;
    width: 30px;
    left: -36px;
}

#cLTempUl ol>li input{
    display: inline-table;
    width: auto;
}

#cLTempUl ol>li .dd3-handle:before{
	height: 100%;
	top: 0;
	line-height: 33px;
    border: 1px solid #e3e8ea;
    background: #fafcfd;
}

#cLTempUl ol>li .dd3-handle:hover:before{
    border: 1px solid #09b8e8;
}

#cLTempUl ol>li .dd3-content{
	border: 1px solid #d4dbde;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
	padding: 10px 35px 10px 35px;
	display: block;
	height: auto;
	font-family: 'Roboto' !important;
}

.cLTemp>.dd-dragel>.dd3-item>.dd3-content{
	border: 1px solid #efefef;
    background: #ffffff;
    padding: 10px 30px 10px 35px;
    display: block;
    height: auto;
}

#cLTempUl ol>li .dd3-content:hover{
	color: initial;
}

#cLTempUl .dd3-content.question ol{
	padding-left: 20px;
}

/*Document Field Invalid*/
div.invalid{border-bottom: 1px solid #F44336;}

/* Help autocomplete */
.autocomplete-content{
	overflow: hidden;
	outline: none;
}

.autocomplete-content li{
	padding: 10px !important;
}

/* .autocomplete-content li>span{
	color: #09b8e8 !important;	
} */

/* Mobile Audit css - Start */

.helpNav .navCont li.navCheck{
	padding: 0px 20px;
	line-height: 1.5;
}

.helpNav .navCont li a{
	color: rgba(0,0,0,0.50) !important;
	height: 62px;
	padding: 0px;
}

/* .mobileAuditNav span.badge{
	background-color: #29beef;
	border-radius: 3px;
	color: #fff;
} */

.helpNav .navCont li.abortedNavCheck a, .helpNav .navCont li.equipInUse a {
	pointer-events: none;
    cursor: default;
}

.helpNav .navCont li.equipInUse .secondary-content, .helpNav .navCont li.equipInUse .spancheck, .helpNav .navCont li.equipInUse a span, .helpNav .navCont li.equipInUse a p{
	color: rgba(0,0,0,0.50) !important;
}

.helpNav .navCont li.abortedNavCheck a span, .helpNav .navCont li.abortedNavCheck a p{
	color: #fff;
}

.navCont.mobileAuditNav li.active{
	background-color: #09b8e8;
    color: #fff;
}

.navCont.mobileAuditNav li.active i, .navCont.mobileAuditNav li.active span.title, .navCont.mobileAuditNav li.active p{
    color: #fff;
}

.mobileAuditContent{
	position: absolute;
    left: 300px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: #fff;
}

.mainContent {
    position: absolute;
    top: 71px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.mobAuditCont li.collection-item{
	list-style-type: none !important;
}

.helpNav .navCont li i.iconcheck{
    position: absolute !important;
    top: 22px !important;
    right: 28px !important;
    font-size: 18px;
}

.helpNav .badge{
	font-size: 13px !important;
	min-width: 50px !important; 
} 
/* Toggle in Audit */
.switch-field {
	display: initial;
	margin-bottom: 36px;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #f8f8f8;
	color: #808e9c;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	/* border: 1px solid rgba(0, 0, 0, 0.1); */
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #09b8e8;
    box-shadow: none;
    color: #fff;
}

label.radioChecked {
	background-color: #09b8e8;
    box-shadow: none;
    color: #fff;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

/* This is just for CodePen. */

.form {
	max-width: 600px;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: normal;
	line-height: 1.625;
	margin: 8px auto;
	padding: 16px;
}

h2 {
	font-size: 18px;
	margin-bottom: 8px;
}

.textToPassword{
	text-security:disc;
	-webkit-text-security: disc;
	font-family: 'dotsfont';
}

.supportTicket-wrapper table.dataTable tbody tr td:first-child{
	padding: 18px;
}

#runTabContent .tbody .taskRow:hover, .incompleteTask .tbody .taskRow:hover{
    background: rgba(147, 158, 170, 0.1);
}

.planner_summary .dt-button{
	bottom: 15px;
}

.planner_summary .dt-button i{
	color: #808e9c !important;
}

.planner_summary .dataTables_wrapper .dataTables_info {
	left: 15px !important; 
}

.planner_summary .dataTables_wrapper .dataTables_paginate {
	left: -23px !important;
}

.planner_summary .dataTables_wrapper .dataTables_length {
	left: 200px;
}

table.planByEquipmentPending tbody td:last-child{
	text-align: left;
}

.liTimePeriod{
	line-height: 3.2;
}

.plannerAction.dt-button-collection a:last-child {
    display: block !important;
}

.plannerAction a.dt-button:nth-last-child(2) {
    padding-bottom: 10px !important;
}
.page-btn{
	opacity:0.4;
}
.page-btn:hover{
	opacity:1;
}

.matrixWrapper .tooltipped{
	cursor: pointer;
}

.matrixWrapper td.tooltipped:hover, .matrixWrapper .col.tooltipped:hover{
	background:rgba(96, 102, 109, 0.1);
}



.chartWrap{
	flex-wrap:wrap;
	position:absolute;
	inset:5px 15px auto;
	width:auto;
}

.chartForm{
	position: absolute;
    right: 15px;
    top: 5px;
    bottom: 15px;
    width: 350px
}

.chartBlk{
	height: 280px;
}

.chartInner{
	height:calc(100% - 20px);
	margin: 0px 20px 20px 0px;
	position: relative;
}

.chartInner.addChart{
	border: 1px #f8ae03 dashed;
	cursor: pointer;
	position: relative;
}

.chartInner.addChart .add-icon{
	font-size: 65px;
	color: #f8ae03;
	position: absolute;
	top: calc(50% - 32.5px);
	left: calc(50% - 32.5px);
	opacity: 0.7;
}

.chartInner.addChart:hover{
	webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	background: rgba(248, 174, 3, 0.2);
}

.chartInner.addChart:hover .add-icon{
	color: #fff;
	opacity: 1;
}
.details-wrapper{
	width:auto !important;
}

.chartInner .fixed-action-btn{
	position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
    height: 27px;
}

.chartInner .fixed-action-btn .btn-floating{
    border-radius: 5px;
    background: #fff;
    box-shadow: none;
    width: 25px;
    height: 25px;
    text-align: center;
    display: block;
}

.chartInner .fixed-action-btn .btn-floating.actbtn{
	transform: rotate(90deg) !important;
}

.chartInner .fixed-action-btn .btn-floating:hover{
	border: 1px #f8ae03 solid;
}

.chartInner .fixed-action-btn .btn-floating i.icon{
    color: #000;
    font-size: 16px;
    line-height: 25px;
    width: 25px;
    text-align: center;
    display: block;	
}

.chartInner .fixed-action-btn.direction-left ul{
	top: -3px;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    right: 25px;
}

.maximized .chartInner .fixed-action-btn.direction-left ul{
	height:103%;
}

.chartBlk.maximized{
	position: absolute;
    bottom: 0px;
    left: 0;
    top: 0;
    height: 100% !important;
    z-index: 999;
    width: 100% !important;
    min-width: 100% !important;
    margin: 0px
}

.chartBlk.maximized .chartInner{
	margin: 0px;
}