/* Minification failed. Returning unminified contents.
(1809,19): run-time error CSS1039: Token not allowed after unary operator: '-bs-backdrop-opacity'
 */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans'), local('OpenSans'),
        url('../fonts/open-sans-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/open-sans-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/open-sans-regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/open-sans-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/open-sans-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* MISCELLANEOUS */
html,
body {
    height: 100%;
}

body {
    font-family: "Open Sans","Lato",arial,sans-serif;
    background-color: #EEE;
    color: #000;
	font-size: 12pt;
}

.text-label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 100%;
}
label {
    font-weight: bold;
    padding-bottom: 2px;
}
.clear {
    clear: both;
}

.clearfix {
    zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

.table thead th:hover {
    cursor: pointer;
}

.table thead th i.fa-sort {
    color: #CCC;
    margin-top: 3px;
}

/* Bootstrap 5 Migration: Keep legacy text-left/text-right for backward compatibility */
text-start {
    text-align: left !important;
}

text-end {
    text-align: right !important;
}

/* Bootstrap 5 utility classes */
.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

/* Bootstrap 5 Migration: Float utilities */
.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

/* Keep legacy float-start/float-end */
.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

/* MARGINS */
.margin-top0 {
    margin-top: 0px;
}

.margin-top5 {
    margin-top: 5px;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-top15 {
    margin-top: 15px;
}

.margin-top20 {
    margin-top: 20px;
}

.margin-top25 {
    margin-top: 25px;
}

.margin-top30 {
    margin-top: 30px;
}

.margin-top40 {
    margin-top: 40px;
}

.margin-top50 {
    margin-top: 50px;
}

.margin-top60 {
    margin-top: 60px;
}

.margin-top70 {
    margin-top: 70px;
}

.margin-top80 {
    margin-top: 80px;
}

.margin-top90 {
    margin-top: 90px;
}

.margin-bottom0 {
    margin-bottom: 0px;
}

.margin-bottom5 {
    margin-bottom: 5px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

.margin-bottom40 {
    margin-bottom: 40px;
}

.margin-bottom50 {
    margin-bottom: 50px;
}

.margin-bottom60 {
    margin-bottom: 60px;
}

.margin-bottom70 {
    margin-bottom: 70px;
}

.margin-bottom80 {
    margin-bottom: 80px;
}

.margin-bottom90 {
    margin-bottom: 90px;
}

.margin-left0 {
    margin-left: 0px;
}

.margin-left5 {
    margin-left: 5px;
}

.margin-left10 {
    margin-left: 10px;
}

.margin-left15 {
    margin-left: 15px;
}

.margin-left20 {
    margin-left: 20px;
}

.margin-left30 {
    margin-left: 30px;
}

.margin-left40 {
    margin-left: 40px;
}

.margin-left50 {
    margin-left: 50px;
}

.margin-left60 {
    margin-left: 60px;
}

.margin-left70 {
    margin-left: 70px;
}

.margin-left80 {
    margin-left: 80px;
}

.margin-left90 {
    margin-left: 90px;
}

.margin-left-15 {
    margin-left: -15px;
}
.margin-right0 {
    margin-right: 0px;
}

.margin-right5 {
    margin-right: 5px;
}

.margin-right10 {
    margin-right: 10px;
}

.margin-right20 {
    margin-right: 20px;
}

.margin-right30 {
    margin-right: 30px;
}

.margin-right40 {
    margin-right: 40px;
}

.margin-right50 {
    margin-right: 50px;
}

.margin-right60 {
    margin-right: 60px;
}

.margin-right70 {
    margin-right: 70px;
}

.margin-right80 {
    margin-right: 80px;
}

.margin-right90 {
    margin-right: 90px;
}

.margin0 {
    margin: 0px;
}

.margin5 {
    margin: 5px;
}

.margin10 {
    margin: 10px;
}

.margin20 {
    margin: 20px;
}

.margin30 {
    margin: 30px;
}

.margin40 {
    margin: 40px;
}

.margin50 {
    margin: 50px;
}

.margin60 {
    margin: 60px;
}

.margin70 {
    margin: 70px;
}

.margin80 {
    margin: 80px;
}

.margin90 {
    margin: 90px;
}

.margin-auto0 {
    margin: auto 0;
}

.padding10 {
    padding: 10px;
}

.padding20 {
    padding: 20px;
}

.padding-top5 {
    padding-top: 5px;
}

.padding-bottom5 {
    padding-bottom: 5px;
}

input[type="text"],
input[type="password"],
textarea {
    background-color: #FFF;
    border: 1px solid #CCC;
    -webkit-box-shadow: inset 0, 1px, 1px, rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0, 1px, 1px, rgba(0, 0, 0, 0.075);
    box-shadow: inset 0, 1px, 1px, rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    padding: 6px 12px;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 3px 2px;
}

select {
    padding: 6px 12px;
    border: 1px solid #CCC;
}

.subTitleHeader {
    color: #4682B4;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding: 15px 5px 5px 0px;
    font-weight: bold;
}

.indent {
    width: 98%;
    float: right;
}

/** BUTTONS **/
.button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 18px;
}
.btn-margin-right {
    margin-right: 1em;
}

/* Bootstrap 5 Migration: btn-secondary becomes btn-secondary */
.btn-secondary {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn:hover,
.btn:focus {
    filter: brightness(0.70);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-secondary:active,
.btn-secondary.active {
    background-color: #e6e6e6;
    border-color: #adadad;
        color: #333;

}

#doc3 {
    margin: auto 0;
}

#hd {
    border: 0;
    padding: 0;
    background-color: #bcd;
}

#bd {
    clear: both;
    background: #FFF;
    padding-left: 35px;
    padding-right: 35px;
    min-height: 700px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

    .page-header h1 {
        margin-top: 0;
        margin-bottom: 0;
    }

#bd-container {
    background-color: #FFF;
    min-height: 500px;
}

#ft {
    text-align: center;
    line-height: 180%;
    border: 0;
    padding: 15px 30px;
    margin: 0;
    background: #eee;
    border-top: 1px solid #DDD;
    color: #444;
}

    #ft .a, #ft .a:hover {
        color: #444;
        background-color: #EEE;
    }

    #ft .separator {
        margin: 0px 5px;
    }

    #ft .pan {
        margin-left: .3em;
    }

#logo-container {
    min-height: 90px;
    padding: 10px 0 0 10px;
    border-bottom: 8px solid #003057;
}

#logo {
    display: block;
    margin: 0 0 15px 15px;
    width: auto;
    background-repeat: no-repeat;
    background-size: contain;
}


#login {
    padding: 5px 35px 0 0;
    text-align: right;
    color: #FFF;
}

    #login .a, #login .a:hover {
        color: #000;
    }

    #login i {
        margin-left: 15px;
    }

#nav-primary {
    min-height: 66px;
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
    background-color: #16283a;
    color: #000;
    padding: 0;
}

        #nav-primary .navbar-nav a {
            text-decoration: none;
            cursor: pointer;
        }

    #nav-primary .navbar-nav > .nav-item,
    #nav-primary .navbar-nav > li {
        margin: 0 2px 0 0;
    }

            #nav-primary .navbar-nav > .nav-item > .nav-link,
            #nav-primary .navbar-nav > .nav-item > a,
            #nav-primary .navbar-nav > li > a {
                text-decoration: none;
                text-align: center;
                padding: 7px 20px;
                border-radius: 4px 4px 0px 0px;
                color: #efefef;
                background-color: #16283a;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                line-height: 1.2;
                min-height: 66px;
            }

                /* Icon sizing - on top of text */
                #nav-primary .navbar-nav > .nav-item > .nav-link > i,
                #nav-primary .navbar-nav > .nav-item > a > i,
                #nav-primary .navbar-nav > li > a > i {
                    font-size: 1.5em;
                    margin-bottom: 4px;
                    display: block;
                }

                /* Text styling - below icon */
                #nav-primary .navbar-nav > .nav-item > .nav-link > span,
                #nav-primary .navbar-nav > .nav-item > .nav-link > p,
                #nav-primary .navbar-nav > .nav-item > a > span,
                #nav-primary .navbar-nav > .nav-item > a > p,
                #nav-primary .navbar-nav > li > a > span,
                #nav-primary .navbar-nav > li > a > p {
                    text-transform: uppercase;
                    font-weight: bold;
                    display: block;
                    margin: 0;
                    font-size: 16px;
                    line-height: 1.1;
                }

            #nav-primary .navbar-nav > .nav-item > .nav-link:hover,
            #nav-primary .navbar-nav > .nav-item > .nav-link:focus,
            #nav-primary .navbar-nav > .nav-item > a:hover,
            #nav-primary .navbar-nav > .nav-item > a:focus,
            #nav-primary .navbar-nav > li > a:hover,
            #nav-primary .navbar-nav > li > a:focus {
                color: #fff;
                background-color: #16283a;
            }


        #nav-primary .navbar-nav > .nav-item > .nav-link,
        #nav-primary .navbar-nav > .nav-item > a,
        #nav-primary .navbar-nav > li > a {
            text-decoration: none;
            text-align: center;
            padding: 7px 20px;
            border-radius: 4px 4px 0px 0px;
            color: #efefef;
            background-color: #16283a;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            line-height: 1.2;
            min-height: 66px;
        }

            /* Bootstrap 5: show class - when dropdown is open, match dropdown menu color */
            /* Multiple selectors to ensure it applies */
            #nav-primary .navbar-nav > .nav-item.show > .nav-link,
            #nav-primary .navbar-nav > .nav-item.show > a,
            #nav-primary .navbar-nav > li.show > a,
            #nav-primary .navbar-nav > .dropdown.show > a,
            #nav-primary .nav-item.dropdown.show > a.dropdown-toggle,
            #nav-primary .dropdown.show > a.dropdown-toggle,
            #nav-primary a.dropdown-toggle[aria-expanded="true"] {
                color: #000 !important;
                background-color: #eee !important;
            }

            #nav-primary .navbar-nav > .nav-item.show > .nav-link:hover,
            #nav-primary .navbar-nav > .nav-item.show > .nav-link:focus,
            #nav-primary .navbar-nav > .nav-item.show > a:hover,
            #nav-primary .navbar-nav > .nav-item.show > a:focus,
            #nav-primary .navbar-nav > li.open > a,
            #nav-primary .navbar-nav > li.open > a:hover,
            #nav-primary .navbar-nav > li.open > a:focus {
                color: #000;
                background-color: #eee;
            }

                #nav-primary .navbar-nav > .nav-item > .nav-link:hover > label,
                #nav-primary .navbar-nav > .nav-item > .nav-link:focus > label,
                #nav-primary .navbar-nav > .nav-item > a:hover > label,
                #nav-primary .navbar-nav > .nav-item > a:focus > label,
                #nav-primary .navbar-nav > li > a:hover > label,
                #nav-primary .navbar-nav > li > a:focus > label {
                    text-decoration: underline;
                    cursor: pointer;
                }

        /* Bootstrap 5: Remove automatic dropdown carets */
        #nav-primary .dropdown-toggle::after {
            display: none !important;
        }

        /* Bootstrap 5: Fix navbar alignment - ensure items spread horizontally */
        #nav-primary .navbar-nav {
            flex-direction: row;
            align-items: center;
            margin: 0;
            padding: 0;
        }

        /* Bootstrap 5: Prevent dropdown menu items from having full width */
        #nav-primary .navbar-nav > .nav-item,
        #nav-primary .navbar-nav > li {
            flex: 0 1 auto;
            width: auto;
        }

/*           copied from other boostrap story*/

                 #nav-primary .navbar-nav > .nav-item > .nav-link > i,
                #nav-primary .navbar-nav > .nav-item > a > i,
                #nav-primary .navbar-nav > li > a > i {
                    font-size: 1.5em !important;
                    margin-bottom: 4px !important;
                    display: block !important;
                }

                /*/* Text styling - below icon */
                #nav-primary .navbar-nav > .nav-item > .nav-link > span,
                #nav-primary .navbar-nav > .nav-item > .nav-link > p,
                #nav-primary .navbar-nav > .nav-item > a > span,
                #nav-primary .navbar-nav > .nav-item > a > p,
                #nav-primary .navbar-nav > li > a > span,
                #nav-primary .navbar-nav > li > a > p,
                .nav-text{
                    text-transform: uppercase !important;
                    font-weight: bold !important;
                    display: block !important;
                    margin: 0 !important;
                    font-size: 16px !important;
                    line-height: 1.1 !important;
                }


            #nav-primary .navbar-nav > .nav-item > .nav-link:hover,
            #nav-primary .navbar-nav > .nav-item > .nav-link:focus,
            #nav-primary .navbar-nav > .nav-item > a:hover,
            #nav-primary .navbar-nav > .nav-item > a:focus,
            #nav-primary .navbar-nav > li > a:hover,
            #nav-primary .navbar-nav > li > a:focus {
                color: #fff;
                background-color: #16283a;
            }

        #nav-primary .navbar-nav > .nav-item.active > .nav-link,
        #nav-primary .navbar-nav > .nav-item.active > .nav-link:hover,
        #nav-primary .navbar-nav > .nav-item.active > .nav-link:focus,
        #nav-primary .navbar-nav > .nav-item.active > a,
        #nav-primary .navbar-nav > .nav-item.active > a:hover,
        #nav-primary .navbar-nav > .nav-item.active > a:focus,
        #nav-primary .navbar-nav > li.active > a,
        #nav-primary .navbar-nav > li.active > a:hover,
        #nav-primary .navbar-nav > li.active > a:focus {
            color: #000;
            background-color: #fff;
        }

/*       preventing tenent stuff from working? #nav-primary .navbar-nav > .nav-item.show > .nav-link,
        #nav-primary .navbar-nav > .nav-item.show > a,
        #nav-primary .navbar-nav > li.show > a,
        #nav-primary .navbar-nav > .dropdown.show > a,
        #nav-primary .nav-item.dropdown.show > a.dropdown-toggle,
        #nav-primary .dropdown.show > a.dropdown-toggle,
        #nav-primary a.dropdown-toggle[aria-expanded="true"] {
            color: #000 !important;
            background-color: #eee !important;
        }*/

            #nav-primary .navbar-nav > .nav-item.show > .nav-link:hover,
            #nav-primary .navbar-nav > .nav-item.show > .nav-link:focus,
            #nav-primary .navbar-nav > .nav-item.show > a:hover,
            #nav-primary .navbar-nav > .nav-item.show > a:focus,
            #nav-primary .navbar-nav > li.open > a,
            #nav-primary .navbar-nav > li.open > a:hover,
            #nav-primary .navbar-nav > li.open > a:focus {
                color: #000;
                background-color: #eee;
            }


        /* Text styling - below icon */
        #nav-primary .navbar-nav > .nav-item > .nav-link > span,
        #nav-primary .navbar-nav > .nav-item > .nav-link > p,
        #nav-primary .navbar-nav > .nav-item > a > span,
        #nav-primary .navbar-nav > .nav-item > a > p,
        #nav-primary .navbar-nav > li > a > span,
        #nav-primary .navbar-nav > li > a > p {
            text-transform: uppercase;
            font-weight: bold;
            display: block;
            margin: 0;
            font-size: 16px;
            line-height: 1.1;
        }
    #nav-primary .dropdown-menu {
        border-top: none;
        background-color: #eee;
        z-index: 100000;
        margin-top: 0px;
    }
        #nav-primary .dropdown-menu > .dropdown-item,
        #nav-primary .dropdown-menu > li > a {
            padding: 5px 20px;
            color: #000;
            background-color: #eee;
        }

    #nav-primary .navbar-toggler,
    #nav-primary .navbar-toggle {
        border: none;
        padding: 0.25rem 0.5rem;
    }

        #nav-primary .navbar-toggler .icon-bar {
            height: 4px;
        }

        #nav-primary .dropdown-menu > .dropdown-item:hover,
        #nav-primary .dropdown-menu > .dropdown-item:focus,
        #nav-primary .dropdown-menu > li > a:hover,
        #nav-primary .dropdown-menu > li > a:focus {
            text-decoration: underline;
        }

@media (max-width: 767px) {
    #nav-primary .navbar-nav > .nav-item,
    #nav-primary .navbar-nav > li {
        margin: 0px;
    }

        #nav-primary .navbar-nav > .nav-item > .nav-link,
        #nav-primary .navbar-nav > .nav-item > a,
        #nav-primary .navbar-nav > li > a {
            padding: 10px 15px;
            text-align: left;
            border-radius: 0px;
            flex-direction: row;
            min-height: auto;
        }

            #nav-primary .navbar-nav > .nav-item > .nav-link > i,
            #nav-primary .navbar-nav > .nav-item > a > i,
            #nav-primary .navbar-nav > li > a > i {
                margin-bottom: 0;
                margin-right: 8px;
            }

      #nav-primary .navbar-nav > li > a > label {
                display: inline-block;
                padding-left: .3em;
            }

        #nav-primary .navbar-nav > .nav-item.active > .nav-link,
        #nav-primary .navbar-nav > .nav-item.active > .nav-link:hover,
        #nav-primary .navbar-nav > .nav-item.active > .nav-link:focus,
        #nav-primary .navbar-nav > .nav-item.active > a,
        #nav-primary .navbar-nav > .nav-item.active > a:hover,
        #nav-primary .navbar-nav > .nav-item.active > a:focus,
        #nav-primary .navbar-nav > li.active > a,
        #nav-primary .navbar-nav > li.active > a:hover,
        #nav-primary .navbar-nav > li.active > a:focus {
            color: #efefef;
            background-color: initial;
        }

        #nav-primary .navbar-nav > .nav-item.show > .nav-link,
        #nav-primary .navbar-nav > .nav-item.show > .nav-link:hover,
        #nav-primary .navbar-nav > .nav-item.show > .nav-link:focus,
        #nav-primary .navbar-nav > .nav-item.show > a,
        #nav-primary .navbar-nav > .nav-item.show > a:hover,
        #nav-primary .navbar-nav > .nav-item.show > a:focus,
        #nav-primary .navbar-nav > li.open > a,
        #nav-primary .navbar-nav > li.open > a:hover,
        #nav-primary .navbar-nav > li.open > a:focus {
            color: #000;
            background-color: #e7e7e7;
        }

    #nav-primary .dropdown-menu {
        border-radius: 0px;
    }
    
    /* Mobile: Stack items vertically */
    #nav-primary .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }
}


.icon-globe:before {
    content: "\f0ac";
}

.pageTitle {
    padding-bottom: 5px;
    border-bottom: 1px solid #DDD;
    font-size: 25.5px;
    margin: 10px 0px;
    line-height: 40px;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    font-family: inherit;
    color: #444444;
}

.qa-mode {
    color: #FFF;
    background-color: #8b332b;
    border-bottom: 5px solid #f0bab9;
    font-size: 120%;
    padding: 0.5em 0 0em;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
}

    .qa-mode a {
        font-weight: bold;
		color: #FFF;
    }

.uat-mode {
    color: #000;
    background-color: #f0ad4e;
    border-bottom: 5px solid #f9deb8;
    font-size: 120%;
    padding: 0.5em 0 0em;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
}

    .uat-mode a {
        font-weight: bold;
		color: #000;
    }

.browser-warning {
    color: #FFF;
    background-color: #F55;
    border-bottom: 5px solid #FAA;
    font-size: 120%;
    padding: 2em 0 1em;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
}

    .browser-warning a {
        border-bottom: 1px solid #FFF;
        color: #FFF;
        font-weight: bold;
        background-color: #F55;
    }

        .browser-warning a:hover {
            border: none;
            text-decoration: none;
        }


.logout-warning {
    color: #b94a48;
    background-color: #f2dede;
    border-bottom: 5px solid #b94a48;
    font-size: 120%;
    padding: 2em 0 1em;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
}

    .logout-warning a {
        border-bottom: 1px solid #b94a48;
        color: #b94a48;
        font-weight: bold;
        background-color: #f2dede;
    }

        .logout-warning a:hover {
            border: none;
            text-decoration: none;
        }

.breadcrumb {
    background-color: #f5f5f5;
    list-style: none;
    margin: 10px 0 20px;
    padding: 8px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .breadcrumb > li {
        color: #BBB;
        display: inline-block;
        /**display: inline;*/ /* IE7 inline-block hack */
        zoom: 1;
        text-shadow: 0 1px 0 #FFF;
    }

        .breadcrumb > li + li:before {
            color: #CCC;
            content: "/\00a0";
            padding: 0 10px;
        }

    .breadcrumb > .active {
        color: #666;
        font-weight: bold;
    }

.impersonated {
    color: #000;
    background-color: #ffdf5e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-right: 12px;
    vertical-align: middle;
    text-align: center;
    float: right;
}

.btn-feedback {
    bottom: 0;
    position: fixed;
    right: 25px;
    border-bottom: 0 none;
    border-radius: 4px 4px 0 0;
    font-size: 130%;
    margin: 0;
    padding: 8px 24px 6px;
    text-transform: uppercase;
    z-index: 400;
}

    .btn-feedback:hover {
        padding-bottom: 16px;
    }

@media (max-width: 767px) {

    .btn-feedback {
        bottom: 0;
        position: fixed;
        right: 0px;
        border-bottom: 0 none;
        border-radius: 4px 4px 0 0;
        font-size: 130%;
        margin: 0;
        padding: 3px 8px 2px;
        text-transform: uppercase;
        z-index: 400;
    }

    .btn-feedback-text {
        display: none;
    }

    .btn-feedback:hover {
        padding-bottom: 8px;
    }
}


/* ====================================================================
   BOOTSTRAP 5 MIGRATION - PHASE 4: COMPONENT COMPATIBILITY
   ==================================================================== */

/* ------------------------------------------------------------------
   4.1 PANEL ? CARD COMPATIBILITY LAYER
   Bootstrap 3 panels are replaced by cards in Bootstrap 5
   These styles maintain backward compatibility
   ------------------------------------------------------------------ */

.card {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.card-default {
    border-color: #ddd !important;
}

.card-default > .card-header {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.card-header {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.card-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.card-body {
    padding: 15px;
}

.card-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

/* card contextual variations */
.card.border-primary {
    border-color: #337ab7;
}

.card.border-primary > .card-header {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.card.border-success {
    border-color: #d6e9c6;
}

.card.border-success > .card-header {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.card.border-info {
    border-color: #bce8f1;
}

.card.border-info > .card-header {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.card.border-warning {
    border-color: #faebcc;
}

.card.border-warning > .card-header {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.card.border-danger {
    border-color: #ebccd1;
}

.card.border-danger > .card-header {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

/* ------------------------------------------------------------------
   4.2 FORM COMPONENT COMPATIBILITY
   Bootstrap 5 changed many form-related classes
   ------------------------------------------------------------------ */

.form-group {
    margin-bottom: 1rem;
}

.form-label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}


/* Validation states */
.has-error .form-control {
    border-color: #dc3545;
}

.has-error .form-control:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.has-error .form-label,
.has-error .help-block {
    color: #dc3545;
}

.has-success .form-control {
    border-color: #198754;
}

.has-success .form-control:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.has-success .form-label,
.has-success .help-block {
    color: #198754;
}

.has-warning .form-control {
    border-color: #ffc107;
}

.has-warning .form-control:focus {
    border-color: #ffc107;
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
}

.has-warning .form-label,
.has-warning .help-block {
    color: #ffc107;
}

/* Feedback icons (for form validation) */
.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
/* Input group addons */
.input-group-addon {
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
}

.input-group-addon:first-child {
    border-right: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.input-group-addon:last-child {
    border-left: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    user-select: none;
    transition: filter 0.15s ease-in-out;
    margin-left: 5px
}


.btn.btn-outline-secondary.filter-clear-btn {
    border-color: #ced4da;
}

.btn.btn-outline-secondary.filter-clear-btn:hover,
.btn.btn-outline-secondary.filter-clear-btn:focus {
    border-color: #ced4da;
}

/* ------------------------------------------------------------------
   4.3 BUTTON COMPATIBILITY
   ------------------------------------------------------------------ */

/* Extra small button size (removed in Bootstrap 5) */
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

/* ------------------------------------------------------------------
   4.4 MODAL COMPATIBILITY
   Bootstrap 5 changed modal close button styling
   ------------------------------------------------------------------ */

.modal-header .close {
    padding: 0;
    background-color: transparent;
    border: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: 0.5;
    float: right;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-header .close:hover {
    opacity: 0.75;
    cursor: pointer;
}

.modal-header .close:focus {
    outline: none;
}

.modal-header .close span {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1;
}

/* ------------------------------------------------------------------
   4.5 GLYPHICON COMPATIBILITY
   Glyphicons were removed in Bootstrap 5
   These help with Font Awesome migration
   ------------------------------------------------------------------ */

/* Spacing adjustments for icons in text */
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Font Awesome 5 Free', 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-ok:before,
.glyphicon-check:before {
    content: "\f00c"; /* fa-check */
}

.glyphicon-remove:before,
.glyphicon-times:before {
    content: "\f00d"; /* fa-times */
}

.glyphicon-search:before {
    content: "\f002"; /* fa-search */
}

.glyphicon-user:before {
    content: "\f007"; /* fa-user */
}

.glyphicon-pencil:before {
    content: "\f040"; /* fa-pencil-alt */
}

.glyphicon-trash:before {
    content: "\f1f8"; /* fa-trash */
}

.glyphicon-home:before {
    content: "\f015"; /* fa-home */
}

.glyphicon-envelope:before {
    content: "\f0e0"; /* fa-envelope */
}

.glyphicon-calendar:before {
    content: "\f133"; /* fa-calendar */
}

.glyphicon-time:before {
    content: "\f017"; /* fa-clock */
}

.glyphicon-download:before {
    content: "\f019"; /* fa-download */
}

.glyphicon-upload:before {
    content: "\f093"; /* fa-upload */
}

.glyphicon-star:before {
    content: "\f005"; /* fa-star */
}

.glyphicon-star-empty:before {
    content: "\f005"; /* fa-star outline */
    font-weight: 400;
    font-family: 'Font Awesome 5 Free';
}

.glyphicon-cog:before {
    content: "\f013"; /* fa-cog */
}

.glyphicon-lock:before {
    content: "\f023"; /* fa-lock */
}

.glyphicon-warning-sign:before {
    content: "\f071"; /* fa-exclamation-triangle */
}

.glyphicon-question-sign:before {
    content: "\f059"; /* fa-question-circle */
}

.glyphicon-info-sign:before {
    content: "\f05a"; /* fa-info-circle */
}

.glyphicon-chevron-left:before {
    content: "\f053"; /* fa-chevron-left */
}

.glyphicon-chevron-right:before {
    content: "\f054"; /* fa-chevron-right */
}

.glyphicon-chevron-up:before {
    content: "\f077"; /* fa-chevron-up */
}

.glyphicon-chevron-down:before {
    content: "\f078"; /* fa-chevron-down */
}

.glyphicon-plus:before {
    content: "\f067"; /* fa-plus */
}

.glyphicon-minus:before {
    content: "\f068"; /* fa-minus */
}

.glyphicon-file:before {
    content: "\f15b"; /* fa-file */
}

.glyphicon-folder-open:before {
    content: "\f07c"; /* fa-folder-open */
}

.glyphicon-folder-close:before {
    content: "\f07b"; /* fa-folder */
}

.glyphicon-eye-open:before {
    content: "\f06e"; /* fa-eye */
}

.glyphicon-eye-close:before {
    content: "\f070"; /* fa-eye-slash */
}

.glyphicon-refresh:before {
    content: "\f021"; /* fa-sync */
}

.glyphicon-print:before {
    content: "\f02f"; /* fa-print */
}

.glyphicon-comment:before {
    content: "\f075"; /* fa-comment */
}

.glyphicon-link:before {
    content: "\f0c1"; /* fa-link */
}

.glyphicon-share:before {
    content: "\f064"; /* fa-share */
}

.glyphicon-save:before {
    content: "\f0c7"; /* fa-save */
}

.glyphicon-ban-circle:before {
    content: "\f05e"; /* fa-ban */
}

/* ------------------------------------------------------------------
   4.6 MISC COMPATIBILITY
   ------------------------------------------------------------------ */

/* Bootstrap 3 thumbnail compatibility */
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border 0.2s ease-in-out;
}

.thumbnail:hover {
    border-color: #337ab7;
}

/* Well component (removed in Bootstrap 5) */
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

/* END BOOTSTRAP 5 MIGRATION - PHASE 4 */

.modal-header {
    background-color: #eee;
    font-weight: bold;
    border-radius: 4px 4px 0px 0px;
    display: block !important;
}

    .modal-header h4,
    .modal-header h3 {
        font-size: 1.5em;
    }

    .modal-header .close {
        font-size: 2em;
        opacity: 1;
        color: #767b7f;
    }

        .modal-header .close:hover,
        .modal-header .close:focus {
            color: #000;
        }

.modal-body {
    overflow-y: auto;
}

.modal-footer {
    background-color: #eee;
}

.tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}

    /* Tabs */
    /* .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: #fff;
        color: #000;
    } */

    .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus,
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
    background-color: #fff;
    color: #000;
    border-bottom-color: transparent !important;
    margin-bottom: -1px;
}

    .nav-tabs > li > a,
    .nav-tabs .nav-link {
        background-color: #eee;
        color: #000;
        border: 1px solid #ccc !important;
        min-height: 40px;
        padding: 6px 14px;
    }

.text-label.required::after,
label.required::after {
    content: 'required';
    float: right;
    font-style: italic;
    font-weight: normal;
    color: #ccc;
    margin-left: 20px;
}

.has-error label.required::after {
    color: #a94442;
    font-weight: bold;
}

.fa-empty::before {
    visibility: collapse;
}

.modal-backdrop {
    bottom: 0;
}

.space-left {
    margin-left: .5em;
}

.space-right {
    margin-right: .5em;
}

.no-resize {
    resize: none;
}

#spinner {
    background-color: #fff;
    opacity: 0.6;
}

.dialog-header-error {
    background-color: #d2322d !important;
}

    .dialog-header-error .text-danger {
        color: #fff;
    }

.dialog-header-wait {
    background-color: #428bca !important;
}

.preformatted {
    white-space: pre-wrap;
    word-break: normal;
    width: 100%;
    overflow-x: auto;
    text-align: left;
}

.legacy-banner {
    background-color: #fff;
    opacity: 0.6;
    height: 100%;
    width: 100%;
    z-index: 100;
}


/* fixes blank pages when printing in ie */
@media print {
    tr {
        page-break-inside: auto;
    }

    .no-print, .no-print * {
        display: none !important;
    }

    .ui-growl {
        display: none;
    }
}
.btn-primary {
    color: #fff;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

.btn-success
 {
    color: #fff;
    background-color: #5cb85c !important;
    border-color: #4cae4c;
}
.btn-muted {
    color: #000;
    background-color: #f1f1f1;
    border-color: #ccc;
    text-decoration: none;
}

    .btn-muted:hover,
    .btn-muted:focus,
    .btn-muted.focus,
    .btn-muted:active,
    .btn-muted.active,
    .open > .dropdown-toggle.btn-muted {
        background-color: #e1e1e1;
        border-color: #d4d4d4;
    }

    .btn-muted:active,
    .btn-muted.active,
    .open > .dropdown-toggle.btn-muted {
        background-image: none;
    }

    .btn-muted.disabled,
    .btn-muted[disabled],
    fieldset[disabled] .btn-muted,
    .btn-muted.disabled:hover,
    .btn-muted[disabled]:hover,
    fieldset[disabled] .btn-muted:hover,
    .btn-muted.disabled:focus,
    .btn-muted[disabled]:focus,
    fieldset[disabled] .btn-muted:focus,
    .btn-muted.disabled.focus,
    .btn-muted[disabled].focus,
    fieldset[disabled] .btn-muted.focus,
    .btn-muted.disabled:active,
    .btn-muted[disabled]:active,
    fieldset[disabled] .btn-muted:active,
    .btn-muted.disabled.active,
    .btn-muted[disabled].active,
    fieldset[disabled] .btn-muted.active {
        background-color: #f1f1f1;
        border-color: #ccc;
    }

a.btn-secondary,
a.btn-primary,
a.btn-success,
a.btn-danger,
a.btn-info,
a.btn-warning {
    text-decoration: none;
}

.nojs #browser-banner {
    display: block;
}

#browser-banner .thumbnail {
    border: none;
}

#browser-banner .modal-header {
    background-color: #d2322d;
}


.btn-lg {
    min-width: 150px;
}

.modal.fade.slow .modal-dialog {
    -webkit-transition: opacity 1.5s ease-in;
    -o-transition: opacity 1.5s ease-in;
    transition: opacity 1.5s ease-in;
    opacity: 1;
}

.special-instructions .fade:not(.show) {
    opacity: 1;
}

.modal.fade.in {
    opacity: 1;
}

.modal.fade.in .modal-dialog {
    transform: translate(0, 0);
}

.modal-backdrop.fade.in {
    opacity: var(--bs-backdrop-opacity, 0.5);
}

.modal.in {
    display: block;
}

.scheduling-date-group .btn-calendar {
    height: calc(100% + 2px);
    margin-top: -1px;
    margin-bottom: -1px;
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    border-color: #ced4da;
}

.scheduling-date-group .btn-calendar:focus,
.scheduling-date-group .btn-calendar:active {
    border-color: #86b7fe;
}

.scheduling-date-group .btn-calendar:hover {
    border-color: #ced4da;
}

.scheduling-date-group {
    align-items: stretch;
}

.form-control {
    height: auto;
}

div > .credit-card-fields {
    height: 2.5em !important;
}

.form-control-feedback {
    font-size: 1.5em;
    right: 15px;
}

.has-feedback label ~ .form-control-feedback {
    top: 28px;
}

    .has-feedback label ~ .form-control-feedback.has-addon-right,
    .has-feedback .form-control-feedback.has-addon-right {
        right: 40px;
        z-index: 4;
    }

/* Ensure validation feedback is above calendar button in input groups */
.input-group .has-feedback .form-control-feedback,
.input-group .validation-feedback,
.input-group ~ .validation-feedback {
    z-index: 4;
}

.has-error .btn-calendar {
    border-top-color: #a94442;
    border-right-color: #a94442;
    border-bottom-color: #a94442;
    border-left-color: #a94442;
}

.has-warning .btn-calendar {
    border-top-color: #aa6708;
    border-right-color: #aa6708;
    border-bottom-color: #aa6708;
    border-left-color: #aa6708;
}

.has-success .btn-calendar {
    border-top-color: #3c763d;
    border-right-color: #3c763d;
    border-bottom-color: #3c763d;
    border-left-color: #3c763d;
}

.btn-calendar {
    height: 100%;
    border-left: 1px solid #ccc;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    z-index: 3;
}

/* Square the adjacent corners between date input and calendar button */
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.inline-feedback .form-control-feedback,
.form-control-feedback.inline-feedback {
    position: static;
    display: inline-block;
    height: auto;
    width: auto;
    margin: auto 5px;
    line-height: inherit;
}

.nav-tabs > .uib-tab .form-control-feedback {
    font-size: 16px;
}

.battery-designer {
    border: solid 1px #ccc;
    position: relative;
    overflow: scroll;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.battery-item {
    z-index: 40;
    opacity: .8;
    width: 350px;
}

.plumb-target {
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}

._jsPlumb_connector {
    z-index: 10;
}

._jsPlumb_endpoint {
    z-index: 20;
}

._jsPlumb_overlay {
    z-index: 30;
}

.jsplumb-draggable {
    position: absolute;
    z-index: 40;
}

.jtk-draggable {
    position: absolute;
    z-index: 40;
}

.plumb-assessment-title {
    cursor: move;
    font-weight: bold;
    font-size: 120%;
    display: inline-block;
    width: 200px;
    padding-right: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}

.plumb-assessment-options {
    float: right;
    border-left: solid 1px #ccc;
    padding-left: 5px;
    display: inline-block;
}

.plumb-connector {
    cursor: pointer;
    width: 30px;
    text-align: right;
    display: inline-block;
}

.rule {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
    width: 100%;
    position: relative;
}

.rule-heading {
    font-weight: bold;
}

.rule-title {
    display: inline-block;
    padding-right: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}

.rule-options {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

.rule-buttons {
    border-left: solid 1px #ccc;
    padding-left: 5px;
}

.plumb-rule .rule-options {
    display: inline-block;
    position: static;
    text-align: right;
    padding-right: 28px;
}

.plumb-rule .rule-buttons {
    display: inline-block;
}

.plumb-rule .plumb-connector {
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(calc(-50% + 2px));
}

.rule-icon {
    margin-left: 3px;
}

.fa-1-25x {
    font-size: 1.25em;
    line-height: 1.25;
}

.inline-help {
    color: #aaa;
    padding-left: 5px;
    cursor: pointer;
}

.ui-draggable-handle {
    cursor: move;
    -ms-touch-action: none;
    touch-action: none;
}

.modal-tall {
    max-height: 600px;
    height: 600px;
}

.modal-large {
    max-height: 600px;
    height: 600px;
    max-width: 600px;
    width: 600px;
}

.modal-wide {
    max-width: 1024px;
    width: 1024px;
}


.sortable-list {
    list-style: none;
}

    .sortable-list > li {
        padding: 15px 10px;
        border: 1px solid #aaa;
        border-radius: 5px;
        margin: 5px 0;
        margin-left: -40px;
        cursor: move;
        background-color: #FFF;
    }

    .sortable-list .sortable-list-toolbar {
        border-left: 1px solid #ccc;
        display: inline-block;
        float: right;
        padding-left: 5px;
        cursor: pointer;
    }

        .sortable-list .sortable-list-toolbar .btn {
            margin-left: 3px;
        }

.sortable-handle {
    display: inline-block;
    padding-right: 5px;
}

.grid-col-sort {
    color: #bbb;
}

.grid-col-sorted {
    color: #000;
}

.grid-message-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80%;
}

    .grid-message-overlay .grid-message {
        opacity: 1;
        position: absolute;
        top: 25%;
        left: 40%;
        width: 20%;
        height: 20%;
        text-align: center;
        font-size: 24px;
        display: table;
    }

        .grid-message-overlay .grid-message span {
            display: table-cell;
            vertical-align: middle;
        }

.show-text-768 {
}

@media (max-width: 767px) {
    .show-text-768 {
        display: none;
    }
}

.ui-grid {
    padding-right: 0;
    padding-left: 0;
}

.ui-grid,
.ui-grid-top-card {
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

input[type="text"].ui-grid-filter-input {
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
}

select.ui-grid-filter-select {
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
}

.ui-grid-cell-contents {
    white-space: normal;
    padding: 5px 10px;
}

.modal-success .modal-header .close,
.modal-success .modal-header .close:hover,
.modal-success .modal-header {
    color: #fff;
    background-color: #5cb85c;
}


.modal-primary .modal-header .close,
.modal-primary .modal-header .close:hover,
.modal-primary .modal-header {
    color: #fff;
    background-color: #428bca;
}

.modal-info .modal-header .close,
.modal-info .modal-header .close:hover,
.modal-info .modal-header {
    color: #fff;
    background-color: #5cb85c;
}

.modal-warning .modal-header .close,
.modal-warning .modal-header .close:hover,
.modal-warning .modal-header {
    color: #fff;
    background-color: #f0ad4e;
}

.modal-danger .modal-header .close,
.modal-danger .modal-header .close:hover,
.modal-danger .modal-header {
    color: #fff;
    background-color: #d9534f;
}

.growl-container.growl-fixed.top-left,
.growl-container.growl-fixed.top-center,
.growl-container.growl-fixed.top-right {
    top: 75px;
}

.growl-container > div.growl-item {
    background-image: none !important;
}

    .growl-container > div.growl-item::before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 2em;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

.growl-container > div.alert-warning.icon::before {
    content: "\f06a";
}

.growl-container > div.alert-error.icon::before {
    content: "\f071";
}

.growl-container > div.alert-info.icon::before {
    content: "\f05a";
}

.growl-container > div.alert-success.icon::before {
    content: "\f00c";
}

.growl-item.icon > .growl-title {
    display: block !important;
    margin-top: -25px;
}

.growl-title {
    font-size: inherit;
}

.growl-close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
    float: right;
}

@media (max-width: 767px) {
    .growl-container.growl-fixed.top-center {
        margin-left: 0px;
        left: 15px;
    }
}

.block-ui-message-container {
    top: 0;
    margin-top: 30px;
}

.block-ui-message {
    background-color: initial;
    color: initial;
}

.callout {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    border-color: #ccc;
    margin: 10px 0;
    padding: 10px;
}

.callout-no-spacing {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    border-color: #ccc;
}

.callout-success {
    border-left-color: #5cb85c;
}

.callout-info {
    border-left-color: #1b809e;
}

.callout-danger {
    border-left-color: #ce4844;
}

.callout-warning {
    border-left-color: #aa6708;
}

.callout-primary {
    border-left-color: #337ab7;
}

.callout-even {
    background-color: #F9F9F9;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.scheduledDownTime {
    background-color: #fff;
}

#nav-candidate {
    border: 0;
    border-radius: 0px;
    padding: 0;
    background: #1d354d;
    margin: 0 auto;
    border-bottom: 5px solid #16283a;
    font-size: 1.25em;
    vertical-align: middle;
}

    #nav-candidate .navbar-nav > li > a {
        color: white;
        background-color: #1d354d;
        padding: 0 20px;
        height: 75px;
        line-height: 75px;
        text-decoration: none;
        font-weight: bold;
    }

        #nav-candidate .navbar-nav > li > a:hover {
            color: #1d354d;
            background-color: #fff;
        }

    #nav-candidate .navbar-nav > li .fa {
        font-size: 1.5em;
    }

    #nav-candidate #logo {
        max-height: 60px;
        margin: 7px 20px;
    }


.card-default > .card-header .btn-secondary .badge {
    background-color: #eee;
    color: #333;
}

.http-error {
    list-style-type: none;
}

.font150 {
    font-size: 150%;
}

.font125 {
    font-size: 125%;
}

.font175 {
    font-size: 175%;
}

.font200 {
    font-size: 200%;
}

.font225 {
    font-size: 225%;
}

.chart-legend-badge {
    padding: 0 5px;
    font-weight: bold;
    border-radius: 4px;
    width: 50px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}

.landing {
    margin: -10px -35px 0px -35px;
    color: #777;
}

.landing-main {
    background: url('../images/data-pattern-light.png') bottom left no-repeat;
    background-size: cover;
    position: relative;
    color: #444;
    padding-top: 50px;
    padding-bottom: 50px;
}

.landing-actions {
    padding-top: 10%;
    padding-bottom: 10%;
}

.landing-security-tips {
    margin-left: 5px;
    margin-right: 5px;
}

    .landing-security-tips h2 {
        margin-top: 25px;
        margin-bottom: 10px;
        text-align: center;
    }

.landing-security-tip {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .landing-security-tip i.fa {
        font-size: 3em;
        display: block;
        text-align: center;
    }

@media (max-width: 767px) {
    .landing-security-tip i.fa {
        font-size: 1.25em;
        display: inline-block;
    }
}

a.skip-to-content {
    position: absolute;
    width: 1px;
    height: 1px;
    left: -1000px;
    top: -1000px;
    text-align: left;
    overflow: hidden;
}

    a.skip-to-content:focus, a.skip-to-content:active, a.skip-to-content:hover {
        position: absolute;
        left: 25px;
        top: 0;
        width: auto;
        height: auto;
        overflow: visible;
        z-index: 400;
    }

[role="link"] {
    cursor: pointer;
    text-decoration: underline;
}

.no-underline {
    text-decoration: none;
}

.no-padding {
    padding: 0;
}

.background-clear {
    background: inherit;
}


#nav-role {
    min-height: initial;
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
    background-color: #fff;
    color: #000;
}

    #nav-role .navbar-pills {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #nav-role .navbar-pills a {
        text-decoration: none;
        cursor: pointer;
        background-color: #16283a;
        display: block;
        padding: 12px 18px;
        min-height: 44px;
    }

    #nav-role .navbar-pills > li {
        margin-left: 0;
    }

        #nav-role .navbar-pills > li > a:hover,
        #nav-role .navbar-pills > li > a:focus {
            color: #fff;
            background-color: #16283a;
        }

        #nav-role .navbar-pills > li.active > a,
        #nav-role .navbar-pills > li.active > a:hover,
        #nav-role .navbar-pills > li.active > a:focus {
            color: #000;
            background-color: #eee;
        }

        #nav-role .navbar-pills > li > a {
            text-decoration: none;
            text-transform: uppercase;
            border-radius: 4px;
            color: #efefef;
            background-color: #16283a;
            line-height: 1.3;
        }

.role-nav-actions {
    display: flex;
    justify-content: flex-end;
}

            #nav-role .navbar-pills > li > a > i {
                font-size: 1.5em;
            }

    #nav-role .navbar-toggler {
        border: none;
    }

        #nav-role .navbar-toggler .navbar-toggler-icon {
            height: 4px;
        }

.location-assocation-required {
    color: #a94442;
    font-weight: bold;
}

.width75 {
    width: 75%;
}

.current {
    color: #5093B7;
}

.previous {
    color: #969696;
}

.browser {
    color: #666666;
}

.vcenter {
    vertical-align: central;
}

.changeUp {
    color: #AFD6AF;
}

.noChange {
    color: #969696;
}

.changeDown {
    color: #FFBFBF;
}

.browser-statistic-up {
    text-align: center;
    color: #688956;
}

.browser-statistic-down {
    text-align: center;
    color: #a94442;
}

.browser-statistic-same {
    text-align: center;
    color: #516a84;
}

.fontWeight600 {
    font-weight: 600;
}

#user {
    padding: 10px 35px 0 0;
    color: #FFF;
}

.inline-block {
    display: inline-block;
}

text-start {
    text-align: left;
}

#signOutModal i {
    margin-left: 0px;
}

.ui-column-title {
    font-weight: bold;
}

span[class~='ui-calendar'] > input[type='text'] {
    width: 70%;
    padding-right: 0px;
}

.underline-text {
    text-decoration: underline;
}

.emphasize {
    text-decoration: underline;
    font-style: italic;
}

.copyright {
    text-align: center;
    padding: 10px 0px 0px 0px;
}

.height-auto {
    height: auto;
}

.font-point85-em {
    font-size: .85em;
}

.font-point7-em {
    font-size: .7em;
}

.round-corners {
    border-radius: 4px;
}

.btn-sm,
.btn-group-sm > .btn {
    font-size: 16px;
}

.dropdown-menu {
    font-size: 16px;
}

.error-text {
    color: #a94442;
    font-weight: bold;
}

    .error-text .required::after {
        color: #a94442;
        font-weight: bold;
        float-offset: -4px -4px
    }

.add-workflow-tbody {
    display: block;
    overflow: auto;
}

.add-workflow-tbody-dialog {
    height: 430px;
}

.word-break-all {
    word-break: break-all;
}

.add-workflow-thead, .add-workflow-tbody, .add-workflow-tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.width-100 {
    width: 100px;
}

#mobile-view > div.list-group > button:nth-child(even) {
    background-color: #f5f5f5;
}

.expand_caret {
    transform: scale(1.6);
    margin-left: 8px;
    margin-top: -4px;
}

a[aria-expanded='false'] > .expand_caret {
    transform: scale(1.6) rotate(-90deg);
}

button[aria-expanded='false'] > .expand_caret {
    transform: scale(1.6) rotate(-90deg);
}

.broken-javascript-modal-index {
    z-index: 1050;
}

.browser-logo-inline {
    display: inline-block;
    padding: 10px;
}

.candidate-bulletin-btn {
    margin-left: 1em;
    margin-top: -0.2em;
}

.html-file-input-hidden {
    display: none !important;
}

.secondary-phone-background {
    background-color: #dcf2fe;
}

@media (min-width: 850px) {
    .incidentReportModalClass .modal-dialog {
        width: 850px;
    }
}

@media (min-width: 1000px) {
    .incidentReportModalClass .modal-dialog {
        width: 1000px;
    }
}

@media (min-width: 1350px) {
    .incidentReportModalClass .modal-dialog {
        width: 1350px;
    }
}

.text-wrap-overflow-break {
    overflow: hidden;
    overflow-wrap: break-word;
}

/* Bootstrap 5 Migration: Form validation styling */
.has-success .form-control {
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-error .form-control {
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

/* Don't show validation states on pristine fields */
.has-success .form-control.ng-pristine,
.has-error .form-control.ng-pristine {
    border-color: #CCC;
}

/* Hide validation feedback icons on pristine fields */
.has-success .ng-pristine ~ .form-control-feedback,
.has-error .ng-pristine ~ .form-control-feedback {
    display: none;
}

/* Also hide when field is untouched */
.has-success .ng-untouched ~ .form-control-feedback,
.has-error .ng-untouched ~ .form-control-feedback {
    display: none;
}

.inline-feedback .form-control-feedback,
.form-control-feedback.inline-feedback {
    position: static;
    display: inline-block;
    height: auto;
    width: auto;
    margin: auto 5px;
    line-height: inherit;
}

.nav-tabs > .uib-tab .form-control-feedback {
    font-size: 16px;
}

.battery-designer {
    border: solid 1px #ccc;
    position: relative;
    overflow: scroll;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.battery-item {
    z-index: 40;
    opacity: .8;
    width: 350px;
}

.plumb-target {
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}

._jsPlumb_connector {
    z-index: 10;
}

._jsPlumb_endpoint {
    z-index: 20;
}

._jsPlumb_overlay {
    z-index: 30;
}

.jsplumb-draggable {
    position: absolute;
    z-index: 40;
}

.jtk-draggable {
    position: absolute;
    z-index: 40;
}

.plumb-assessment-title {
    cursor: move;
    font-weight: bold;
    font-size: 120%;
    display: inline-block;
    width: 200px;
    padding-right: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}

.plumb-assessment-options {
    float: right;
    border-left: solid 1px #ccc;
    padding-left: 5px;
    display: inline-block;
}

.plumb-connector {
    cursor: pointer;
    width: 30px;
    text-align: right;
    display: inline-block;
}

.rule {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
    width: 100%;
    position: relative;
}

.rule-heading {
    font-weight: bold;
}

.rule-title {
    display: inline-block;
    padding-right: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}

.rule-options {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

.rule-buttons {
    border-left: solid 1px #ccc;
    padding-left: 5px;
}

.plumb-rule .rule-options {
    display: inline-block;
    position: static;
    text-align: right;
    padding-right: 28px;
}

.plumb-rule .rule-buttons {
    display: inline-block;
}

.plumb-rule .plumb-connector {
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(calc(-50% + 2px));
}

.rule-icon {
    margin-left: 3px;
}

.fa-1-25x {
    font-size: 1.25em;
    line-height: 1.25;
}

.inline-help {
    color: #aaa;
    padding-left: 5px;
    cursor: pointer;
}

.ui-draggable-handle {
    cursor: move;
    -ms-touch-action: none;
    touch-action: none;
}

.modal-tall {
    max-height: 600px;
    height: 600px;
}

.modal-large {
    max-height: 600px;
    height: 600px;
    max-width: 600px;
    width: 600px;
}

.modal-wide {
    max-width: 1024px;
    width: 1024px;
}


.sortable-list {
    list-style: none;
}

    .sortable-list > li {
        padding: 15px 10px;
        border: 1px solid #aaa;
        border-radius: 5px;
        margin: 5px 0;
        margin-left: -40px;
        cursor: move;
        background-color: #FFF;
    }

    .sortable-list .sortable-list-toolbar {
        border-left: 1px solid #ccc;
        display: inline-block;
        float: right;
        padding-left: 5px;
        cursor: pointer;
    }

        .sortable-list .sortable-list-toolbar .btn {
            margin-left: 3px;
        }

.sortable-handle {
    display: inline-block;
    padding-right: 5px;
}

.grid-col-sort {
    color: #bbb;
}

.grid-col-sorted {
    color: #000;
}

.grid-message-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80%;
}

    .grid-message-overlay .grid-message {
        opacity: 1;
        position: absolute;
        top: 25%;
        left: 40%;
        width: 20%;
        height: 20%;
        text-align: center;
        font-size: 24px;
        display: table;
    }

        .grid-message-overlay .grid-message span {
            display: table-cell;
            vertical-align: middle;
        }

.show-text-768 {
}

@media (max-width: 767px) {
    .show-text-768 {
        display: none;
    }
}


.ui-grid,
.ui-grid-top-card {
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

input[type="text"].ui-grid-filter-input {
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
}

select.ui-grid-filter-select {
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
}

.ui-grid-cell-contents {
    white-space: normal;
    padding: 5px 10px;
}

.modal-success .modal-header .close,
.modal-success .modal-header .close:hover,
.modal-success .modal-header {
    color: #fff;
    background-color: #5cb85c;
}


.modal-primary .modal-header .close,
.modal-primary .modal-header .close:hover,
.modal-primary .modal-header {
    color: #fff;
    background-color: #428bca;
}

.modal-info .modal-header .close,
.modal-info .modal-header .close:hover,
.modal-info .modal-header {
    color: #fff;
    background-color: #5cb85c;
}

.modal-warning .modal-header .close,
.modal-warning .modal-header .close:hover,
.modal-warning .modal-header {
    color: #fff;
    background-color: #f0ad4e;
}

.modal-danger .modal-header .close,
.modal-danger .modal-header .close:hover,
.modal-danger .modal-header {
    color: #fff;
    background-color: #d9534f;
}

.growl-container.growl-fixed.top-left,
.growl-container.growl-fixed.top-center,
.growl-container.growl-fixed.top-right {
    top: 75px;
}

.growl-container > div.growl-item {
    background-image: none !important;
}

    .growl-container > div.growl-item::before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 2em;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

.growl-container > div.alert-warning.icon::before {
    content: "\f06a";
}

.growl-container > div.alert-error.icon::before {
    content: "\f071";
}

.growl-container > div.alert-info.icon::before {
    content: "\f05a";
}

.growl-container > div.alert-success.icon::before {
    content: "\f00c";
}

.growl-item.icon > .growl-title {
    display: block !important;
    margin-top: -25px;
}

.growl-title {
    font-size: inherit;
}

@media (max-width: 767px) {
    .growl-container.growl-fixed.top-center {
        margin-left: 0px;
        left: 15px;
    }
}

.block-ui-message-container {
    top: 0;
    margin-top: 30px;
}

.block-ui-message {
    background-color: initial;
    color: initial;
}

.callout {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    border-color: #ccc;
    margin: 10px 0;
    padding: 10px;
}

.callout-no-spacing {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    border-color: #ccc;
}

.callout-success {
    border-left-color: #5cb85c;
}

.callout-info {
    border-left-color: #1b809e;
}

.callout-danger {
    border-left-color: #ce4844;
}

.callout-warning {
    border-left-color: #aa6708;
}

.callout-primary {
    border-left-color: #337ab7;
}

.callout-even {
    background-color: #F9F9F9;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.scheduledDownTime {
    background-color: #fff;
}

#nav-candidate {
    border: 0;
    border-radius: 0px;
    padding: 0;
    background: #1d354d;
    margin: 0 auto;
    border-bottom: 5px solid #16283a;
    font-size: 1.25em;
    vertical-align: middle;
}

    #nav-candidate .navbar-nav > li > a {
        color: white;
        background-color: #1d354d;
        padding: 0 20px;
        height: 75px;
        line-height: 75px;
        text-decoration: none;
        font-weight: bold;
    }

        #nav-candidate .navbar-nav > li > a:hover {
            color: #1d354d;
            background-color: #fff;
        }

    #nav-candidate .navbar-nav > li .fa {
        font-size: 1.5em;
    }

    #nav-candidate #logo {
        max-height: 60px;
        margin: 7px 20px;
    }


.card-default > .card-header .btn-secondary .badge {
    background-color: #eee;
    color: #333;
}

.http-error {
    list-style-type: none;
}

.font150 {
    font-size: 150%;
}

.font125 {
    font-size: 125%;
}

.font175 {
    font-size: 175%;
}

.font200 {
    font-size: 200%;
}

.font225 {
    font-size: 225%;
}

.chart-legend-badge {
    padding: 0 5px;
    font-weight: bold;
    border-radius: 4px;
    width: 50px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}

.landing {
    margin: -10px -35px 0px -35px;
    color: #777;
}

.landing-main {
    background: url('../images/data-pattern-light.png') bottom left no-repeat;
    background-size: cover;
    position: relative;
    color: #444;
    padding-top: 50px;
    padding-bottom: 50px;
}

.landing-actions {
    padding-top: 10%;
    padding-bottom: 10%;
}

.landing-security-tips {
    margin-left: 5px;
    margin-right: 5px;
}

    .landing-security-tips h2 {
        margin-top: 25px;
        margin-bottom: 10px;
        text-align: center;
    }

.landing-security-tip {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .landing-security-tip i.fa {
        font-size: 3em;
        display: block;
        text-align: center;
    }

@media (max-width: 767px) {
    .landing-security-tip i.fa {
        font-size: 1.25em;
        display: inline-block;
    }
}

a.skip-to-content {
    position: absolute;
    width: 1px;
    height: 1px;
    left: -1000px;
    top: -1000px;
    text-align: left;
    overflow: hidden;
}

    a.skip-to-content:focus, a.skip-to-content:active, a.skip-to-content:hover {
        position: absolute;
        left: 25px;
        top: 0;
        width: auto;
        height: auto;
        overflow: visible;
        z-index: 400;
    }

[role="link"] {
    cursor: pointer;
    text-decoration: underline;
}

.no-underline {
    text-decoration: none;
}

.no-padding {
    padding: 0;
}

.background-clear {
    background: inherit;
}


#nav-role {
    min-height: initial;
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
    background-color: #fff;
    color: #000;
}

    #nav-role .navbar-pills {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 0;
        margin: 0;
        list-style: none;
        position: static;
    }

    #nav-role .navbar-pills a {
        text-decoration: none;
        cursor: pointer;
        background-color: #16283a;
        display: block;
        padding: 12px 18px;
        min-height: 44px;
    }

    #nav-role .navbar-pills > li {
        margin-left: 0;
    }

        #nav-role .navbar-pills > li > a:hover,
        #nav-role .navbar-pills > li > a:focus {
            color: #fff;
            background-color: #16283a;
        }

        #nav-role .navbar-pills > li.active > a,
        #nav-role .navbar-pills > li.active > a:hover,
        #nav-role .navbar-pills > li.active > a:focus {
            color: #000;
            background-color: #eee;
        }

        #nav-role .navbar-pills > li > a {
            text-decoration: none;
            text-transform: uppercase;
            border-radius: 4px;
            color: #efefef;
            background-color: #16283a;
            line-height: 1.3;
        }

.role-nav-actions {
    display: flex;
    justify-content: flex-end;
}

            #nav-role .navbar-pills > li > a > i {
                font-size: 1.5em;
            }

    #nav-role .navbar-toggler {
        border: none;
    }

        #nav-role .navbar-toggler .navbar-toggler-icon {
            height: 4px;
        }

.location-assocation-required {
    color: #a94442;
    font-weight: bold;
}

.width75 {
    width: 75%;
}

.current {
    color: #5093B7;
}

.previous {
    color: #969696;
}

.browser {
    color: #666666;
}

.vcenter {
    vertical-align: central;
}

.changeUp {
    color: #AFD6AF;
}

.noChange {
    color: #969696;
}

.changeDown {
    color: #FFBFBF;
}

.browser-statistic-up {
    text-align: center;
    color: #688956;
}

.browser-statistic-down {
    text-align: center;
    color: #a94442;
}

.browser-statistic-same {
    text-align: center;
    color: #516a84;
}

.fontWeight600 {
    font-weight: 600;
}

#user {
    padding: 10px 35px 0 0;
    color: #FFF;
}

.inline-block {
    display: inline-block;
}

text-start {
    text-align: left;
}

#signOutModal i {
    margin-left: 0px;
}

.ui-column-title {
    font-weight: bold;
}

span[class~='ui-calendar'] > input[type='text'] {
    width: 70%;
    padding-right: 0px;
}

.underline-text {
    text-decoration: underline;
}

.emphasize {
    text-decoration: underline;
    font-style: italic;
}

.copyright {
    text-align: center;
    padding: 10px 0px 0px 0px;
}

.height-auto {
    height: auto;
}

.font-point85-em {
    font-size: .85em;
}

.font-point7-em {
    font-size: .7em;
}

.round-corners {
    border-radius: 4px;
}

.btn-sm,
.btn-group-sm > .btn {
    font-size: 16px;
}

.dropdown-menu {
    font-size: 16px;
}

.error-text {
    color: #a94442;
    font-weight: bold;
}

    .error-text .required::after {
        color: #a94442;
        font-weight: bold;
        float-offset: -4px -4px
    }

.add-workflow-tbody {
    display: block;
    overflow: auto;
}

.add-workflow-tbody-dialog {
    height: 430px;
}

.word-break-all {
    word-break: break-all;
}

.add-workflow-thead, .add-workflow-tbody, .add-workflow-tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.width-100 {
    width: 100px;
}

#mobile-view > div.list-group > button:nth-child(even) {
    background-color: #f5f5f5;
}

.expand_caret {
    transform: scale(1.6);
    margin-left: 8px;
    margin-top: -4px;
}

a[aria-expanded='false'] > .expand_caret {
    transform: scale(1.6) rotate(-90deg);
}

button[aria-expanded='false'] > .expand_caret {
    transform: scale(1.6) rotate(-90deg);
}

.broken-javascript-modal-index {
    z-index: 1050;
}

.browser-logo-inline {
    display: inline-block;
    padding: 10px;
}

.candidate-bulletin-btn {
    margin-left: 1em;
    margin-top: -0.2em;
}

.html-file-input-hidden {
    display: none !important;
}

.secondary-phone-background {
    background-color: #dcf2fe;
}

@media (min-width: 850px) {
    .incidentReportModalClass .modal-dialog {
        width: 850px;
    }
}

@media (min-width: 1000px) {
    .incidentReportModalClass .modal-dialog {
        width: 1000px;
    }
}

@media (min-width: 1350px) {
    .incidentReportModalClass .modal-dialog {
        width: 1350px;
    }
}

.text-wrap-overflow-break {
    overflow: hidden;
    overflow-wrap: break-word;
}


/* CSS Document */

#ft { font-family:"Open Sans",verdana; background-color:rgb(238, 238, 238); color:rgb(68, 68, 68); }

#hd	{ background:#1d354d;
		-webkit-box-shadow:inset 0 1px 0 #28496b;
		   -moz-box-shadow:inset 0 1px 0 #28496b;
			   box-shadow:inset 0 1px 0 #28496b; }

#bd { background-color:rgb(255, 255, 255); }

.html { background-color:rgb(238, 238, 238); }

#ft .a:hover { color:rgb(68, 68, 68); }

#ft .a { color:rgb(68, 68, 68); }

#login { background-position:0pt -14px; background-repeat:repeat-x; color:rgb(255, 255, 255); }

#login .a:hover { color:rgb(255, 255, 255); }

#login .a { color:rgb(255, 255, 255); }

/*  Environment settings  */
.mode						{font-size: 20px; display:block; font-weight:bold; border: 1px solid #000; text-align: center; padding: 3px;}
.QA							{color:#FFF; background-color:#C00;}
.UAT						{color:#000; background-color:#FC0;}
.ftQA						{color:#FFF; background-color:#F33;}
.ftUAT						{color:#000; background-color:#FF6;}
.INT						{color:#000; background-color:#F90;}

.userSession				{font-size: 16px; display:block; font-weight:bold; border: 1px solid #000; text-align: center; 
            				 color:#000; background-color: #F90; padding:2px;}

/*  Allignment classes  */
.left	{text-align: left; filter: initial;}
.center	{text-align: center; filter: initial;}
.right	{text-align: right; filter: initial;}

/*  SSRS Styles  */
#reportBody			{text-align: center; font-size:20pt; background:#FFF; margin:15px; height:100%;}
#reportOptions		{text-align: left; border: 1px solid #CCC;}


/*  Hyperlink styles  */
.tinyLink				{font-size: 12pt; color: #036;}
#reportBody a:hover		{text-decoration:none;}
a.largeLink				{font-size: 13pt; color: #036; background-color: #FFF;}
a:hover.largeLink		{}

/*  HTML/General styles  */
.spacer					{height: 15px;}
.testItemSpacer			{height: 50px;}
table					{border-collapse: collapse;}
#reportBody br			{clear: left;}
#reportBody .horzRule	{border-top: dashed 1px #036; height: 0px;}
input.button			{height: 30px;}
select.listBox			{}
.rightBlock				{text-align: right;}
.largeTitle				{font-size: 14pt; font-weight: bold;}
.mediumTitle			{font-size: 12pt; font-weight: bold;}
.smallTitle				{font-size: 12pt; font-weight: bold;}
.smallText				{font-size: 12pt;}
.normalText				{font-size: 12pt;}
.mediumText				{font-size: 12pt;}
.errorText				{font-weight: bold; color: #C00; padding:6px 30px 6px 3px;}
.infoText				{color: #FFF; font-weight: bold; background-color: #aabbcc; padding: 6px 10px 6px 10px;}
.validationError		{font-size: 12pt; color: #C00; font-weight: bold;}

/*  Other layout styles  */
td#tdTopRight			{vertical-align: top; text-align: right; padding-top: 6px; padding-right: 20px;}
td#tdLogoCell			{height: 140px; vertical-align: top;}
td#tdLeftPane			{width: 200px; vertical-align: top; background: #EEE; border-top: solid 0px #EEE;}
td#tdContentPane		{vertical-align: top; background:#EEE;}
td#tdFooter				{font-size: 1pt; text-align: center; padding-top: 25px; background: #EEE; padding-bottom: 35px;}
table#exterior			{width: 100%; background: #FFF;}
div#mainContent			{padding-top: 10px; padding-left: 10px; background: #DDC;}
			 

/*  Data Grid  */
.dataGrid				{border: solid 1px #036;}
.dataGridHeader			{height: 30px; background: #EFEFEF; border-bottom: solid 1px #036;}
.dataGridFooter			{}
.dataGridCell			{padding: 3px 5px 3px 5px;}
.dataGridAlternateItem	{vertical-align: top; background: #EFEFEF; border-bottom: solid 1px #036;}
.dataGridItem			{vertical-align: top; background: #ABC; border-bottom: solid 1px #036;}

/*  Reporting  */
.ReportSelector label	{float: left; width: 200px; display: block;}
#reportBody table div	{display: inline;}
/*
.ReportSelector			{margin-left: auto; margin-right: auto; border: solid 1px #000; width: 975px;}
*/

#hint					{cursor: pointer;}
.passwordtooltip				{margin: 8px; padding: 8px; border: 1px solid black; background-color: white; position: absolute; z-index: 2; left: 50%; top: 20%; }

.modalBackground 
{
	background-color: Gray;
	filter:alpha(opacity=40);
	opacity:0.4%;
}

.modalPopup
{
	background-color: White;
	border-width: 3px;
	border-style: solid;
	border-color: Black;
	padding: 10px;
	width: 800px;
}

TD.StepTableHeader		{font-weight: bold; background-color: #DDDDDD; padding: 5px 5px 5px 5px;}

TH.StepTableHeader  {font-size: 16px; font-weight: bold; background-color: #DDDDDD; padding: 5px 5px 5px 5px;}

.StepTableEvenRow {
    background-color: #f9f9f9;
}

.StepTableOddRow {
}


TD.DataCell				{padding: 1px 4px; text-align:left;}

TD.StateStop, 
TD.StateExpired, 
TD.StateWithdrawn			{text-align: center; background-color: #FFC7BC; border: 1px solid #000; padding: 1px 4px 1px 4px;}

TD.StatePass				{text-align: center; background-color: #C9FFB2; border: 1px solid #000; padding: 1px 4px 1px 4px;}
TD.StatePending				{text-align: center; background-color: #FFFDB5; border: 1px solid #000; padding: 1px 4px 1px 4px;}
TD.StateHold				{text-align: center; background-color: #B5F7FF; border: 1px solid #000; padding: 1px 4px 1px 4px;}
TD.StateNotApplicable		{text-align: center; background-color: #FFFFFF; border: 1px solid #000; padding: 1px 4px 1px 4px;}
TD.StateNotReady			{text-align: center; padding: 1px 4px 1px 4px;}
TD.StateCopied			{text-align: center; background-color: #FFD7B2; border: 1px solid #000; padding: 1px 4px 1px 4px;}
TD.DataLabelPlain 		{text-align:left;}

.buttons
{
    background-color: #eee;
    color: black;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
    padding: 5px 15px;
    border: 1px solid #AAA;
}

.buttons:active,
.buttons:hover
{
    background-color: #ccc;
}

.systemMessage
{
    padding: 5px;
}

.scheduledDownTime
{
    background-color: #fff;
}

.LanguageSelectorDiv
{
    text-align:center;
    vertical-align: middle;
    padding-top:5px;
}

.LanguageSelector
{
    background-color: #fff;
    border: 1px solid #ccc;
    width: 220px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    padding: 4px 6px;
}

.SectionLabelText
{
    font-weight: bold;
    text-align:left;
    white-space: nowrap;
}
 
.emailLink						
{
    font-weight: bold;
}

#vitaframe {
    position: relative;
    left: -5px;
}

.FilterTable {
	font-size: 16px;
	font-weight: normal;
	font-family: 'Open Sans', Lato, Arial, sans-serif;
}

.paging {
    padding: 10px 0px 2px 20px;
}

.mb-3 br.SpacerText {
    display:none;
}
