﻿/*Index.cshtml Styles used for the User website
    -----------------------------------------------------------------------------------------------------
    1/2024 - Srinivas Nallamotu: Dev&Task#517 - Added color in Top header Searchbox Place holder.
    9/2023 - Srinivas Nallamotu: Dev&Task#492 - Added styles for SAs Reporting Engine Down modal window. 
    7/2023 - Srinivas Nallamotu: Dev&Task#448 - Re-named sortable1, sortable2 and sortable3 to ByrDataEles, ByrRowsDataEles and ByrColsDataEles.
    5/2023 - Srinivas Nallamotu: Dev&Task#453 : Resolved width of the Data Element increase need to make Rows and Columns the same width.
    3/2023 - Sai Pydi: Dev&Task#452 : Resolved CSS issue for More info in Header.
                                      Resolved issue with Data Elements search in BYR when resize the window
                                      Resolved Search box is coming out of the layout when resizing in FYS.
                                      Resolved multiple '+' are displaying when resize the window.
    12/2021 - Dev & Tasks #391: Upgraded all the plugins in the Project Plugins list and resolved issues caused by upgrading Bootstrap to 5.1.0.
                Moved classes that affected the site appearence/styles from Bootstrap.css to this file. Resolved some of the code scan issues identified.
    ------------------------------------------------------------------------------------------------------- */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.hide {
    display: none !important;
}


.panelICon {
    color: #362626;
    font-size: 11px;
    padding: 2.5px;
}

body {
    margin: 0;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    font-size: 14px !important;
}

b, strong {
    font-weight: bold;
}

/*style sheet for Home button by screen size*/
@media screen and (max-width: 1040px) {
    .home {
        display: flex;
        flex: 1;
    }
}

.panel-heading span {
    font-size: 15px;
    font-weight: bold;
}

.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}

    .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
        color: inherit;
    }

.pnlfooters {
    background-color: white;
    display: block;
    text-align: center;
    border-top: 0;
    margin-top: 30%;
    padding-bottom: 8%;
}


.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: -1;
        border-top-left-radius: -1;
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: -1;
        border-bottom-left-radius: -1;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: -1;
        border-top-left-radius: -1;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: -1;
            border-top-right-radius: -1;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: -1;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: -1;
            }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: -1;
        border-bottom-left-radius: -1;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: -1;
            border-bottom-right-radius: -1;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: -1;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: -1;
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 10px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group + .panel-collapse .panel-body {
        border-bottom: 1px solid #ddd;
    }

.panel-default {
    border-color: #ddd;
    /*border-color: #13386e;*/
}

    .panel-default > .panel-heading {
        color: #999;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #999;
        }

    .panel-default + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #007bff;
}

    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #007dc2;
    }

    .panel-primary > .panel-heading .badge {
        color: #007dc2;
        background-color: #fff;
    }

    .panel-primary > + .panel-collapse > .panel-body {
        border-bottom-color: #007dc2;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

/*Select Fatality and/or Injury, Select TimeFrame, Select State or Region, Filter Your Selection, and Build Your Report Panels background color change.*/
/*Panels background color change.*/
.bold {
    font-weight: 700 !important;
    /*display:inline-block!important;*/
}

.search {
    border-style: solid;
    border-color: #007dc2;
    /*    width:55%;
*/ margin-top: -2.7%
}

.panel-default > .panel-heading {
    color: #999;
    background-color: #13386e;
    /*background-color: rgba(255, 153, 51, 0.45);*/
    border-color: #ddd;
    border-top: 3px solid #13386e;
    border-bottom: 3px solid #13386e;
    /*border-top: 3px solid rgba(255, 153, 51, 0.45);
    border-bottom: 3px solid rgba(255, 153, 51, 0.45);*/
}

/*Getting Started and What's New, Sample Queries, Related Publications for Topics, Instructional Videos sections background color change.*/
.sections {
    background-color: #f5f5f5 !important;
    color: #999 !important;
    border-top: 3px solid #ddd !important;
    border-bottom: 3px solid #ddd !important;
    /*background-color: #8CBEB1 !important;
    color: white !important;
    border-top: 3px solid #739c91 !important;
    border-bottom: 3px solid #739c91 !important;*/
}

/*sections header text color change*/
.sectionstext {
    color: #FF9933 !important;
    /*color: #00000094;*/
    font-weight: bold;
}

/*Panels header text color change.*/
.panel-title {
    color: #ffffff;
    /*color: black;*/
}

/*Time Frame panel header color change*/
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #007dc2;
    border-color: #007dc2;
    /*background-color: rgba(0, 128, 0, 0.57);
    border-color: rgba(0, 128, 0, 0.57);*/
}
/*Index.cshtml ----- END*/
/*Header*/
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 22px;
    border: 1px solid transparent;
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 1040px) {
    .navbar {
        border-radius: 0;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 1040px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before, .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 1040px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}


.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: -10px;
    margin-left: -10px;
}

@media (min-width: 1040px) {
    .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 1040px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 1040px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 14px 10px;
    font-size: 20px;
    line-height: 22px;
    height: 50px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 1040px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -10px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 1040px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7px -10px;
    flex-direction: row;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 22px;
    }

@media (max-width: 1039px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 22px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 1040px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 14px;
                padding-bottom: 14px;
            }
}

.navbar-form {
    margin: -10px;
    padding: 10px 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    margin-top: 7px;
    margin-bottom: 7px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label, .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 1039px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 1040px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px;
}

    .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 14px;
    margin-bottom: 14px;
}

@media (min-width: 1040px) {
    .navbar-text {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 1040px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -10px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width: 1039px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

    .navbar-inverse .navbar-brand {
        color: #f2f2f2;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #f2f2f2;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #f2f2f2;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #090909;
        color: #fff;
    }

.navbar-primary {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
}

.navbar-primary--dot-banner {
    background-color: #13386e;
    color: #fff;
    font-family: Verdana,Tahoma,"DejaVu Sans",sans-serif;
    letter-spacing: 0.5px;
    padding-top: 5px;
    /*    padding-bottom: 5px;
*/ font-size: 10px;
}

    .navbar-primary--dot-banner img {
        width: 15px;
        vertical-align: sub;
        margin-right: 5px;
        opacity: 0.306;
    }

    .navbar-primary--dot-banner a {
        color: #fff;
    }

    .navbar-primary--dot-banner.navbar--technical-alert {
        background-color: #ffcc06;
        color: #000;
        font-size: 14px;
        padding: 10px;
    }

        .navbar-primary--dot-banner.navbar--technical-alert p {
            margin: 0;
        }

.navbar-primary {
    background-color: #0183c1;
    height: auto;
    margin-bottom: 0;
    color: #fff;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .navbar-primary [data-text]:before {
        margin-top: 7px;
    }

@media (min-width: 1040px) and (max-width: 1245px) {
    .navbar-primary {
        font-size: 14px;
    }

        .navbar-primary .nav > li > a {
            padding-left: 8px;
            padding-right: 8px;
        }
}

.navbar-primary .container-fluid {
    max-width: 1004px;
}

.navbar-primary .navbar-toggle {
    transition: all 0.3s ease-out;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    left: 2px;
    margin-right: 20px;
}

    .navbar-primary .navbar-toggle .icon-bar {
        background-color: #fff;
        transition: all 0.2s ease-out;
        border-radius: 0;
    }

        .navbar-primary .navbar-toggle .icon-bar:nth-child(2) {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transform-origin: 10% 10%;
            transform-origin: 10% 10%;
        }

        .navbar-primary .navbar-toggle .icon-bar:nth-child(3) {
            opacity: 0;
        }

        .navbar-primary .navbar-toggle .icon-bar:nth-child(4) {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 10% 90%;
            transform-origin: 10% 90%;
        }

    .navbar-primary .navbar-toggle.collapsed {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        left: 0;
    }

        .navbar-primary .navbar-toggle.collapsed .icon-bar:nth-child(2), .navbar-primary .navbar-toggle.collapsed .icon-bar:nth-child(4) {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        .navbar-primary .navbar-toggle.collapsed .icon-bar:nth-child(3) {
            opacity: 1;
        }

.navbar-primary .navbar-header {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1040px) {
    .navbar-primary .navbar-header {
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .navbar-primary .navbar-header {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.navbar-primary .navbar-collapse {
    border-top: none;
    box-shadow: none;
}

.navbar-primary .navbar-brand {
    margin-left: 0;
    padding: 0;
    padding-left: 20px;
    color: #fff !important;
}

    .navbar-primary .navbar-brand img {
        height: auto;
        width: 220px;
        position: relative;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        display: none;
    }

        .navbar-primary .navbar-brand img:nth-child(2) {
            display: inline-block;
        }

@media (max-width: 767px) {
    .navbar-primary .navbar-brand img {
        width: 150px;
    }
}

@media (min-width: 1040px) {
    .navbar-primary .navbar-brand img:first-child {
        display: inline-block;
    }

    .navbar-primary .navbar-brand img:nth-child(2) {
        display: none;
    }
}

.navbar-primary .nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .navbar-primary .nav > li {
        padding-top: 20px;
        padding-bottom: 20px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media (max-width: 1039px) {
    .navbar-primary .nav > li {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.navbar-primary .nav > li:nth-last-child(2) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navbar-primary .nav > li a {
    white-space: nowrap;
}

    .navbar-primary .nav > li a span {
        color: #fff;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        position: relative;
    }

        .navbar-primary .nav > li a span:before {
            content: attr(data-text);
            color: transparent;
            width: 0;
            display: inline-block;
            overflow: hidden;
            transition: width 0.15s ease-out;
            border-bottom: 5px solid #fff;
            position: absolute;
            white-space: nowrap;
            -webkit-font-smoothing: antialiased;
        }

    .navbar-primary .nav > li a:hover {
        background-color: transparent;
        text-decoration: underline;
    }

        .navbar-primary .nav > li a:hover span:before {
            width: 100%;
        }

    .navbar-primary .nav > li a:focus {
        background-color: transparent;
    }

.navbar-primary .nav > li.active {
    text-decoration: none;
}

    .navbar-primary .nav > li.active a:hover, .navbar-primary .nav > li.active a:focus {
        text-decoration: none;
        cursor: default;
    }

    .navbar-primary .nav > li.active span:before {
        width: 0%;
    }

.navbar-primary-search, .nav > li > a.navbar-primary-search {
    display: inline-block;
    margin-right: 25px;
    background-color: transparent;
    border: none;
    width: 35px;
}

@media (min-width: 1040px) and (max-width: 1245px) {
    .navbar-primary-search, .nav > li > a.navbar-primary-search {
        width: 32px;
    }
}

.navbar-primary-search svg, .nav > li > a.navbar-primary-search svg {
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

@media (max-width: 1040px) {
    .navbar-primary-search, .nav > li > a.navbar-primary-search {
        display: none;
    }
}

.navbar-header .navbar-primary-search, .navbar-header .nav > li > a.navbar-primary-search {
    display: none;
    width: 30px;
    position: absolute;
    right: 50px;
    top: 33px;
}

@media (max-width: 1039px) {
    .navbar-header .navbar-primary-search, .navbar-header .nav > li > a.navbar-primary-search {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .navbar-header .navbar-primary-search, .navbar-header .nav > li > a.navbar-primary-search {
        top: 19px;
        right: 50px;
    }
}

@media (max-width: 769px) {
    .navbar-header .navbar-primary-search, .navbar-header .nav > li > a.navbar-primary-search {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-primary--utility-nav {
    background-color: #0579b0;
    padding-right: 20px;
}

@media (min-width: 1040px) and (max-width: 1399px) {
    .navbar-primary--utility-nav {
        padding-left: 9px;
    }
}

.navbar-primary--utility-nav .btn {
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 1400px) {
    .navbar-primary--utility-nav .btn {
        font-weight: 900;
        padding: 20px;
        margin-right: 33px;
        margin-left: 30px;
        text-transform: uppercase;
    }
}

@media (min-width: 1040px) and (max-width: 1399px) {
    .navbar-primary--utility-nav .btn {
        border: none;
        padding: 0;
        padding-left: 20px;
        font-weight: 700;
        -webkit-font-smoothing: antialiased;
        line-height: 1.5;
        position: relative;
        left: -10px;
    }

        .navbar-primary--utility-nav .btn:hover, .navbar-primary--utility-nav .btn:active, .navbar-primary--utility-nav .btn:focus {
            color: #fff;
            text-decoration: underline !important;
        }

        .navbar-primary--utility-nav .btn:after {
            display: none !important;
        }
}

@media (max-width: 1040px) {
    .nav.navbar-nav > li a {
        padding-left: 20px;
        line-height: 0.8;
    }

    .utility-nav a, .utility-nav .btn {
        padding: 10px 20px;
        font-weight: 900;
    }

    .utility-nav .btn {
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: 20px;
    }

    .utility-nav .utility-nav--links {
        padding: 0;
    }

        .utility-nav .utility-nav--links a {
            font-size: 16px;
        }

        .utility-nav .utility-nav--links .dropdown-toggle:active, .utility-nav .utility-nav--links .dropdown-toggle:focus {
            text-decoration: none;
        }

        .utility-nav .utility-nav--links .dropdown ul {
            padding: 0;
        }

            .utility-nav .utility-nav--links .dropdown ul a {
                padding-left: 20px;
                font-weight: 400;
                -webkit-font-smoothing: antialiased;
            }

    .utility-nav .dropdown-menu:after {
        display: none;
    }

    .navbar-primary--utility-nav .btn {
        font-size: 16px;
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before, .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 1px 15px;
            color: white !important; /*topics Name text color change*/
            /*color: #012ac1;*/ /*topics Name text color change*/
        }

            .nav > li > a.active {
                background-color: #ffffff !important;
                color: #0183c1 !important;
            }

        .nav > li.disabled > a {
            color: #ccc;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #ccc;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #ddd;
        border-color: #007dc2;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 10px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.site-search-modal .modal-content {
    background-color: transparent;
    box-shadow: none;
    border-color: transparent;
}

@media (min-width: 992px) {
    .site-search-modal .modal-content {
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    .site-search-modal .modal-content form {
        margin-top: 60px;
    }
}

.site-search-modal .input-group {
    border-bottom: 1px solid #777;
    font-size: 50px;
    position: relative;
}

    .site-search-modal .input-group input {
        border: none !important;
    }

    .site-search-modal .input-group .input-group--underline {
        content: '';
        height: 3px;
        left: 0;
        bottom: -2px;
        position: absolute;
        background-color: #0183c1;
        width: 0;
        max-width: 100%;
        transition: width 0.1s ease-out;
    }

.site-search-modal button, .site-search-modal .form-control {
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-size: 100%;
    height: auto;
}

    .site-search-modal button:hover, .site-search-modal .form-control:hover {
        background-color: transparent;
    }

@media (max-width: 767px) {
    .site-search-modal button, .site-search-modal .form-control {
        font-size: 65%;
    }
}

.site-search-modal .form-control {
    font-weight: 300;
    padding-left: 0;
    color: #fff;
}

.site-search-modal .input-group-btn {
    font-size: 50%;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

@media (max-width: 767px) {
    .site-search-modal .input-group-btn {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.site-search-modal button {
    color: #fff;
    padding-right: 0;
}

    .site-search-modal button:hover {
        color: #eee;
    }

.site-search-modal .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 66px;
    font-weight: 200;
    opacity: 1;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
    z-index: 1051;
}

    .site-search-modal .close:hover {
        opacity: 0.75;
    }

@media (max-width: 767px) {
    .site-search-modal .close {
        font-size: 45px;
        top: 5px;
        right: 20px;
    }
}

.utility-nav--links {
    vertical-align: middle;
}

    .utility-nav--links a {
        display: block;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        font-size: 12px;
        font-weight: 900;
        line-height: 2.25;
    }

span .utility-nav--links a:before {
    display: none !important;
}

.utility-nav--links a.active {
    color: #fff !important;
}

@media (min-width: 1040px) and (max-width: 1399px) {
    .utility-nav--links > a, .utility-nav--links .dropdown > a {
        position: relative;
        left: -10px;
    }
}

@media (min-width: 1400px) {
    .utility-nav--links .btn {
        position: relative;
        left: -30px;
    }

    .utility-nav--links > a, .utility-nav--links .dropdown > a {
        position: relative;
        left: -14px;
    }
}

@media (max-width: 1399px) {
    .utility-nav--links {
        padding-left: 20px;
    }

        .utility-nav--links a {
            line-height: 1.5;
        }
}

@media (min-width: 1400px) {
    .utility-nav--links {
        display: inline-block;
    }
}

.utility-nav--links .dropdown > a {
    background-color: transparent;
}

.utility-nav--links .dropdown ul {
    background-color: #0579b0;
    border: none;
    margin-right: -20px;
    margin-top: 20px;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 27px;
}

@media (max-width: 1399px) {
    .utility-nav--links .dropdown ul {
        margin-right: -24px;
    }
}

.utility-nav--links .dropdown ul:after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #50a1c8;
    top: 0;
    left: 20px;
    right: 20px;
}

.utility-nav--links .dropdown ul a {
    color: #fff;
    -webkit-font-smoothing: inherit;
}

container-fluid {
    padding-left: 0rem;
    padding-right: 0rem;
    overflow: hidden;
}

#navbar-links {
    -webkit-transition: all 350ms;
    transition: all 350ms;
    overflow-y: hidden;
}

/*Header
    _header ----- END*/

/*Topics ------- START*/
/*Added this styles when bootstrap 4.0 to bootstrap 5.15.4*/
a {
    text-decoration: none !important;
}

.topiclinks > li > a.active {
    background-color: #ffffff !important;
    color: #0183c1 !important;
}
/**/
.nav-pills > li {
    float: left;
}

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #007dc2;
        background-color: #fff;
    }

        .nav-pills > li.active > a, .nav-pills > li.active > a:focus {
            color: black;
            background-color: #fcd900;
        }

/*Topics tabs background, border-top, and border-bottom color change.*/
.tabstopic {
    border: none;
    border-top: 3px solid #0183c1;
    border-bottom: 3px solid #0183c1;
    color: #ffffff;
    /*border-top: 3px solid rgba(0, 128, 0, 0.41);
    border-bottom: 3px solid rgba(0, 128, 0, 0.41);
    color: black;*/
    background-color: #0183c1;
    /*background-color: rgba(0, 128, 0, 0.41);*/
    margin-bottom: 10px;
    margin-right: 5px;
}
/*Topics ------- END*/

/*Sample Queries ----- START*/
/*Show All/Show Less icon color change*/
.showall {
    float: right;
    color: #FF9933 !important;
    /*color: #00000094;*/
}

hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid #ddd;
    width: 50%;
    border-color: orange;
}

@media(max-width:1240px)and (min-width:1200px) {

    .showSearch {
        display: inline;
        margin: 10% !important;
    }
}

@media(max-width:1450px)and (min-width:1241px) {

    .showSearch {
        display: inline;
        margin: 10% !important;
    }
}

@media(max-width:600px)and (min-width:560px) {

    .showSearch {
        display: inline;
        margin: 7% !important;
    }
}

@media(max-width:560px)and (min-width:500px) {

    .showSearch {
        display: inline;
        margin: 1% !important;
    }
}

@media(max-width:1500px)and (min-width:1200px) {
    .expandQueries {
        margin-top: -3.0% !important;
        margin-right: 4% !important;
    }
}

@media(max-width:1000px) and (min-width:900px) {
    .expandQueries {
        margin-top: -2% !important;
        margin-right: 4% !important;
    }
}

@media(max-width:1100px) and (min-width:1000px) {
    .expandQueries {
        margin-top: -4.3% !important;
        margin-right: 4% !important;
    }
}

@media(max-width:800px) and (min-width:800px) {
    .expandQueries {
        margin-top: -3.2% !important;
        margin-right: 4% !important;
    }
}

@media screen and (max-width: 900px) and (min-width: 600px) {
    .expandQueries {
        margin-top: -2.3% !important;
        margin-right: 4% !important;
    }
}

@media screen and (max-width: 600px) and (min-width: 500px) {
    .expandQueries {
        margin-top: -3.6% !important;
        margin-right: 5% !important;
    }
}

@media(max-width: 500px) {
    .expandQueries {
        margin-top: -3.4% !important;
        margin-right: 5% !important;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
    .expandQueries {
        margin-top: -3.6% !important;
        margin-right: 5% !important;
    }
}

@media(max-width: 555) and (min-width:545px) {
    .clearSearchList {
        margin: -2% !important;
    }
}


@media(max-width: 1170px) and (min-width:1100px) {
    .clearSearchList {
        margin-right: -24% !important;
    }

    .fa.pull-right {
        margin-top: -1.7em;
        right: 0px !important;
    }
}

@media(max-width: 1160px) and (min-width:1145px) {
    .clearSearchList {
        margin-right: -12.5rem !important;
        margin-top: -1.5rem !important;
    }

    .fa.pull-right {
        margin-top: -1.7em;
        right: 0px !important;
    }
}

@media(max-width: 710px) and (min-width:600px) {
    .expandQueries {
        margin-top: -2.7% !important;
        margin-right: 5% !important;
    }
}

@media(max-width: 988px) and (min-width:556px) {
    .clearSearchList {
        margin: 0% !important;
    }
}

@media(max-width: 1100px) and (min-width:989px) {
    .clearSearchList {
        margin-right: -24% !important;
    }

    .fa.pull-right {
        margin-top: -1.7em;
        right: 0px !important;
    }
}

@media(max-width: 1000px) and (min-width:990px) {
    .clearSearchList {
        margin-right: -24% !important;
    }

    .showSearch {
        display: inline;
        margin: 5% !important;
    }

    .fa.pull-right {
        margin-top: -1.7em;
        right: 0px !important;
    }
}

@media(min-width: 1279px) and (max-width:1300px) {
    .fa.pull-right {
        margin: -0.25em;
    }

    .clearSearchList {
        margin-right: -2rem !important;
        margin-top: -1.5rem !important;
    }
}



@media(min-width: 990px) and (max-width:1050px) {

    .fa.pull-right {
        margin-top: -30%;
    }

    .search {
        margin-top: -5.7%;
    }
}

@media(min-width:320px) and (max-width:480px) {
    .clearSearchList {
        margin: -0.5% !important;
    }

    .showSearch {
        display: inline;
        margin: 15% !important;
    }
}

@media(min-width:481) and (max-width:768px) {
    .clearSearchList {
        margin: -0.5% !important;
    }

    .showSearch {
        display: inline;
        margin: 15% !important;
    }
}

@media(min-width:769px) and (max-width:1024px) {
    .clearSearchList {
        margin: -0.5% !important;
    }

    .showSearch {
        display: inline;
        /*margin: 15% !important;*/
    }
}


@media(min-width: 1135px) and (max-width:1140px) {
    .fa.pull-right {
        margin: -0.25em;
    }

    .clearSearchList {
        margin-right: -2rem !important;
        margin-top: -1.5rem !important;
    }
}

@media(min-width: 1145px) and (max-width:1159px) {
    .fa.pull-right {
        margin: -0.25em;
    }

    .clearSearchList {
        margin-right: -12rem !important;
        margin-top: -1.5rem !important;
    }
}

@media(min-width: 990px) and (max-width:999px) {
    .clearSearchList {
        margin-right: -2.5rem !important;
    }
}

@media(min-width: 1000px) and (max-width:1024px) {
    .clearSearchList {
        margin-right: -2.5rem !important;
    }
}

@media(min-width: 1161px) and (max-width:1199px) {
    .fa.pull-right {
        margin: -0.25em;
    }

    .clearSearchList {
        margin-right: -2rem !important;
        margin-top: -1.5rem !important;
    }
}

@media(min-width: 1125px) and (max-width:1135px) {
    .fa.pull-right {
        margin: -0.25em;
    }

    .clearSearchList {
        margin-right: -1em !important;
        margin-top: -1.5rem !important;
    }
}



.wrapper {
    position: relative;
    width: min-content;
}

.clear {
    position: absolute;
    right: 0px;
}

div .scroll {
    width: 100%;
    height: 312px;
    display: -moz-grid;
    overflow-y: scroll;
    position: relative;
}

div.scroll1 {
    width: 100%;
    height: 312px;
    display: -moz-grid;
    overflow-y: scroll;
}

.FYTrestBtn {
    align-content: center;
    padding: 5px;
    background-color: red;
    color: white;
    margin-right: -0.15%
}

/*Sample Queries ------ END*/
/*Time Frame ---- START*/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
}

    .with-nav-tabs.panel-primary .nav-tabs > .open > a,
    .with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
    .with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
        border-color: transparent;
    }

.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
}

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}

    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
        color: #fff;
    }

        .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
        .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
            background-color: #3071a9;
        }

    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
        background-color: #4a9fe9;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857;
            border: 1px solid transparent;
            border-radius: 0 0 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #ddd #ddd #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-justified, .nav-tabs.nav-justified {
        width: 100%;
    }

        .nav-justified > li, .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.nav-tabs > li.active > a {
    font-size: 16px;
}

/*Time Frame panel Time Frame tab and Years tab color change.*/
/*.nav-tabs > li > a {
    background-color: #007dc2;
}*/

.panel.with-nav-tabs .panel-heading {
    padding: 0px 0px 0px 0px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-default,
.ui-widget-content .ui-state-default,
#scale-slider.ui-slider {
    border-radius: 0px;
    background: #c7cdd5;
    border: none;
    margin: 1.6em 5em 3em;
}

    #scale-slider.ui-slider .ui-slider-range {
        background: linear-gradient(to right, #434d5a 0%, #00c7d7 50%, #434d5a 100%) border: 1px solid #007dc2;
        top: -1px;
        transition: all 0.2s ease-out;
        background-color: #007dc2;
    }

#scale-slider .ui-slider-handle {
    border-radius: 2px;
    height: 20px;
    width: 12px;
    top: -20px;
}

    #scale-slider .ui-slider-handle:nth-of-type(n+1) {
        transform: rotateZ(-10deg);
        margin-left: -9px;
    }

    #scale-slider .ui-slider-handle:nth-of-type(n+2) {
        transform: rotateZ(10deg);
        margin-left: -3px;
    }

    #scale-slider .ui-slider-handle:after {
        content: "";
        border: 6px solid transparent;
        width: 0;
        height: 0;
        position: absolute;
        bottom: -11px;
        border-top-color: #434d5a;
    }

    #scale-slider .ui-slider-handle.ui-slider-handle.ui-state-focus:after,
    #scale-slider .ui-slider-handle.ui-slider-handle.ui-state-hover:after,
    #scale-slider .ui-slider-handle.ui-slider-handle.ui-state-active:after {
        border-top-color: #00c7d7;
    }

#scale-slider .ui-slider-pip {
}

    #scale-slider .ui-slider-pip .ui-slider-label {
        display: none;
        background: rgba(67, 77, 90, 0);
        color: #434d5a;
        border-radius: 4px;
        padding: 0.3em 0;
        width: 2.4em;
        margin-left: -1.2em;
        transition: all 0.2s ease-out;
    }

    #scale-slider .ui-slider-pip .ui-slider-line {
        height: 4px;
    }

    #scale-slider .ui-slider-pip:nth-of-type(5n+3) .ui-slider-line {
        height: 8px;
    }

    #scale-slider .ui-slider-pip:nth-of-type(5n+3) .ui-slider-line {
        height: 12px;
    }

    #scale-slider .ui-slider-pip:nth-of-type(5n+3) .ui-slider-label {
        top: 16px;
        display: block;
    }

    #scale-slider .ui-slider-pip.ui-slider-pip-last .ui-slider-line {
        margin-left: -1px;
    }

    #scale-slider .ui-slider-pip.ui-slider-pip-selected .ui-slider-label,
    #scale-slider .ui-slider-pip.ui-slider-pip-selected-first .ui-slider-label,
    #scale-slider .ui-slider-pip.ui-slider-pip-selected-second .ui-slider-label {
        background: rgba(67, 77, 90, 0.7);
        color: #fffaf7;
    }

#scale-slider .ui-slider-tip {
    visibility: visible;
    opacity: 1;
    top: -30px;
}

.yrtxt {
    display: none;
}

#divtimeframes {
    padding-bottom: 0px;
    padding-top: 4px;
    margin-right: 1%;
}
/*Time Frame ----- END*/

/*State or Region ----- START*/
#opstates, #opcounties, #opcities, #opregions {
    visibility: visible;
    display: inline-block;
    position: relative;
    width: 100%;
}

#divregiondisc {
    display: block;
}

/*To fix the State and Region box flickering issue*/
select.select2 {
    display: block !important;
    visibility: hidden !important;
    position: absolute !important;
}
/*State or Region ----- END*/

/*Filter Your Selection ----- START*/
.collapse.in {
    display: block;
}

.minuteslider {
    width: 60%;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.SASDataEleAttriub .panel-heading [data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "";
    float: right;
    color: #b0c5d8;
    font-size: 18px;
    line-height: 22px;
}

.SASDataEleAttriub label span {
    font-weight: normal;
}

.preloader {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.preloader {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.minuteslider.ui-slider-horizontal {
    height: 8px;
    background: #D7D7D7;
    border: 1px solid #BABABA;
    box-shadow: 0 1px 0 #FFF, 0 1px 0 #CFCFCF inset;
    clear: both;
    margin: 8px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.minuteslider.ui-slider {
    position: relative;
    text-align: left;
}

.minuteslider.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}

.minuteslider.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 8px;
    font-size: .7em;
    display: block;
    border: 1px solid #5BA8E1;
    box-shadow: 0 1px 0 #AAD6F6 inset;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #81B8F3;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #A0D4F5), color-stop(100%, #81B8F3));
    background-image: -webkit-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -moz-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -o-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: linear-gradient(top, #A0D4F5, #81B8F3);
}

.minuteslider.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #F9FBFA;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #C7CED6), color-stop(100%, #F9FBFA));
    background-image: -webkit-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -moz-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -o-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: linear-gradient(top, #C7CED6, #F9FBFA);
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}

.minuteslider.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;
    cursor: default;
    border: none;
    cursor: pointer;
}

    .minuteslider.ui-slider .ui-slider-handle:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        top: 50%;
        margin-top: -4px;
        left: 50%;
        margin-left: -4px;
        background: #30A2D2;
        -webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
        -moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 white;
        box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
    }

.minuteslider.ui-slider-horizontal .ui-slider-handle {
    top: -2.0em;
    margin-left: -.6em;
}

.minuteslider.ui-slider a:focus {
    outline: none;
}

.minuteslider.ui-slider {
    border-radius: 0px;
    background: #c7cdd5;
    border: none;
}

.minuteslider.ui-slider-horizontal {
    height: 8px;
    background: #D7D7D7;
    border: 1px solid #BABABA;
    box-shadow: 0 1px 0 #FFF, 0 1px 0 #CFCFCF inset;
    clear: both;
    margin: 8px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.minuteslider.ui-slider {
    position: relative;
    text-align: left;
}

.minuteslider.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}

.minuteslider.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 8px;
    font-size: .7em;
    display: block;
    border: 1px solid #5BA8E1;
    box-shadow: 0 1px 0 #AAD6F6 inset;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #81B8F3;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #A0D4F5), color-stop(100%, #81B8F3));
    background-image: -webkit-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -moz-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -o-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: linear-gradient(top, #A0D4F5, #81B8F3);
}

.minuteslider.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #F9FBFA;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #C7CED6), color-stop(100%, #F9FBFA));
    background-image: -webkit-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -moz-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -o-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: linear-gradient(top, #C7CED6, #F9FBFA);
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}

.minuteslider.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;
    cursor: default;
    border: none;
    cursor: pointer;
}

    .minuteslider.ui-slider .ui-slider-handle:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        top: 50%;
        margin-top: -4px;
        left: 50%;
        margin-left: -4px;
        background: #30A2D2;
        -webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
        -moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 white;
        box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
    }

.minuteslider.ui-slider-horizontal .ui-slider-handle {
    top: -2.1em;
    margin-left: -.6em;
}

.minuteslider.ui-slider a:focus {
    outline: none;
}

.minuteslider.ui-slider {
    border-radius: 0px;
    background: #c7cdd5;
    border: none;
    margin: 0.8em 1em 1em;
}

#sliderRange {
    width: 65%;
}

@media(min-width: 667px) {
    #sliderRange {
        width: 45%;
    }
}

@media(max-width:350px) {
    #sliderRange {
        width: 30%;
    }
}



@media(max-width:350px) {
    .minuteslider {
        width: 45%;
    }
}

@media(max-width:1274px) {
    .minuteslider {
        width: 45%;
    }
}

@media(max-width:1449px) {
    .minuteslider {
        width: 48%;
    }
}

@media(max-width:1880px) {
    .minuteslider {
        width: 50%;
    }
}

@media(max-width:1300px) and (min-width:1200px) {
    .minuteslider {
        width: 48%;
    }
}

@media(max-width:1363px) {
    .minuteslider {
        width: 44%;
    }
}

@media (max-width: 1370px) and (min-width: 1250px) {
    .minuteslider {
        width: 46%;
    }
}

.parentItem {
    padding-left: 10px !important;
}

.childItem {
    padding-left: 35px !important;
}

.hideli {
    display: none !important;
}

.showTables {
    display: inline;
}

.hideTables {
    display: none;
}

.hideSearch {
    display: none;
}

.showSearch {
    display: inline;
    margin: 23%;
}

.searchDataEles {
    padding: 4.75px 4.5px;
    margin: -2px 0px 0px -17px;
    border-radius: 0;
    max-width: 100px;
    background-color: white;
    color: black;
}

.btn-outline-secondary:hover {
    background-color: #bb2d3b !important;
}

.btn-outline-primary:hover {
    background-color: #44c5ff !important;
}
/*Vehicle Make and Model ----- END*/

/*Build Your Reports ----- START*/
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.pull-right {
    float: right !important;
}

p {
    margin: 0 0 11px;
}

.sortableRows .dragged {
    position: absolute;
}

.ui-draggable, .ui-droppable {
    background-position: top;
}

#ByrDataEles, #ByrRowsDataEles, #ByrColsDataEles {
    width: 100%;
    min-height: 150px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
    font-weight: 100;
}


.touch {
    -webkit-overflow-scrolling: touch;
}

#ByrDataEles li, #ByrRowsDataEles li, #ByrColsDataEles li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    color: black;
    font-weight: 100;
}

/* START Css for paltform (Mobile, tablet or PC)*/
@media (max-width:1200px) {


    .criteria-panel {
        margin-top: 0 !important;
    }

    .divexpandall {
        margin-left: 15px;
    }

    .panel-cont {
        float: left;
        width: 100%;
    }

    .drag_drop {
        /*height: 25% !important;*/
        overflow: scroll;
        z-index: 9999;
        float: left;
        overflow-x: hidden;
    }

    .showSearch {
        display: inline;
        margin: 6%;
    }

    #ByrRowsDataEles, #ByrColsDataEles {
        min-height: 18% !important;
    }
}

@media(max-width:400) {
    .criteriabtns {
        padding: 6px 3px;
        margin: 0px 6px 5px 10px;
        border-radius: 0;
        max-width: 100px;
        width: 50%;
    }

    .panel-cont {
        float: left;
        width: 100%;
    }

    .drag_drop {
        overflow: scroll;
        z-index: 9999;
        float: left;
        overflow-x: hidden;
    }

    .showSearch {
        display: inline;
        margin: 14%;
    }

    #ByrRowsDataEles, #ByrColsDataEles {
        min-height: 10% !important;
    }
}

@media (max-width:1024px) {
    .drag_drop {
        overflow: scroll;
        z-index: 9999;
        float: left;
        overflow-x: hidden;
    }

    .panel-cont {
        float: left;
        width: 100%;
    }

    .showSearch {
        display: inline;
        margin: 5%;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        ::-webkit-scrollbar:vertical {
            width: 12px;
        }

        ::-webkit-scrollbar:horizontal {
            height: 12px;
        }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }

    #ByrRowsDataEles, #ByrColsDataEles {
        min-height: 15% !important;
    }

    .searchDataEles {
        margin-left: -2.8%;
        padding: 4.5px;
        background-color: white;
        color: black;
    }

    .FYTrestBtn {
        align-content: center;
        padding: 4.5px;
        background-color: red;
        color: white;
        margin-right: -0.15%
    }
}

.drag_drop {
    height: 300px;
    overflow: scroll;
    z-index: 9999;
    float: left;
    overflow-x: hidden;
    width: 100%;
    -webkit-overflow-scrolling: auto;
}

@media (min-width:768px) and (max-width:960px) {
    #accordion {
        width: 100%;
    }

    .criteria-panel {
        float: none !important;
        margin-top: 0 !important;
    }

    .divexpandall {
        margin-left: 15px;
    }

    .panel-cont {
        float: left;
        width: 100%;
    }

    .drag_drop {
        overflow: scroll;
        z-index: 9999;
        float: left;
        overflow-x: hidden;
    }

    .criteriabtns {
        padding: 6px 3px;
        margin: 0px 6px 5px 10px;
        border-radius: 0;
        max-width: 100px;
        width: 50%;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        ::-webkit-scrollbar:vertical {
            width: 12px;
        }

        ::-webkit-scrollbar:horizontal {
            height: 12px;
        }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }

    #ByrRowsDataEles, #ByrColsDataEles {
        min-height: 15% !important;
    }

    .showSearch {
        display: inline;
        margin: 14%;
    }

    .searchDataEles {
        margin-left: -2.8%;
        padding: 4.5px;
        background-color: white;
        color: black;
    }

    .FYTrestBtn {
        align-content: center;
        padding: 4.5px;
        background-color: red;
        color: white;
        margin-right: -0.15%
    }
}

@media (max-width:640px) and (max-width:420px) {
    #accordion {
        width: 100%;
    }

    .criteria-panel {
        float: none !important;
        margin-top: 0 !important;
    }

    .divexpandall {
        margin-left: 15px;
    }

    .panel-cont {
        float: left;
        width: 100%;
    }

    .criteriabtns {
        padding: 6px 3px;
        margin: 0px 6px 5px 10px;
        border-radius: 0;
        max-width: 100px;
        width: 50%;
    }

    .tooltip {
        display: inline;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        ::-webkit-scrollbar:vertical {
            width: 12px;
        }

        ::-webkit-scrollbar:horizontal {
            height: 12px;
        }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }

    .drag_drop {
        overflow: scroll;
        z-index: 9999;
        float: left;
        overflow-x: hidden;
    }

    #ByrRowsDataEles, #ByrColsDataEles {
        min-height: 16% !important;
    }

    .remove {
        margin: -0.5%;
    }

    .showSearch {
        display: inline;
        margin: 14%;
    }
}
/*Build Your Reports ----- END*/

/*Current Criteria ----- START*/
.criteriabtns {
    padding: 1px 3px;
    margin: 0px 0px 5px 00px;
    border-radius: 0;
    max-width: 100px;
    width: 50%;
}
/*Current Criteria ----- END*/

/*Contact Info/Release Notes/Download Your Data Links ----- START*/
.footerdetails {
    display: flex;
    justify-content: space-between;
}
/*Contact Info/Release Notes/Download Your Data Links ----- END*/

/*footer ---- START*/
.footer-site {
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: #010101;
    padding-top: 45px;
    left: 0;
    right: 0;
    overflow: auto;
}

Boo .footer-site a:hover {
    color: #777;
}

.footer-site > .container-fluid {
    max-width: 1004px;
}

@media (max-width: 767px) {
    .footer-site {
        padding-top: 40px;
    }

        .footer-site .footer-site--nhtsa-info:before {
            content: '';
            display: block;
            height: 1px;
            background: #777;
            margin: 20px 0;
        }
}

@media (min-width: 768px) {
    .footer-site > .container-fluid > .row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .footer-site .footer-site--nhtsa-info {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

        .footer-site .footer-site--nhtsa-info p:last-child {
            position: absolute;
            bottom: 5px;
        }
}

.footer-site--nhtsa-logo {
    max-width: 170px;
    margin-bottom: 18px;
}

@media (max-width: 767px) {
    .footer-site--nhtsa-logo {
        margin-bottom: 40px;
    }
}

.footer-site--social-link-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .footer-site--social-link-container {
        display: block;
    }
}

.footer-site--social-link {
    color: #fff;
    font-size: 22px;
    display: inline-block;
    margin-right: 30px;
}

    .footer-site--social-link:last-child {
        margin-right: 0;
    }

    .footer-site--social-link:hover {
        color: #777;
        text-decoration: none;
    }

@media (max-width: 767px) {
    .footer-site--social-link {
        padding-right: 20px;
    }
}

@media (max-width: 320px) {
    .footer-site--social-link {
        padding-right: 15px;
    }
}

.footer-site--links-title {
    color: #777;
    line-height: 1.75;
}

    .footer-site--links-title:first-child {
        margin-top: 10px;
    }

    .footer-site--links-title:not(:first-child) {
        margin-top: 10px;
        line-height: 1.75;
    }

    .footer-site--links-title.active .caret, .footer-site--links-title.active .custom-select:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

@media (max-width: 767px) {
    .footer-site--links-title {
        font-weight: 700;
    }
}

@media (min-width: 768px) {
    .footer-site--links-title .caret, .footer-site--links-title .custom-select:before, .footer-site--links-title.active .caret, .footer-site--links-title.active .custom-select:before {
        display: none;
    }
}

.footer-site--links-container {
    -webkit-font-smoothing: antialiased;
    padding-left: 0;
    list-style: none;
}

    .footer-site--links-container li a {
        color: #fff;
        line-height: 1.75;
    }

    .footer-site--links-container .label.label-primary {
        background-color: #13386e;
    }

@media (max-width: 767px) {
    .footer-site--links-container {
        height: auto;
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s;
    }
}

.footer-site--links-title.active + .footer-site--links-container {
    height: auto;
    max-height: 500px;
}

.footer-site--feedback {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.footer-site--social-link-container, .search-nav-png {
    /*margin-top: -5px;*/
}

.modal-backdrop {
    visibility: hidden;
    -webkit-transition: all 350ms;
    transition: all 350ms;
}
/*Footer css*/
@media (min-width: 1200px) {
    .col-lg-push-6 {
        left: 50%;
    }
}

@media (min-width: 1200px) {
    .col-lg-pull-6 {
        right: 50%;
    }
}
/*footer ---- END*/


/*.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

.site-search-link-container {
    margin-top: 40px;
}

    .site-search-link-container h3 {
        color: #fff;
        -webkit-font-smoothing: antialiased;
        margin-top: 0;
    }

    .site-search-link-container a {
        display: block;
        color: #fff;
        margin-bottom: 10px;
    }

@media (max-width: 767px) {
    .site-search-link-container h3 {
        font-size: 14px;
    }

    .site-search-link-container a {
        line-height: 1;
        margin-bottom: 10px;
    }

    .site-search-link-container [data-site-search-recent-container] {
        margin-bottom: 20px;
    }
}

.sitewide-search .article--copy-container {
    margin: 20px 0;
}

.sitewide-search .article--copy {
    margin: 0;
    padding: 0;
}

.sitewide-search .topic--section-heading {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .sitewide-search .topic--section-heading h4 {
        margin: 0;
        padding: 5px 0;
    }

    .sitewide-search .topic--section-heading span:nth-child(3), .sitewide-search .topic--section-heading span:nth-child(4) {
        color: #959595;
    }

    .sitewide-search .topic--section-heading p:last-of-type {
        margin-bottom: 0;
    }

#myTab li {
    margin-bottom: 10px;
}

.auto-style1 {
    font-family: calibri;
}

.auto-style4 {
    font-family: calibri;
    font-size: xx-large;
    width: 70%;
    text-align: center;
    height: 6px;
    margin-left: 0px;
}

.auto-style5 {
    font-family: calibri;
    font-size: 40px;
}

.auto-style7 {
    color: #FF9933;
}

.auto-style8 {
    font-size: 16px;
}

.auto-style10 {
    font-family: calibri;
    font-size: medium;
}

.auto-style11 {
    font-family: calibri;
    font-size: 16px;
}

.auto-style12 {
    color: #000000;
}

.auto-style13 {
    font-family: helvica;
    font-size: medium;
}

.clickable {
    cursor: pointer;
}

    .clickable .glyphicon {
        background: rgba(0, 0, 0, 0.15);
        display: inline-block;
        padding: 6px 12px;
        border-radius: 4px
    }



.nogap > .col {
    padding-left: 7.5px;
    padding-right: 7.5px
}

    .nogap > .col:first-child {
        padding-left: 15px;
    }

    .nogap > .col:last-child {
        padding-right: 15px;
    }

.form-actions {
    background-color: transparent;
    text-align: center;
    float: left;
    margin-top: 3%;
    margin-bottom: 10px;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    To center vertically display: table-cell;
    vertical-align: middle;
}

.modal-content {
    margin: 0 auto;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

table {
    font-size: 1em;
}

.styleInfo {
    position: relative;
}

.clr {
    clear: both;
}

.panel-heading {
    cursor: pointer;
}

.intro {
    background-color: #edeff0;
    border-style: groove;
    border-style: ridge;
}

.iconcolor .panel-heading [data-toggle="collapse"]:after {
    color: #007dc2;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        display: none;
    }

body {
    font-family: sans-serif;
}

.toggle-check-input {
    width: 1px;
    height: 1px;
    position: absolute;
}

.toggle-check-text {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    background: #c81f1f;
    padding: 0.25em 0.5em 0.25em 2em;
    border-radius: 1em;
    min-width: 2em;
    color: #FFF;
    cursor: pointer;
    transition: background-color 0.15s;
}

    .toggle-check-text:after {
        content: ' ';
        display: block;
        background: #FFF;
        width: 1.1em;
        height: 1.1em;
        border-radius: 1em;
        position: absolute;
        left: 0.3em;
        top: 0.25em;
        transition: left 0.15s, margin-left 0.15s;
    }

    .toggle-check-text:before {
        content: 'NO';
    }

.toggle-check-input:checked ~ .toggle-check-text {
    background: #5cb85c;
    padding-left: 0.5em;
    padding-right: 2em;
}

    .toggle-check-input:checked ~ .toggle-check-text:before {
        content: 'YES';
    }

    .toggle-check-input:checked ~ .toggle-check-text:after {
        left: 100%;
        margin-left: -1.4em;
    }

.rotate {
    transform: rotate(-90deg);
    color: white;
    float: left;
    font-size: 18px;
}

.no-transition {
    transition: none !important;
}

.panel-collapse {
    transition: height 0.6s;
}

.glyphicons {
    font-size: 24px;
    color: #1e1e1e;
}

.glyphicons-pie-chart:before {
    content: "\E043";
}

.activebtn {
    background: white !important;
    color: #0183c1 !important;
}

.no-copy {
    -webkit-user-select: none;*/ /* Chrome all / Safari all */
/*-moz-user-select: none;*/ /* Firefox all */
/*-ms-user-select: none;*/ /* IE 10+ */
/*user-select: none;*/ /* Likely future */
/*}

body {
    font-family: sans-serif;
}

#imgggg {
    width: 50%
}

#disabled-button-wrapper {
    display: inline-block;*/ /* display: block works as well */
/* make some space so the tooltip is visible */
/*}

#disabled-button-yes {
    display: inline-block;*/ /* display: block works as well */
/* make some space so the tooltip is visible */
/*}

.tooltip-wrapper .btnBarChart[disabled] {*/
/* don't let button block mouse events from reaching wrapper */
/*pointer-events: none;
}

.tooltip-wrapper.disabled {*/
/* OPTIONAL pointer-events setting above blocks cursor setting, so set it here */
/*cursor: not-allowed;
}

.blocks,
.blocks {
    width: 100%;
}

.btns {
    max-width: 150px;
    width: 100%;
}


.chosen-container {
    width: 100% !important;
}


.ui-draggable-handle {
    -ms-touch-action: auto !important;
    touch-action: auto !important;
}

.ui-dialog {
    overflow: visible;
}

.select2-container {
    width: 100% !important;
}

.select_box_class {
    display: none;
    visibility: hidden;
    position: absolute;
}

.reggggggg {
    display: block;
}

body {
    font-family: sans-serif;
}

#imgggg {
    width: 50%
}

#disabled-button-wrapper {
    display: inline-block;*/ /* display: block works as well */
/* make some space so the tooltip is visible */
/*}

#disabled-button-yes {
    display: inline-block;*/ /* display: block works as well */
/* make some space so the tooltip is visible */
/*}

.tooltip-wrapper .btnBarChart[disabled] {*/
/* don't let button block mouse events from reaching wrapper */
/*pointer-events: none;
}

.tooltip-wrapper.disabled {*/
/* OPTIONAL pointer-events setting above blocks cursor setting, so set it here */
/*cursor: not-allowed;
}

.blocks,
.blocks {
    width: 100%;
}

.btns {
    max-width: 150px;
    width: 100%;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

    ::-webkit-scrollbar:vertical {
        width: 12px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 12px;
    }

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}*/

/*header for mobile*/
/*[data-toggle="collapse"] .fa:before {
    content: "\2212";
    color: white;
    outline: none;
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\002b";
    color: white;
    outline: none;
}

.homeheader {
    background-color: #13386e;
    float: right;
    border: none;
    outline: none;
}*/
/*Announcemnet CSS/**/

/*#summary {
    font-size: 14px;
    line-height: 1.5;
}

    #summary p.collapse:not(.show) {
        height: 42px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #summary p.collapsing {
        min-height: 42px !important;
    }

    #summary a.collapsed:after {
        content: '+ Read More';
    }

    #summary a:not(.collapsed)#read:after {
        content: '- Read Less';
    }

@media (min-width: 768px) {
    .homeheader {
        display: none;
    }

    #mobilepanels {
        font-size: 14px;
        line-height: 1.5;
    }

        #mobilepanels p.collapse:not(.show) {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        #mobilepanels a.collapsed:after {
            content: '+ Read More';
        }

        #mobilepanels a:not(.collapsed)#read:after {
            content: '- Read Less';
        }
}

#mobilepanels {
    font-size: 14px;
    line-height: 1.5;
}

    #mobilepanels p.collapse:not(.show) {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #mobilepanels a.collapsed:after {
        content: '+ Read More';
    }

    #mobilepanels a:not(.collapsed)#read:after {
        content: '- Read Less';
    }

@media (min-width:1040px) {
    #mobilepanels a {
        display: none;
    }

    #collapseSummary1 {
        display: block;
    }

    #collapseSummary2 {
        display: block;
    }

    #collapseSummary3 {
        display: block;
    }
}

.panel-heading {
    padding: 3px 15px;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    margin-top: 3px !important;
}

.select2-container .select2-selection--multiple {
    min-height: 26px !important;
}

.modal {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.33);
}

#testlabel {
    font-weight: normal;
    display: inline-block;
}



@media (max-width:1200px) {
    .col-lg-7 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .col-lg-5 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}



input::-ms-clear {
    display: none;
}


.colortag:nth-child(even) {
    background-color: #ededed
}

#ageslider.ui-slider-horizontal {
    height: 8px;
    background: #D7D7D7;
    border: 1px solid #BABABA;
    box-shadow: 0 1px 0 #FFF, 0 1px 0 #CFCFCF inset;
    clear: both;
    margin: 8px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

#ageslider.ui-slider {
    position: relative;
    text-align: left;
}

#ageslider.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}

#ageslider.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 8px;
    font-size: .7em;
    display: block;
    border: 1px solid #5BA8E1;
    box-shadow: 0 1px 0 #AAD6F6 inset;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #81B8F3;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #A0D4F5), color-stop(100%, #81B8F3));
    background-image: -webkit-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -moz-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -o-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: linear-gradient(top, #A0D4F5, #81B8F3);
}

#ageslider.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #F9FBFA;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #C7CED6), color-stop(100%, #F9FBFA));
    background-image: -webkit-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -moz-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -o-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: linear-gradient(top, #C7CED6, #F9FBFA);
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}

#ageslider.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;
    cursor: default;
    border: none;
    cursor: pointer;
}

    #ageslider.ui-slider .ui-slider-handle:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        top: 50%;
        margin-top: -4px;
        left: 50%;
        margin-left: -4px;
        background: #30A2D2;
        -webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
        -moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 white;
        box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
    }

#ageslider.ui-slider-horizontal .ui-slider-handle {
    top: -2.1em;
    margin-left: -.6em;
}

#ageslider.ui-slider a:focus {
    outline: none;
}

#ageslider.ui-slider {
    border-radius: 0px;
    background: #c7cdd5;
    border: none;
}



#time-range p {
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: #333;
}

#slider-range.ui-slider-horizontal {
    height: 8px;
    background: #D7D7D7;
    border: 1px solid #BABABA;
    box-shadow: 0 1px 0 #FFF, 0 1px 0 #CFCFCF inset;
    clear: both;
    margin: 8px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

#slider-range.ui-slider {
    position: relative;
    text-align: left;
}

#slider-range.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}

#slider-range.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 8px;
    font-size: .7em;
    display: block;
    border: 1px solid #5BA8E1;
    box-shadow: 0 1px 0 #AAD6F6 inset;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #81B8F3;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #A0D4F5), color-stop(100%, #81B8F3));
    background-image: -webkit-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -moz-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -o-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: linear-gradient(top, #A0D4F5, #81B8F3);
}

#slider-range.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #F9FBFA;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #C7CED6), color-stop(100%, #F9FBFA));
    background-image: -webkit-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -moz-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -o-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: linear-gradient(top, #C7CED6, #F9FBFA);
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}

#slider-range.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;
    cursor: default;
    border: none;
    cursor: pointer;
}

    #slider-range.ui-slider .ui-slider-handle:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        top: 50%;
        margin-top: -4px;
        left: 50%;
        margin-left: -4px;
        background: #30A2D2;
        -webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
        -moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 white;
        box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
    }

#slider-range.ui-slider-horizontal .ui-slider-handle {
    top: -2.1em;
    margin-left: -.6em;
}

#slider-range.ui-slider a:focus {
    outline: none;
}

#slider-range.ui-slider {
    border-radius: 0px;
    background: #c7cdd5;
    border: none;
}*/


/* Chrome, Safari, Edge, Opera */
/*input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}*/

/* Firefox */
/*input[type=number] {
    -moz-appearance: textfield;
}

.panel-body {
    padding: 5px 0px 5px 10px;
}

:-ms-input-placeholder {
    color: #808080;
    vertical-align: middle;
}

.cacheElement, .cacheElementFiltre {
    display: none;
}*/

#myTab li {
    margin-bottom: 10px;
}

.form-actions {
    background-color: transparent;
    text-align: center;
    float: left;
    margin-top: 3%;
    margin-bottom: 10px;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    To center vertically display: table-cell;
    vertical-align: middle;
}

.modal-content {
    margin: 0 auto;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

table {
    font-size: 1em;
}

.styleInfo {
    position: relative;
}

.clr {
    clear: both;
}

.panel-heading {
    cursor: pointer;
}

.intro {
    background-color: #edeff0;
    border-style: groove;
    border-style: ridge;
}

.iconcolor .panel-heading [data-toggle="collapse"]:after {
    color: #007dc2;
}

body {
    font-family: sans-serif;
}

.rotate {
    transform: rotate(-90deg);
    color: white !important;
    /*color: black;*/
    float: left;
    font-size: 18px;
}

.no-transition {
    transition: none !important;
}

.panel-collapse {
    transition: height 0.6s;
}

.glyphicons {
    font-size: 24px;
    color: #1e1e1e;
}

.glyphicons-pie-chart:before {
    content: "\E043";
}

.activebtn {
    background: white !important;
    color: #0183c1 !important;
}

.no-copy {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Likely future */
}

body {
    font-family: sans-serif;
}

#imgggg {
    width: 50%
}

.blocks,
.blocks {
    width: 100%;
}

.btns {
    max-width: 150px;
    width: 100%;
}

.ui-draggable-handle {
    -ms-touch-action: auto !important;
    touch-action: auto !important;
}

.ui-dialog {
    overflow: visible;
}

.select2-container {
    width: 100% !important;
}

.select_box_class {
    display: none;
    visibility: hidden;
    position: absolute;
}

.reggggggg {
    display: block;
}

body {
    font-family: sans-serif;
}

#imgggg {
    width: 50%
}

.btns {
    max-width: 150px;
    width: 100%;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

    ::-webkit-scrollbar:vertical {
        width: 12px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 12px;
    }

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

/*header for mobile*/
[data-toggle="collapse"] .fa:before {
    content: "\2212";
    color: white;
    outline: none;
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\002b";
    color: white;
    outline: none;
}


.panel-heading {
    padding: 3px 15px;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    margin-top: 3px !important;
}

.select2-container .select2-selection--multiple {
    min-height: 26px !important;
}

.modal {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.33);
}

#testlabel {
    font-weight: normal;
    display: inline-block;
}



@media (max-width:1200px) {
    .col-lg-7 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .col-lg-5 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

input::-ms-clear {
    display: none;
}


.colortag:nth-child(even) {
    background-color: #ededed
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.panel-body {
    padding: 5px 0px 5px 10px;
}

:-ms-input-placeholder {
    color: #808080;
    vertical-align: middle;
}

.cacheElement, .cacheElementFiltre {
    display: none;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}



.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd !important;
}

.pull-right {
    float: right !important;
}

p {
    margin: 0 0 11px;
}

b, strong {
    font-weight: bold;
}
/*SampleQueries*/
.sampleQueryClickId {
    color: white !important;
    background-color: rgb(1, 131, 193) !important;
    font-weight: 500;
    display: block;
    font-weight: 600;
}

/*Filterr Your Selection */

.SASDataEleTables {
    border-color: #007bff;
    margin-bottom: 4px !important;
}

/*Build Your Reports */
.item_container {
    border-color: #007bff;
}

/*Tables background color change.*/
.dataEleHeadings {
    /*background-color: #0183c1 !important;*/
    color: black !important;
    /*background-color: rgba(0, 128, 0, 0.41)!important;*/
    border-color: #ddd;
    border-top: 0px solid #0183c1 !important;
    border-bottom: 0px solid #0183c1 !important;
    /*border-top: 3px solid rgba(0, 128, 0, 0.41) !important;
    border-bottom: 3px solid rgba(0, 128, 0, 0.41) !important;*/
    padding: 1px 15px !important;
}

.BYRHeading {
    background-color: #007dc2 !important;
    color: #ffffff !important;
    border: none !important;
    text-align: center;
    cursor: default;
    /*    height: 22%;
*/ /*background-color: rgba(0, 128, 0, 0.41) !important;
    border-color: #ddd!important;
    border-top: 1px solid rgba(0, 128, 0, 0.41) !important;
    border-bottom: 3px solid rgba(0, 128, 0, 0.41) !important;
    color: black!important;
    text-align: center;
    cursor: default;
    height: 40px;*/
}

.sasDataeleHeader {
    padding-bottom: 0px;
    padding-top: 0px;
    color: #999;
    background-color: #f5f5f5 !important;
    border-color: #ddd !important;
    border-top: none !important;
    border-bottom: none !important;
}
/*Report selections background color change.*/
.btnSortable {
    background-color: #0183c1;
    border: 2px solid #0183c1;
    color: #ffffff;
    /*background-color: rgba(0, 128, 0, 0.41);
    border: white;
    color: #012ac1;
    border-top: 3px solid rgba(0, 128, 0, 0.57);
    border-bottom: 3px solid rgba(0, 128, 0, 0.57);*/
}

.parentItem {
    padding-left: 10px !important;
}

.childItem {
    padding-left: 35px !important;
}

.panel-body {
    padding: 5px 0px 5px 10px;
}

:-ms-input-placeholder {
    color: #808080;
    vertical-align: middle;
}

.cacheElement, .cacheElementFiltre {
    display: none;
}

@media (min-width: 1200px) {
    .col-lg-push-7 {
        left: 58.33333%;
    }
}

@media (min-width: 1200px) {
    .col-lg-5 {
        width: 41.66667%;
    }
}

@media (min-width: 1200px) {
    .col-lg-pull-5 {
        right: 41.66667%;
    }
}

@media (min-width: 1200px) {
    .col-lg-7 {
        width: 58.33333%;
    }
}

.FIRSTHeader {
    margin-left: 30%;
    display: inline-block;
    margin-bottom: -5px;
}

.btn.btn-transparent {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    transition: background-color 0.15s, color 0.15s;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 0;
}

/*Sample Queries*/
.expandQueries, .collapseQueries {
    float: right;
    margin-top: -2.3%;
    margin-right: 3%;
    display: none;
}

.searchbyid, .globalSearch {
    margin-top: 10px;
    width: 98%;
}
/*CurrnetCriteria*/
h4 {
    font-size: 0.9rem !important;
}
/*FIRST header style*/
h1 {
    font-size: 2em;
    margin: 0.67rem 0;
}
/*SasData Elements*/
/*Used for displaying Panels*/
.showPanel {
    display: inline;
}
/*Apply css for not displaying Panels*/
.hidepanel {
    display: none;
}

button {
    overflow: hidden;
}

.twayStyles {
    color: red;
    margin-left: 15px;
}

.personColor {
    background-color: #55B1E6 !important;
}

.vehicleColor {
    background-color: #1A8BC4 !important;
}

.crashColor {
    background-color: #09689c !important;
}

/*.sasdataele
{
    color: black !important;
    font-size: inherit;
}*/
.titleColor {
    color: black !important;
}
/*@media(max-width: 1500px) and (min-width: 1200px) {
    .sortRowHeader {
        height: 19.5% !important;
    }

    .sortColHeader {
        height: 19.5% !important;
    }
}*/
@media(max-width: 1070px) and (min-width: 992px) {
    .BYRHeading {
        height: 24% !important;
        max-height: 24% !important;
    }
}

@media(max-width: 2000px) and (min-width: 1071px) {
    .BYRHeading {
        height: 21.5% !important;
        max-height: 21.5% !important;
    }
}

@media(max-width: 2000px) and (min-width: 1600px) {
    .BYRHeading {
        height: 16% !important;
        max-height: 16% !important;
    }
}

@media(max-width: 991px) {
    .BYRHeading {
        height: 17% !important;
        max-height: 17% !important;
    }
}


.clearSearchList {
    position: relative;
    right: 20px;
    display: inline-block;
    color: black;
    margin: -2%;
}

.clearSampleQueryList {
    position: relative;
    right: 20px;
    display: inline-block;
    color: black;
    font-weight: bold;
    cursor: pointer;
}

.clearAllSampleQuery {
    position: relative;
    right: 20px;
    display: inline-block;
    color: black;
    font-weight: bold;
    cursor: pointer;
}

.btn-success {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.btn-info {
    color: white !important;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.btn-warning {
    color: white !important;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.btn:focus {
    outline: none !important;
}

.btn:focus {
    box-shadow: none;
}

.select2-search__field {
    width: auto !important;
}

_header ----- START*/
.input-group .form-control:focus {
    z-index: 0;
}

@media (min-width: 1040px) and (max-width: 1245px) {
    .navbar-primary {
        font-size: 14px;
    }

        .navbar-primary .nav > li > a {
            padding-left: 8px;
            padding-right: 8px;
        }
}

.navbar-primary .container-fluid {
    max-width: 1004px;
}

.navbar-primary .navbar-toggle {
    transition: all 0.3s ease-out;
    transform: rotate(360deg);
    left: 2px;
    margin-right: 20px;
}

    .navbar-primary .navbar-toggle .icon-bar {
        background-color: #fff;
        transition: all 0.2s ease-out;
        border-radius: 0;
    }

        .navbar-primary .navbar-toggle .icon-bar:nth-child(2) {
            transform: rotate(45deg);
            transform-origin: 10% 10%;
        }

        .navbar-primary .navbar-toggle .icon-bar:nth-child(3) {
            opacity: 0;
        }

        .navbar-primary .navbar-toggle .icon-bar:nth-child(4) {
            transform: rotate(-45deg);
            transform-origin: 10% 90%;
        }

.navbar-primary .navbar-header {
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1040px) {
    .navbar-primary .navbar-header {
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .navbar-primary .navbar-header {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.navbar-primary .navbar-collapse {
    border-top: none;
    box-shadow: none;
}

.navbar-primary .navbar-brand {
    margin-left: 0;
    padding: 0;
    padding-left: 20px;
    color: #fff !important;
}

    .navbar-primary .navbar-brand img {
        height: auto;
        width: 220px;
        position: relative;
        top: 50%;
        transform: translate(0, -50%);
        display: none;
    }

        .navbar-primary .navbar-brand img:nth-child(2) {
            display: inline-block;
        }

@media (max-width: 767px) {
    .navbar-primary .navbar-brand img {
        width: 150px;
    }
}

@media (min-width: 1040px) {
    .navbar-primary .navbar-brand img:first-child {
        display: inline-block;
    }

    .navbar-primary .navbar-brand img:nth-child(2) {
        display: none;
    }
}

.navbar-primary .navbar-links {
    -ms-flex: 5;
    flex: 5;
}

@media (max-width: 1040px) {
    .navbar-primary .navbar-links {
        padding: 0;
    }

        .navbar-primary .navbar-links > ul {
            margin: 0;
        }
}

@media (max-width: 1039px) {
    .navbar-primary .navbar-header, .navbar-primary .navbar-links.in, .navbar-primary .nav, .navbar-primary {
        display: block !important;
    }
}

.navbar-primary .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .navbar-primary .nav > li {
        padding-top: 20px;
        padding-bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

@media (max-width: 1039px) {
    .navbar-primary .nav > li {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.navbar-primary .nav > li:nth-last-child(2) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.navbar-primary .nav > li a {
    white-space: nowrap;
}

    .navbar-primary .nav > li a span {
        color: #fff;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        position: relative;
    }

        .navbar-primary .nav > li a span:before {
            content: attr(data-text);
            color: transparent;
            width: 0;
            display: inline-block;
            overflow: hidden;
            transition: width 0.15s ease-out;
            border-bottom: 5px solid #fff;
            position: absolute;
            white-space: nowrap;
            -webkit-font-smoothing: antialiased;
        }

    .navbar-primary .nav > li a:hover {
        background-color: transparent;
        text-decoration: underline;
    }

        .navbar-primary .nav > li a:hover span:before {
            width: 100%;
        }

    .navbar-primary .nav > li a:focus {
        background-color: transparent;
    }

.navbar-primary .nav > li.active {
    text-decoration: none;
}

    .navbar-primary .nav > li.active a:hover, .navbar-primary .nav > li.active a:focus {
        text-decoration: none;
        cursor: default;
    }

    .navbar-primary .nav > li.active span:before {
        width: 0%;
    }

.navbar-primary .nav > li {
    padding-top: 20px;
    padding-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1039px) {
    .navbar-primary .nav > li {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.navbar-primary .nav > li:nth-last-child(2) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.navbar-primary .nav > li a {
    white-space: nowrap;
}

    .navbar-primary .nav > li a span {
        color: #fff;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        position: relative;
    }

        .navbar-primary .nav > li a span:before {
            content: attr(data-text);
            color: transparent;
            width: 0;
            display: inline-block;
            overflow: hidden;
            transition: width 0.15s ease-out;
            border-bottom: 5px solid #fff;
            position: absolute;
            white-space: nowrap;
            -webkit-font-smoothing: antialiased;
        }

    .navbar-primary .nav > li a:hover {
        background-color: transparent;
        text-decoration: underline;
    }

        .navbar-primary .nav > li a:hover span:before {
            width: 100%;
        }

    .navbar-primary .nav > li a:focus {
        background-color: transparent;
    }

.navbar-primary .nav > li.active {
    text-decoration: none;
}

    .navbar-primary .nav > li.active a:hover, .navbar-primary .nav > li.active a:focus {
        text-decoration: none;
        cursor: default;
    }

    .navbar-primary .nav > li.active span:before {
        width: 0%;
    }

.navbar-primary .nav > li.navbar-primary--utility-nav .more-dropdown {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-primary .nav > li.navbar-primary--utility-nav .dropdown {
    position: inherit;
}

    .navbar-primary .nav > li.navbar-primary--utility-nav .dropdown.open .more-dropdown:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }

.navbar-primary .nav > li.navbar-primary--utility-nav {
    min-width: 160px;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0px;
}

    .navbar-primary .nav > li.navbar-primary--utility-nav .utility-nav--links .dropdown ul {
        margin-right: 0;
        margin-top: 0;
        padding: 20px 0px;
    }

        .navbar-primary .nav > li.navbar-primary--utility-nav .utility-nav--links .dropdown ul li a {
            padding-top: 6px;
            padding-bottom: 6px;
            font-weight: 300;
        }

span.menu_item_list_separator {
    padding-bottom: 20px;
    display: block;
    border-bottom: 1px solid #338fbc;
    margin: 0px 20px 20px 20px;
}

.navbar-primary .nav > li.navbar-primary--utility-nav a:focus {
    border: none;
    outline: 0px;
}

.top-nav-search-container {
    float: right;
}

@media (min-width: 1039px) {
    .navbar-primary .nav > li.navbar-primary--utility-nav .dropdown:hover .more-dropdown:after, .navbar-primary .nav > li.navbar-primary--utility-nav:hover .dropdown .more-dropdown:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .navbar-primary--utility-nav:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (max-width: 1039px) {
    .navbar-primary ul.nav > li:nth-last-child(2) {
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
    }

    .navbar-primary .nav > li.navbar-primary--utility-nav {
        text-align: left;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.topnav-report_problem_container {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

.btn.btn-transparent:after {
    z-index: -1;
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    left: -100%;
    transition: left 0.2s ease-in;
}

.btn.btn-transparent:hover, .btn.btn-transparent:active, .btn.btn-transparent:focus {
    color: #007dc2;
    text-decoration: none !important;
}

    .btn.btn-transparent:hover:after, .btn.btn-transparent:active:after, .btn.btn-transparent:focus:after {
        left: 0;
    }

.topnav-report_problem_container a {
    font-size: 12px;
    text-transform: uppercase;
}

.topnav-search-form-container {
    display: inline-block;
    background: none;
    width: 280px;
    max-width: 100%;
}

    .topnav-search-form-container .icon-Search {
        display: inline-block;
        font-size: 20px;
        color: #a5a5a5;
        position: absolute;
        top: 10px;
    }

    .topnav-search-form-container .input-group { /*border-bottom: 1px solid #036297;*/
        width: 100%;
    }

    .topnav-search-form-container input {
        background: none;
        border: none;
        color: #fff;
        font-family: Verdana,Tahoma,"DejaVu Sans",sans-serif;
        font-size: 15px;
        padding: 0 0 0 45px !important;
        height: 36px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
        float: left;
    }

        .topnav-search-form-container input:focus {
            border: none;
            box-shadow: none;
        }

.navbar-primary .navbar-toggle.collapsed {
    transform: rotate(0);
    left: 0;
}

    .navbar-primary .navbar-toggle.collapsed .icon-bar:nth-child(2), .navbar-primary .navbar-toggle.collapsed .icon-bar:nth-child(4) {
        transform: rotate(0);
    }

    .navbar-primary .navbar-toggle.collapsed .icon-bar:nth-child(3) {
        opacity: 1;
    }

.navbar-primary .nav > li.navbar-primary--utility-nav .more-dropdown {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-primary .nav > li.navbar-primary--utility-nav .dropdown {
    position: inherit;
}

    .navbar-primary .nav > li.navbar-primary--utility-nav .dropdown.open .more-dropdown:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }

.navbar-primary .nav > li.navbar-primary--utility-nav {
    min-width: 160px;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0px;
}

    .navbar-primary .nav > li.navbar-primary--utility-nav .utility-nav--links .dropdown ul {
        margin-right: 0;
        margin-top: 0;
        padding: 20px 0px;
    }

        .navbar-primary .nav > li.navbar-primary--utility-nav .utility-nav--links .dropdown ul li a {
            padding-top: 6px;
            padding-bottom: 6px;
            font-weight: 300;
        }

span.menu_item_list_separator {
    padding-bottom: 20px;
    display: block;
    border-bottom: 1px solid #338fbc;
    margin: 0px 20px 20px 20px;
}

.navbar-primary .nav > li.navbar-primary--utility-nav a:focus {
    border: none;
    outline: 0px;
}

.top-nav-search-container {
    float: right;
}

@media (min-width: 1039px) {
    .navbar-primary .nav > li.navbar-primary--utility-nav .dropdown:hover .more-dropdown:after, .navbar-primary .nav > li.navbar-primary--utility-nav:hover .dropdown .more-dropdown:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .navbar-primary--utility-nav:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (max-width: 1039px) {
    .navbar-primary ul.nav > li:nth-last-child(2) {
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
    }

    .navbar-primary .nav > li.navbar-primary--utility-nav {
        text-align: left;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.navbar-primary--utility-nav {
    background-color: #0579b0;
    padding-right: 20px;
}

@media (min-width: 1040px) and (max-width: 1399px) {
    .navbar-primary--utility-nav {
        padding-left: 9px;
    }
}

.navbar-primary--utility-nav .btn {
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 1400px) {
    .navbar-primary--utility-nav .btn {
        font-weight: 900;
        padding: 20px;
        margin-right: 33px;
        margin-left: 30px;
        text-transform: uppercase;
    }
}

@media (min-width: 1040px) and (max-width: 1399px) {
    .navbar-primary--utility-nav .btn {
        border: none;
        padding: 0;
        padding-left: 20px;
        font-weight: 700;
        -webkit-font-smoothing: antialiased;
        line-height: 1.5;
        position: relative;
        left: -10px;
    }

        .navbar-primary--utility-nav .btn:hover, .navbar-primary--utility-nav .btn:active, .navbar-primary--utility-nav .btn:focus {
            color: #fff;
            text-decoration: underline !important;
        }

        .navbar-primary--utility-nav .btn:after {
            display: none !important;
        }
}

.dropdown-menu {
    position: absolute !important;
    margin: -20%;
    padding: 15px !important;
}

@media (min-width: 1040px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1039px) {
    .navbar-primary .nav > li.navbar-primary--utility-nav .dropdown:hover .more-dropdown:after, .navbar-primary .nav > li.navbar-primary--utility-nav:hover .dropdown .more-dropdown:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .topnav-search-form-container {
        width: 230px;
    }
}

@media (max-width: 767px) {
    .top-nav-search-container { /* float: none; */
        -ms-flex-pack: justify; /* justify-content: space-between; */
        display: -ms-flexbox; /* display: flex; */
        padding-top: 5px;
    }

    .topnav-search-form-container {
        width: 45%;
        position: relative;
    }
}

.navbar-primary .navbar-toggle {
    transition: all 0.3s ease-out;
    transform: rotate(360deg);
    left: 2px;
    margin-right: 20px;
}

    .navbar-primary .navbar-toggle .icon-bar {
        background-color: #fff;
        transition: all 0.2s ease-out;
        border-radius: 0;
    }

        .navbar-primary .navbar-toggle .icon-bar:nth-child(2) {
            transform: rotate(45deg);
            transform-origin: 10% 10%;
        }

        .navbar-primary .navbar-toggle .icon-bar:nth-child(3) {
            opacity: 0;
        }

        .navbar-primary .navbar-toggle .icon-bar:nth-child(4) {
            transform: rotate(-45deg);
            transform-origin: 10% 90%;
        }

    .navbar-primary .navbar-toggle.collapsed {
        transform: rotate(0);
        left: 0;
    }

        .navbar-primary .navbar-toggle.collapsed .icon-bar:nth-child(2), .navbar-primary .navbar-toggle.collapsed .icon-bar:nth-child(4) {
            transform: rotate(0);
        }

        .navbar-primary .navbar-toggle.collapsed .icon-bar:nth-child(3) {
            opacity: 1;
        }

@media (max-width: 1040px) {
    .navbar-primary .navbar-links {
        padding: 0;
    }

        .navbar-primary .navbar-links > ul {
            margin: 0;
        }
}

@media (max-width: 1039px) {
    .navbar-primary .navbar-header, .navbar-primary .navbar-links.in, .navbar-primary .nav, .navbar-primary {
        display: block !important;
    }
}

.navbar-primary .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .navbar-primary .nav > li {
        padding-top: 20px;
        padding-bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

@media (max-width: 1039px) {
    .navbar-primary .nav > li {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 1040px) {
    .nav.navbar-nav > li a {
        padding-left: 20px;
        line-height: 0.8;
    }

    .utility-nav a, .utility-nav .btn {
        padding: 10px 20px;
        font-weight: 900;
    }

    .utility-nav .btn {
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: 20px;
    }

    .utility-nav .utility-nav--links {
        padding: 0;
    }

        .utility-nav .utility-nav--links a {
            font-size: 16px;
        }

        .utility-nav .utility-nav--links .dropdown-toggle:active, .utility-nav .utility-nav--links .dropdown-toggle:focus {
            text-decoration: none;
        }

        .utility-nav .utility-nav--links .dropdown ul {
            padding: 0;
        }

            .utility-nav .utility-nav--links .dropdown ul a {
                padding-left: 20px;
                font-weight: 400;
                -webkit-font-smoothing: antialiased;
            }

    .utility-nav .dropdown-menu:after {
        display: none;
    }

    .navbar-primary--utility-nav .btn {
        font-size: 16px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.socrata-embed-container .socrata-visualization .socrata-visualization-legend-bar-container .socrata-visualization-legend-bar-inner-container .socrata-legend-button:focus, .dropdown-toggle:focus, .carousel-control:focus, .form-control:focus, .autonomous-search--wrapper input:focus, .highway-safety.topic-page-view form .custom-select select:focus, .highway-safety.topic-page-view .form .custom-select select:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.form-control {
    line-height: 2.0 !important;
}

.navbar-toggler-icon {
    background-image: none;
}

    .navbar-toggler-icon::before {
        font-family: FontAwesome;
        content: "\f0c9"; /* fa-bars, fa-navicon */
    }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

@media only screen and (max-width: 1040px) {
    .dropdown-menu {
        position: absolute !important;
        margin: 0% !important;
    }
}


.form-control {
    display: block;
    width: 100%;
    padding: 0rem !important;
    font-size: 14px !important;
    font-weight: normal;
    line-height: 0 !important;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.left-top-text {
    margin-top: 11px;
    display: inline-block;
}

@media(max-width: 1542px) and (min-width: 1820px) {
    .item_container {
        padding-bottom: 0% !important;
    }
}

@media(min-width: 1821px) {
    .item_container {
        padding-bottom: 1% !important;
    }
}

#serverReportMsg #btnDone {
    background-color: #FF9933 !important;
    color: white;
    font-weight: bold;
    border-block: revert;
}

#serverReportMsg .modal-dialog {
    margin: auto;
    width: 45% !important;
    max-width: 100% !important;
    top: 25%;
}

#serverReportMsg .modal-title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#serverReportMsg .modal-header {
    background-color: red !important;
    color: white;
    padding: 0.2rem;
}

input#site-search-input::placeholder {
    color: #6c757d !important;
}

@media(min-width: 0px) and (max-width:510px) {
    .showSearch .searchDataEle {
        width: 23% !important;
    }
}

@media(min-width: 511px) and (max-width:550px) {
    .showSearch .searchDataEle {
        width: 25% !important;
    }
}

@media(min-width: 551px) and (max-width:620px) {
    .showSearch .searchDataEle {
        width: 27% !important;
    }
}

@media(min-width: 1450px) {
    .showSearch {
        margin: 20% !important;
    }
}
/*@media all and (min-width:321px) and (max-width: 480px) {
    .showSearch {
        margin: 0% !important;
    }
        .showSearch .searchDataEle {
            width: 10% !important;
        }
}*/
@media all and (min-width:321px) and (max-width: 480px) {
    .showSearch {
        display: block;
        /*float:none;*/
        margin: 3% !important;
    }

        .showSearch .searchDataEle {
            width: 77% !important;
        }

    .showTables #openalltables, .showTables #closealltables {
        margin-top: -20%;
        margin-right: 5%;
    }
    /* #btnsubmit, #btnreset, #btnsave, #btnretrieve {
        margin: 5px 0px 0px 37% !important;
        display: block !important;
    }*/

    .criteria-panel {
        width: 100% !important;
    }

        .criteria-panel .criteria-panel .panel.panel-default{
            width: 83%;
            margin-left: 10%;
        }
    .container-fuild address {
        margin-left: 10px !important;
    }
}

