/* Minification failed. Returning unminified contents.
(119,51): run-time error CSS1046: Expect comma, found '0'
(119,55): run-time error CSS1046: Expect comma, found '/'
(120,43): run-time error CSS1046: Expect comma, found '0'
(120,47): run-time error CSS1046: Expect comma, found '/'
 */
/* SEAI Styles 
Modify this file only, do not modify other css files.
Can be used to override bootstrap styles
*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
@media print, screen {
    body, .btn, .form-control, .datepicker {
        font-size: 0.85rem;
    }
    .card-header{
        scroll-behavior:smooth;
        overflow-anchor:none;
    }
    .field-validation-error {
        color: red;
        font-weight: bold;
        font-size: 0.75em;
    }
    .radio-inline{
        padding-right:15px;
    }
    input[type="radio"] {
        margin-right: 3px;
    }
    .form-group {
        margin-bottom: 15px;
    }

    .form-horizontal .form-group {
        margin-right: -15px;
        margin-left: -15px;
    }
    .card{
        margin-bottom:20px;
    }
    .card-title {
        color: inherit;
        margin-bottom: 0px;
    }
    .card-title > a {
        color: inherit;
    }
    .card-group {
        margin-bottom: 20px;
    }
    .panel-info {
        border-color: #bce8f1;
    }

    .panel-info > .card-header {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

    .breadcrumb > .nav-link {
        padding:0px;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-sm-6 {
        width: 50%;
    }

    .summaryModel {
        font-size: 0.8em;
    }

    .summaryDiv {
        height: 500px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    /* Custom theme (bootstrap overrides) */
    body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        color: #11357e;
        margin-bottom:0px;
    }
    h6 > a {
        text-decoration: none;
    }

    h1, .h1 {
        font-size: 30px;
        margin-bottom: 3px;
        margin-top: 20px;
    }

    .well {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    }

    .well-sm {
        padding: 9px;
        border-radius: 3px;
    }
    label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .top-bar {
        background-color: #bccd52;
        padding: 4px 0px;
        font-size: 0.8em;
    }

        .top-bar span {
            margin-right: 15px;
        }

    .header {
        padding: 20px 0px;
    }
    .hidden {
        display: none !important;
        visibility: hidden !important;
    }
    .clearfix::after, .dl-horizontal dd::after, .container::after, .container-fluid::after, .row::after, .form-horizontal .form-group::after, .btn-toolbar::after, .btn-group-vertical > .btn-group::after, .nav::after, .navbar::after, .navbar-header::after, .navbar-collapse::after, .pager::after, .panel-body::after, .modal-footer::after {
        clear: both;
    }
    .clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-footer::before, .modal-footer::after {
        display: table;
        content: " ";
    }
    .breadcrumb-text {
        display: inline-block;
        font-size: 0.9em;
    }

    .breadcrumb {
        padding: 3px 3px;
        margin-bottom: 20px;
        background-color: #fff;
        display: inline-block;
        font-size: 0.9em;
    }

    .alert bi {
        margin-right: 7px;
        font-size: 1.2em;
    }
    .nav-link {
        display: inline-block;
    }
    .navbar-inverse {
        background-color: white;
        border-color: white;
        padding-top: 48px;
        margin-bottom: 0px;
    }

        .navbar-inverse .navbar-brand,
        .navbar-inverse .navbar-nav > li > a,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
        nav .dropdown-header {
            color: #135da8;
        }

        .navbar-inverse .navbar-nav > .open > a,
        .navbar-inverse .navbar-nav > .open > a:hover,
        .navbar-inverse .navbar-nav > .open > a:focus {
            color: #135da8;
            background-color: white;
        }

        .navbar-inverse .navbar-nav > .active > a,
        .navbar-inverse .navbar-nav > .active > a:hover,
        .navbar-inverse .navbar-nav > .active > a:focus {
            color: #135da8;
            background-color: white;
        }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #03a18c;
            background-color: transparent;
        }


        .navbar-inverse .navbar-toggler {
            background-color: #005da4;
            border-color: #004c85;
        }

            .navbar-inverse .navbar-toggler:hover, .navbar-inverse .navbar-toggler:focus {
                background-color: #0068b7;
            }

        .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
            border-color: #00467a;
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
            background-color: #00467a;
        }
    .dropdown-menu {
        font-size: inherit;
    }

    .page-header {
        margin-top: 20px;
        margin-bottom: 20px;
        border-top: 3px solid #dfe4e8;
        border-bottom: 3px solid #dfe4e8;
    }

        .page-header .padded {
            padding: 20px 15px;
        }
    #spin {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .alert-link {
        cursor:pointer;
    }
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
        border-bottom: none
    }
    .footer {
        font-size: 0.85em;
        color: #b8b8b8;
        background-color: #484647;
        border-top: 7px solid #3e3c3d;
        padding: 5px 0px 5px 0px;
        margin-top: 30px;
    }

        .footer a {
            color: #ffffff;
        }

    .btn-glyph {
        font-size: 1.2em;
        padding-top: 5px;
    }

        .btn-glyph:hover {
            text-decoration: none;
            cursor: pointer;
        }

    .glyph-primary {
        color: #428bca;
    }

        .glyph-primary:hover {
            color: #3276b1;
        }

    .glyph-danger {
        color: #d9534f;
    }

        .glyph-danger:hover {
            color: #d2322d;
        }
    /* Checkbox switch */
    .onoffswitch {
        position: relative;
        width: 70px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        top: 5px;
    }

    .onoffswitch-checkbox {
        display: none;
    }

    .onoffswitch-label {
        display: block;
        overflow: hidden;
        cursor: pointer;
        border: 1px solid #96A0A3;
        border-radius: 15px;
    }

    .onoffswitch-inner {
        width: 200%;
        margin-left: -100%;
        -moz-transition: margin 0.3s ease-in 0s;
        -webkit-transition: margin 0.3s ease-in 0s;
        -o-transition: margin 0.3s ease-in 0s;
        transition: margin 0.3s ease-in 0s;
    }

        .onoffswitch-inner:before, .onoffswitch-inner:after {
            float: left;
            width: 50%;
            height: 25px;
            padding: 0;
            line-height: 25px;
            font-size: 14px;
            color: white;
            font-family: Trebuchet, Arial, sans-serif;
            font-weight: normal;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .onoffswitch-inner:before {
            content: "Yes";
            padding-left: 10px;
            background-color: #A8FFC1;
            color: #444444;
        }

        .onoffswitch-inner:after {
            content: "No";
            padding-right: 10px;
            background-color: #EEEEEE;
            color: #444444;
            text-align: right;
        }

    .onoffswitch-switch {
        width: 17px;
        margin: 5px;
        background: #FFFFFF;
        border: 1px solid #96A0A3;
        border-radius: 15px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 41px;
        -moz-transition: all 0.3s ease-in 0s;
        -webkit-transition: all 0.3s ease-in 0s;
        -o-transition: all 0.3s ease-in 0s;
        transition: all 0.3s ease-in 0s;
    }

    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
        margin-left: 0;
    }

    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
        right: 0px;
    }



    .padded {
        display: inline-block;
        padding-bottom: 15px;
    }

    .caret-ascending {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-bottom: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }




    /* Responsive */
    /* Mobile devices - portrait */
    @media only screen and (hover: none) and (pointer: coarse) {
        .header img {
            width: 100%;
            height: auto;
        }

        .container, .card-body, .tab-content .tab-border {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .form-horizontal, .form-group {
            margin-left: 0px !important;
            margin-right: 0px !important;
        }

        input[type=checkbox], .icon {
            /* Double-sized Checkboxes */
            -ms-transform: scale(2); /* IE */
            -moz-transform: scale(2); /* FF */
            -webkit-transform: scale(2); /* Safari and Chrome */
            -o-transform: scale(2); /* Opera */
            margin: 10px;
        }
    }
    /* Desktops */
    @media (max-width: 760px) {
        .navbar-inverse {
            padding-top: 0px;
        }
    }

    @media (min-width: 780px) {
        .navbar {
            min-height: 26px;
            margin-bottom: 0px;
        }
        .navbar-toggler {
            display: none;
        }

        .nav > li > a {
            padding-top: 2px;
            padding-bottom: 0px;
        }

        .navbar-collapse {
            float: left;
            padding-right: 5px;
            padding-left: 5px;
        }

        .btn-md-offset {
            margin-top: 25px;
        }

        .col-md-with-separator {
            border-right: 1px solid #dddddd;
        }

        .equal-height-columns {
            overflow: hidden;
        }

            .equal-height-columns .col {
                margin-bottom: -99999px;
                padding-bottom: 99999px;
            }

        .nav-list-item.active a:after,
        .nav-list-item a:hover:after {
            content: "";
            display: block;
            margin: 0 auto;
            width: 0;
            border: 5px solid #135da8;
            border-color: transparent transparent #135da8 transparent;
        }

        .nav-padding {
            padding: 50px 30px 0px 30px;
        }
    }



    /* Align labels to the left */
    .form-horizontal .col-form-label-left {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left;
    }
    /* style for fieldset borders */
    .border-fieldset {
        position: relative;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        padding: 10px;
    }
    /* style for border legend */
    .border-legend {
        float: none;
        padding: inherit;
        width: auto;
        border: 0px;
        margin-bottom: 0px;
    }

    .border-legendsummary {
        width: auto;
        padding: 0px 0px;
        border: 0px;
        margin-bottom: 0px;
        font-size: 1em;
    }

    .tab-content .tab-border {
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        padding: 10px;
    }
    /* Display hand on hover over panel heading*/
    .clickable {
        cursor: pointer;
    }

    .panel-color {
        border-color: #03a18c;
    }

        .panel-color > .card-header {
            color: #fff;
            background-color: #03a18c;
            border-color: #03a18c;
        }

        .panel-color > .card-header + .panel-collapse > .card-body {
            border-top-color: #03a18c;
        }

            .panel-color > .card-header .badge {
                color: #03a18c;
                background-color: #fff;
            }

        .panel-color > .panel-footer + .panel-collapse > .card-body {
            border-bottom-color: #03a18c;
        }

    /*Large breadcrumb */
    .breadcrumb-large {
        font-size: 1.2em;
    }


    /* top bar logged in bar */
    .top-bar-login {
        background-color: #bccd52;
        padding: 4px 25px;
        font-size: 0.8em;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .nav-tabs > li > button.active,
    .nav-tabs > li > button:hover {
        background-color: #03a18c;
    }

    .btn-custom-color {
        color: #fff;
        background-color: #03a18c;
    }

    /*Navigation bar*/
    .border-header {
        margin: 0;
        padding: 0 0 0px 0px;
        border-bottom: 5px solid #135da8;
    }

    /*Display client BEWH number*/
    .header-label {
        padding: 20px;
    }
    /*remove transparent border from default bootstrap navbar */
    .navbar.navbar-padding {
        border: 0px;
    }

    /* file upload css*/
    .fileUpload {
        position: relative;
        overflow: hidden;
    }

    .glyph-custom-color {
        color: #03a18c;
    }

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    progress {
        width: 150px;
    }

    /* tab label for print */
    .card-title-print {
        display: none;
    }
}

@media print {
    .collapse {
        display: block !important;
        height: auto !important;
    }

    .tab-content > .tab-pane{
        display: block !important;
        height: auto !important;
    }

    .tab-content > .tab-pane {
        display: block !important;
        opacity: 100 !important;
        height: auto !important;
    }

    .btn{
        display:none;
    }

    .card-title-print {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        font-size: 21px;
        line-height: inherit;
        color: #333;
        border: 0;
        border-bottom: 1px solid #e5e5e5;
    }

    header, footer, ul.nav,div.footer,div.top-bar-login, div.top-bar, #buttons {
        display: none !important;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 2px;
    }    
}



/*/*Req 2*/

/*.tooltip-wrapper {
    display: inline-block;
    float: left;
}

.tooltip-wrapper .btn {
    border-radius: 0;
}*/

