html, body {
    color: #333;
}

.slider-min-max {
    color: #55637d
}

.screener-panel-heading {
    background-color: #337ab7 !important;
    color: #fff !important;
}

.screener-panel-heading-alert {
    background-color: #ffa200 !important;
    color: #fff !important;
}
.bottom-margin-5 {
    margin-bottom: 5px;
}

.panel-heading-text {
    color: #ffffff;
}

.screener-data-grid {
    width: 100%;
    height: 1000px;
}

.screener-menu-group {
    margin-top: -7px;
}

@media (min-width: 1200px) {
    .dashboard-graph-col {
        padding-left: 70px;
    }

    .dashboard-filter-condition {
        margin-left: -60px;
    }
}

/*input.ui-grid-pager-control-input{*/
/*height:15px;*/
/*}*/
.ui-grid-header-cell-label {
    white-space: normal;
}

span.ui-grid-pager-max-pages-number {
    vertical-align: middle !important;
}

.graph-container {
    overflow-x: auto;
}

dist-chart {
    display: block;
}

.rzslider {
    width: 600px;
}

.rzslider.range {
    margin-top: 5px;
    height: 100%;
}

.min-range {
    width: 25%;
}

.max-range {
    width: 25%;
    float: right;
}

.dashboard-filter-col {
    max-height: 310px;
    min-height: 250px;
    overflow: auto;
    padding-bottom: 50px;
}

.dashboard-graph-col {
    max-height: 310px;
    min-height: 310px;
    overflow-y: auto;
}

.dashboard-filter-btn {
    font-size: 10px;
    border-radius: 0px;
    overflow-wrap: break-word;
}

.filter-selection {
    margin-left: 0px !important;
    margin-bottom: 5px;
}

.dndPlaceholder {
    background-color: #ddd !important;
    display: block;
    min-height: 42px;
}

.dashboard-col-available {
    max-height: 310px;
    min-height: 310px;
    overflow: auto;
    border-style: dashed;
    border-width: 1px;
    border-radius: 5px;
}

.dashboard-col-selected {
    max-height: 310px;
    min-height: 310px;
    overflow: auto;
    border-style: dashed;
    border-width: 1px;
    border-radius: 5px;
}

.dashboard-sort-col-available {
    height: 310px;
    overflow: auto;
    border-style: dashed;
    border-width: 1px;
    border-radius: 5px;
}

.dashboard-sort-col-selected {
    height: 310px;
    overflow: auto;
    border-style: dashed;
    border-width: 1px;
    border-radius: 5px;
}

.advanced-search-row {
    padding-bottom: 5px;
}

.advanced-search-btn {
    font-size: 9px;
    white-space: normal;
    padding: 0;
    letter-spacing: 0;
    margin-bottom: 3px;
}

.screener-dashboard-nav > ul > li > a {
    color: #004566 !important;
}

.screener-dashboard-nav > ul > li > a:hover {
    color: #ffa200 !important;
}

.screener-dashboard-nav > ul > li > a.active {
    color: #004566 !important;
}

.dashboard-list-group {
    padding-top: 10px;
}

.dashboard-dropdown-menu {
    max-width: 200px !important;
}

.dashboard-search-dropdown {
    margin-bottom: 180px;
}

.dashboard-subheader {
    font-size: 16px;
    font-weight: bold;
    font-family: Montserrat, Arial, sans-serif;
}

.dashboard-dropdown-a {
    white-space: normal !important;
}

/*ui-grid classes*/
.screener-cell {
    font-family: 'Roboto';
}

.screener-grid-cell-numeric {
    text-align: right !important;
}

.screener-grid-cell-url {
    text-align: center !important;
}

.screener-grid-header-cell-generic {
    text-align: center !important;
    background-color: #337ab7 !important;
    color: #ffffff !important;
}

.screener-grid-cell-datestring {
    text-align: center !important;
}

.pdf-icon {
    color: #BB0804;
}

.word-icon {
    color: #337ab7;
}

.excel-icon {
    color: green;
}

.ui-grid-header-canvas {
    background-color: #337ab7;
    color: #ffffff;
}

.nested-grid-cell {
    height: 30px;
    overflow: hidden;
}

.nested-grid-header {
    background-color: #898989;
    color: #ffffff;
}

tr.nested-grid-row {
    line-height: 25px;
    min-height: 25px;
    height: 30px;
    overflow: hidden;
}

.nested-grid-table {
    table-layout: fixed;
    font-family: 'Roboto';
}

.top-buffer {
    margin-top: 10px;
}

.bottom-margin-0 {
    margin-bottom: 0px;
}

.bvr-color-1 {
    color: #337ab7
}

.ngdialog.ngdialog-screener {
    padding-top: 50px;
}

.ngdialog.ngdialog-screener .ngdialog-content {
    /*height: 100%;*/
    width: 625px;
    /*min-height: 650px;*/
}

.screen-lists {
    max-height: 260px;
    overflow-y: auto;
}

.screen-sort-grp {
    padding-right: 5px;
}

.ui-grid, .ui-grid-viewport {
    height: auto !important;
}

input[type="text"].ui-grid-filter-input {
    color: #000000 !important;
}

.lr-sticky-header {
    background-color: white;
}

/*Main page scrollbar should be wider than others(.main-wrapper)*/
::-webkit-scrollbar {
    width: 18px;
    height: 10px;
}

.main-wrapper ::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

/*Smart table grid CSS*/
.scr-master-grid-data-row.odd {
    background-color: #f3f3f3;
}

.scr-nested-grid-data-row.odd {
    background-color: #f3f3f3;
}

.scr-master-grid-header-row {
    background-color: #337ab7;
    color: #ffffff;
}

.scr-nested-grid-table {
    width: 100%;
}

.scr-nested-grid-title-cell {
    text-align: center;
}

.scr-nested-grid-title-row, .scr-nested-grid-header-row {
    background-color: #898989;
    color: #ffffff;
}

.scr-master-grid-header-cell {
    vertical-align: middle !important;
    text-align: center;
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    border-left: 1px solid lightgrey;
}

.scr-master-grid-data-cell, .scr-nested-grid-parent-cell {
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    border-left: 1px solid lightgrey;
}

/*.scr-master-grid-data-cell.datestring , */

.scr-master-grid-data-cell.sec-link {
    text-align: center;
}

.scr-nested-grid-header-cell {
    vertical-align: top !important;
    text-align: center;
}

.scr-blank-button-cell {
    width: 30px;
    padding: 0px !important;
}

.scr-neg-cell {
    color: red;
}

.scr-nested-grid-tbody {
    vertical-align: top;
}

.column-unsort-icon {
    color: darkgrey;
}

.sec-img {
    width: 30px;
}

.scr-col-filter-input {
    height: 25px;
    border-radius: 1px;
}

.scr-pagination-div {
    width: 100%;
    align-items: center;
}

.scr-pagination-pages {
    display: inline-flex;
}

.scr-pagination-ctrl {
    width: auto;
    display: inline-block;
}

.scr-pagination {
    margin-top: 0px;
}

.scr-page-dropdown {
    padding: 5px;
}

.scr-pagination > ul {
    margin-top: 0px;
}

.page-input {
    width: 40px;
}

.page-status-info {
    padding-top: 5px;
    font-size: 14px;
}

.pagination-text {
    width: 250px;
}

.page-items-count-dd {
    padding-top: 5px;
}

.publishing-status {
    margin-bottom: 20px;
}

.sel-all-cb-div {
    margin-left: 11px;
}

.summary {
    padding-top: 20px;
}

div.multiples-instruction {
    text-align: left;
}

.transaction-rpt-btn img {
    max-width: 20px;
}

/* No selection on double click*/
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}

.cursor-pointer {
    cursor: pointer;
    cursor: hand;
}

/*Custom checkbox*/
.checkbox {
    padding-left: 20px;
    outline: none;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-family: Roboto, Arial, sans-serif;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -19.8px;
    border: 1px solid #337ab7;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 2.9px;
    margin-left: -19.8px;
    border-radius: 50%;
    background-color: #337ab7;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}


.cus-invalid-input {
    border-color: #d9534f;
    border-style: solid;
    border-width: 1px;
}

.cus-invalid-suggestion > p {
    text-align: left;
    font-size: 12px;
    color: #d9534f
}

.full-width {
    width: 100%
}

.width-600 {
    width: 600px;
}

.input-grey {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0;
}

.equal-height-btn {
    line-height: 1.35;
}

.non-infinite-dropdown {
    height: 200px;
    overflow-y: scroll;
}

.brand-text {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin-top: 8px;
}

.custom-invalid-date {
    border-width: 1px;
    border-color: red;
}

.brand-img {
    width: 120px;
    height: auto;
    vertical-align: unset;
}

.summary-copy-layout {
    width: 6.5in;
}

.z-indez-1 {
    z-index: 1;
}

.btn-bvr-blue {
    background: #337ab7;
    color: #ffffff;
}

.right-border-grey {
    border-right: 1px solid #ddd;
}

table.summary-copy-layout-table {
    border: 1px solid black;
    border-collapse: collapse;
    width: 100%;
}

table.summary-copy-layout-table td {
    border: 1px solid black;
    border-collapse: collapse;
}

table.summary-copy-layout-table tr:first-child {
    font-weight: bold;
}

hr.summary-copy-layout-hr {
    margin: 0px !important;
}

ul.dashboard-dropdown-menu > li:last-child {
    height: 95px;
}

/*Sticking header and first column*/

table.scr-main-table {
    border-collapse: separate; /* Don't collapse */
    border-spacing: 0;
}

.sticky-top {
    position: sticky;
    top: 0px;
    z-index: 1004;
}

table.scr-main-table tr.scr-master-grid-header-row th:first-child {
    position: sticky;
    left: 0px;
    z-index: 1005;
    background-color: #337ab7
}

.sticky-topleft-corner {
    position: sticky;
    left: 0px;
    z-index: 1005;
    background-color: #337ab7
}

table.scr-main-table tbody th, table.scr-main-table tbody td:first-child {
    position: sticky;
    left: 0;
    z-index: 1001;
}

table.scr-main-table tr.odd td:first-child {
    background-color: #f3f3f3;
    border-left: 1px solid #ddd !important;
}

table.scr-main-table tr.even td:first-child {
    background-color: white;
    border-left: 1px solid #ddd !important;
}

table.scr-main-table th {
    /* Apply both top and bottom borders to the <th> */
    /*border-top: 1px solid #ddd;*/
    border: 1px solid #ddd !important;
    border-width: 0 1px 1px 0 !important;
}

table.scr-main-table td {
    /* For cells, apply the border to one of each side only (right but not left, bottom but not top) */
    border: 1px solid #ddd !important;
    border-width: 0 1px 1px 0 !important;
}

table.scr-main-table td.pagination-td {
    border-right: 0px !important;
}

td.pagination-td {
    z-index: 2000 !important;
}

.dropdown-menu {
    z-index: 2000 !important;
}

.nav-menu-z {
    z-index: 3000 !important;
}

div.list-group-item.touched {
    background-color: #ffa50a;
    border-color: #ffa50a;
}


input.switchCheckbox {
    display: none !important;
}

.toggleSwitchWrap .toggleBase {
    width: 2em;
    height: 1em;
    background: #ccc;
    transition: background 0.1s;
    caret-color: transparent;
}

.toggleSwitchWrap .toggleSwitch {
    width: 1em;
    height: 1em;
    background: white;
    margin-left: 0;
    transition: margin-left 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}

.toggleSwitchWrap.switchOn .toggleBase {
    background: #8bc34a;
}

.toggleSwitchWrap.switchOn .toggleSwitch {
    margin-left: 1em;
    border-color: #8bc34a;
}

.form-inline .toggleSwitchWrap {
    display: inline-block;
}

.notification-bell {
    color: #fe1919;
}

.card.data-row {
    background-color: white;
    border-radius: 10px;
    padding: 2px 5px 2px 5px;
    margin: 2px;
}

.titlecase {
    text-transform: capitalize;
}

div.aggregated-clauses {
    border-style: solid;
    border-width: 1.2px;
    border-radius: 10px;
    padding: 2px;
}

div.search-summary-row-type {
    font-size: 8px;
    margin-top: -6px;
    text-align: right;
}

div.search-summary-agg-type {
    font-size: 8px;
    margin-top: -5px;
    margin-bottom: -5px;
    padding-right: 20px;
    text-align: right;
}

div.summary-container {
    font-size: 12px;
    overflow-y: auto;
    /*max-height: 350px;*/
    max-height: 400px;
    overflow-x: hidden;
}

i.saved-screen-sort-color {
    color: #ffa50a;
}

::-webkit-scrollbar {
    width: 10px;
}

div.recent-screen-criteria {
    border-style: solid;
    border-width: 1.2px;
    max-height: 100px;
    overflow-y: auto;
    margin-top: -10px;
}

div.recent-screen-criteria > ul {
    margin-bottom: 0px;
}

div.recent-screen-notes{
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 85px;
}

.pt-2 {
    padding-top: 2px;
}

.pt-5 {
    padding-top: 5px;
}

button.recent-screen-sort {
    font-size: 20px;
    padding: 6px;
}

.demo-mode-padding{
    padding-top: 8px;
}

.tooltip.field-def-tooltip .tooltip-inner {
    text-align: left;
}

