iframe{
    width: 100%;
}

a{
    text-decoration: none;
}

.pace .pace-activity {
    z-index: 5
}
/* HEADER */
.topbar .navbar {
    height: 40px;
}

@media screen and (max-width: 576px) {
    .app-header-fixed {
        padding-top: 30px;
    }
    .navbar-header {
        max-height: 30px;
    }
    .navbar-nav {
        display: none !important;
    }
}

/* TOP MENU */
@media screen and (min-width: 1280px) {
    .nav-container {
        height: 40px;
    }
}

/* TOP MENU ITEMS */
.topbar-nav .metismenu a{
    padding: 6px;
}
/* PAGE CONTENT WRAPPER */
.page-wrapper {
    margin-top: 90px;
}

@media screen and (min-width: 1400px) {
    .page-wrapper {
        padding: 0px;
    }
}

.MenuPageIcon {
    min-width: 15px;
}

.MenuGroupIcon {
    min-width: 20px;
}

.DivResultBoxHeaderPageSize {
    text-align: right;
}

.DivFormRowLabel {
    float: left;
    text-align: right;
    padding-right: 10px;
}

@media all and (max-width: 576px) {
    .DivFormRowLabel {
        float: left;
        text-align: left;
        padding-right: 0px;
    }
}
/*
@media all and (max-width: 500px) and (min-width: 380px)
{
    .main-site-nav li a {
        padding-left: 15;
    }
}
*/

.DivFormRowData select2, .DivFormRowData input[type='text'] {
    float: left;
}

.logo-text {
    color: #000000;
}

.mb-3 {
    clear: both;
}



/** code by webdevtrick ( https://webdevtrick.com ) **/
.CustomScrollBar {
}

    .CustomScrollBar::-webkit-scrollbar {
        width: 5px;
    }

    .CustomScrollBar::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: -webkit-gradient(linear,left top,left bottom,from(#000000),to(#000000));
        box-shadow: inset 2px 2px 2px rgba(255,255,255,.25), inset -2px -2px 2px rgba(0,0,0,.25);
    }

    .CustomScrollBar::-webkit-scrollbar-track {
        background-color: #fff;
        background: linear-gradient(to right,#cccccc,#cccccc 1px,#aaaaaa 1px,#aaaaaa);
    }



.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.well {
    background-color: #F6F6F6 !important;
    color: #000 !important;
    padding: 10px;
    border-radius: .25rem !important;
    margin-bottom: .3rem;
    border: 1px solid #CCCCCC;
    /*background-color: #A4C9FF !important;
    color: #000 !important;
    padding: 10px;
    border-radius: .25rem !important;
    margin-bottom: .3rem;
    border: 1px solid #8BABD9;*/
    /*background-color: #A4C9FF !important;
    color: #fff !important;
    padding: 10px;
    border-radius: .25rem !important;
    margin-bottom: .3rem;*/
}

/*.iFrameForDialog {
    box-shadow: 0 0 10px #CCCCCC;
}*/
.iFrameForDialogWrapper {
    display: none;
    border: none;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 2070;
    background-color: #FFFFFF;
    border-left: 1px solid #ccc;
    box-shadow: 0 0 5px #000000;
}

    .iFrameForDialogWrapper .row {
        background-color: #F4F4F4;
    }

.iFrameForDialogWrapperRow .col-xs-12 {
    height: 0px;
    overflow: visible;
}

.iFrameForDialogWrapperBackground {
    border: none;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 6;
    bottom: 0px;
    left: 0px;
    background-color: #333333;
    opacity: 0.2
}


.iFrameForDialogCloseButton {
    float: left;
    margin-right: 30px;
    border-radius: .25rem;
    padding: 1px 10px 1px 10px;
    /*box-shadow: 0 0 5px #000000;*/
    color: #FFFFFF !important;
    position: relative;
    top: -4px;
    left: -28px;
    opacity: 1;
    z-index: 10;
}
@media (max-width: 800px) {
    /* CSS that should be displayed if width is equal to or less than 800px goes here */
    .iFrameForDialogCloseButton {
        left: -20px;
    }
}


.iFrameForDialogCloseButtonOnHeader{
    display: none;
}

.CollapsiblePanel .DivFormRowLabel {
    color: #000000;
}

.CollapsiblePanel{
    border: 1px solid #333333;
}

.panel-body {
    padding: 10px;
}

.table-striped > thead {
    background-color: #F4F4F4;
}


.ProcessingDiv {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0px;
    z-index: 9999999;
    background-color: #000000;
    opacity: 0.7;
}
.ProcessingImg {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    height: 100px;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

/*    .main-content {
        margin-left: 0px !important;
    }

    #menu, #logo, #header {
        display: none;
    }

    #wrapper {
        margin: 0px;
    }*/
}

.disabled {
    pointer-events: none;
}
.disabled a {
    pointer-events: none;
}
.sdspagination{
    padding-left: 0px !important;
}

.panel-heading{
    padding: 0.5rem !important;
}
.panel-title{
    margin-bottom: 0px;
}




.SDSPopOverDetail {
    display: none;
    background-color: #FFFFFF;
    color: #000000;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #CCCCCC;
    position: absolute;
    min-width: 200px;
    border-radius: 5px;
}

.btn-xs{
    padding: 0px 5px 0px 5px;
}

.app-content{
    padding: 10px;
}
    .app-content .page-header{
        margin: 0px;
    }


/*
    BROKE UI with Panel Action Buttons on top right
i.fa{
    margin-right: 5px;
}
*/

#footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 2px;
    /*box-shadow: 0 0 5px #000000;*/
    border-top: 1px solid #666666;
    z-index: 1020;
    border-radius: 0px;
}

.note .note-icon {
    font-size: 40px !important;
}

.introjs-overlay {
    z-index: 999 !important;
}
.introjs-helperLayer {
    z-index: 998 !important;
}
.introjs-showElement {
    z-index: 996 !important;
}
.introjs-tooltipReferenceLayer {
    z-index: 999 !important;
}

/*.introjs-tooltip-header {
    float: right;
}*/

.PortalCustomerInventoryImageCategoryReconImage{
    max-height: 400px;
    max-width: 400px;
}

.SDSNoBorder {
    border: 0;
    box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: #F6F6F6;
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
    box-shadow: 0 0 10px #cccccc;
}



/*
    New DropDown Checklist
*/
.ms-options-wrap .ms-options ul, .ms-options-wrap .ms-options li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-left: 5px;
}



/*
    SIGNATURE Changes
*/
.ReconStatusAnswerSignature{
    display: none;
}

.SDSSignatureBoxFixed {
    position: fixed;
    display: none;
    background-color: #FFFFFF;
    z-index: 10000;
    top: 0px;
}


.SDSSignatureCanvas canvas {
    border: 4px solid #444;
}

.SDSFullWidth{
    width: 100%;
}

.app-header{
    border-bottom: 1px solid #000;
}

.sds-table-condensed {
    border-spacing: 0px;
    border-collapse: collapse;
}
.sds-table-condensed td {
    padding: 2px;
}

.sds-table-no-lines{
    border: 0px;
}
    .sds-table-no-lines td {
        border: 0px;
    }

.sds-table-condensed .form-control {
    padding: .10rem .10rem;
}

.app-top-menu {
    position: fixed;
}

























tr.sdsactive, tr.sdsactive td {
    --bs-table-accent-bg: #7fecf7 !important;
    background-color: #7fecf7 !important;
    color: #000 !important;
}

tr.sdsgreen, tr.sdsgreen td {
    --bs-table-accent-bg: #c8f2a4 !important;
    background-color: #c8f2a4 !important;
    color: #000 !important;
}

tr.sdsyellow, tr.sdsyellow td {
    --bs-table-accent-bg: #f3e8aa !important;
    background-color: #f3e8aa !important;
    color: #000 !important;
}

tr.sdsred, tr.sdsred td {
    background-color: #fbe4e3 !important;
    color: #000 !important;
    --bs-table-accent-bg: #fbe4e3 !important;
}


td.sdsactive {
    background-color: #7fecf7 !important;
    color: #000 !important;
    --bs-table-accent-bg: #7fecf7 !important;
}

td.sdsgreen {
    background-color: #c8f2a4 !important;
    color: #000 !important;
    --bs-table-accent-bg: #c8f2a4 !important;
}

td.sdsyellow {
    background-color: #f3e8aa !important;
    color: #000 !important;
    --bs-table-accent-bg: #f3e8aa !important;
}

td.sdsred {
    background-color: #fbe4e3 !important;
    color: #000 !important;
    --bs-table-accent-bg: #fbe4e3 !important;
}

td.sdsblue {
    background-color: #8DD7ED !important;
    color: #000 !important;
    --bs-table-accent-bg: #8DD7ED !important;
}


.TrafficLightLabelRed {
    background-color: #fbe4e3 !important;
    color: #000 !important;
    border-radius: 3px;
    border: 1px solid #999;
}
.TrafficLightLabelYellow {
    background-color: #f3e8aa !important;
    color: #000 !important;
    border-radius: 3px;
    border: 1px solid #999;
}
.TrafficLightLabelGreen {
    background-color: #c8f2a4 !important;
    color: #000 !important;
    border-radius: 3px;
    border: 1px solid #999;
}


.SDSSysAdminOnlyFeature {
    background-color: #b1ccfc !important;
}



/* Custom CSS for tooltip styling */
.SDSFlotTooltip {
    font-size: 20px;
    background-color: white;
    color: black;
    border: 1px solid #FFD700; /* Border color of FFD700 */
    padding: 10px;
}


.table {
    --bs-table-bg: #F6F6F6;
}

.table-striped > tbody > tr:nth-of-type(even) {
    --bs-table-accent-bg: var(--bs-table-bg);
}