:root {
	/* Palette Colors */
	 --reptg2-primary: #188FFB;
	--reptg2-secondary: #3c91e6;
	--reptg2-tertiary: #e41b23;
	--reptg2-bg1: #fff;
    --reptg2-bg2: #ebebeb;
    --reptg2-bg3: #181a1f;
	/* Non-Palette Colors */
	--body-color: #333;
	--input-border-color: #ced4da;
	--link-color: #337ab7;
	--link-hover-color: #23527c;
}

/* =====================
	Theme Customization
======================== */

html {
    font-size: 14px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: var(--reptg2-bg2);
    font-family: Helvetica, sans-serif;
    color: var(--reptg2-bg3);
}

hr {
    border: 0;
    height: 1px;
    background-color: var(--reptg2-bg3);
}

table {
    margin-bottom: 1%;
    background-color: #fff;
}

td {
    padding-right: 1%;
}

fieldset {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 1px solid #ddd;

}

legend {
    display: inline;
    width: initial;
    padding-left: 8px;
    padding-right: 8px;
    border: none;
    margin-top: -16px;
    background-color: var(--reptg2-bg1);
}

input[type="file"]::file-selector-button  {
	margin-right: 4px;
    color: var(--reptg2-bg1);
    background-color: var(--reptg2-secondary);
    border: 1px solid var(--reptg2-primary);
    border-radius: 4px;
}

input[type="file"]::file-selector-button:hover {
    background-color: var(--reptg2-primary);
    border-color: var(--reptg2-secondary);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

label input:disabled + span {
    color: var(--reptg2-bg2);
    cursor: not-allowed;
}

input:disabled {
    cursor: not-allowed;
}

/* =====================
	3rd Party Style Overrides
======================== */

/* Bootstrap  */
.container {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    max-width: 100%;
}

/* Navbar */
.navbar-container {
    z-index: 3000;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.navbar {
    background-color: var(--reptg2-bg1);
    border-radius: 0;
    margin-bottom: 0px;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar .nav-item a:hover, .navbar .nav-item a:focus {
    color: var(--reptg2-tertiary);
}

.navbar-brand {
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
}

#announcementToggle #announcementText {
    display: none;
}

.nav {
    height: 60px;
}

.nav-item {
    padding: 0 6px;
}

.nav-link, .navbar-text {
    color: #24292e;
    line-height: 18px;
}

.pcLogo {
    margin-left: 20px;
    width: 162px;
    height: 60px;
}

.pcLogo img {
    width: 100%;
    height: 100%;
}

.logout {
    font-weight: 300;
}

.title {
    font-size: 16px;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    color: var(--reptg2-bg3);
     overflow: hidden;
     text-overflow: ellipsis;
    text-decoration: none;
    text-wrap: wrap;
}

.titleHeader__group {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	align-items: center;
}

.titleSection {
    border-top: 1px solid var(--reptg2-bg2);
    padding: 0 16px;
    background-color: var(--reptg2-bg1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.titleSection h4, .titleSection h5 {
    margin-left: 24px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 20px;
    font-size: 14px;
}
.titleSection h6 {
    margin-left: 24px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
}

.dropdown-menu > li > a.dropdown-item:hover {
	background-color: var(--reptg2-secondary);
	color: var(--reptg2-bg1);
}

.dropdown-submenu.dropdown-item:hover {
	background-color: var(--reptg2-secondary);
    color: var(--reptg2-bg1);
}

.dropdown-submenu {
    position: relative;
}

.login-modal-dialog {
    width: 500px;
}

.login-modal-body {
    height: 260px;
    overflow-y: hidden;
}

/* Card */
.card {
    min-width: 100%;
    border-radius: 6px;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    background-color: var(--reptg2-bg1);
    padding: 24px;
}

.card.configCard {
    padding: 0;
}

.card > h3 {
    margin-bottom: 0px;
    color: var(--reptg2-bg3);
    margin-top: 0px;
    padding-top: 12px;
    padding-left: 1%;
}

.card > h4 {
    margin-bottom: 0px;
    color: var(--reptg2-bg3);
    margin-top: 0px;
}

.card .card-body {
    padding-bottom: 15px;
    padding-top: 15px;
}

.card .card-body .dt-buttons, .dataTables_info {
    margin-bottom: 10px;
    margin-left: 10px;
}

.card .label {
    color: var(--reptg2-secondary);
    font-weight: 300;
}

/* BUTTONS */

.btn {
	padding: 0 32px;
    line-height: 32px;
    height: 32px;
    min-width: 120px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-small {
	padding: 0 24px;
	line-height: 24px;
	height: 24px;
	min-width: 80px;
	font-size: .6875rem;
}

.btn-primary {
	margin-right: 4px;
    color: #fff;
    background-color: #188FFB;
    border: 1px solid #0475dc;
    border-radius: 4px;
}

.btn-primary:hover {
    background-color: #0475dc;
    border-color: #035baa;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #0475dc;
    border-color: #035baa;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}

.btn-primary.active, .btn-primary:active, .open >.dropdown-toggle.btn-primary {
    background-color: var(--reptg2-secondary);
    border-color: var(--reptg2-secondary);
    box-shadow: none;
}

.btn-secondary {
    background-color: #dcdcdc;
    border-color: #c2c2c2;
    color: #222;
    opacity: .5;
}

.btn-secondary:hover {
    opacity: 1;
    background-color: #dcdcdc;
    color: #222;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.btn-secondary.focus, .btn-secondary:focus {
    opacity: 1;
    outline: none;
    background-color: #dcdcdc;
    color: #222;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}

.btn-secondary.active, .btn-secondary:active, .open>.dropdown-toggle.btn-secondary {
    opacity: 1;
    background-color: #dcdcdc;
    color: #222;
    box-shadow: none;
}

.btn-light {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-light:hover, .btn-light:focus, .btn-light:active {
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-danger {
    color: var(--reptg2-bg1);
    background-color: var(--reptg2-tertiary);
}

.btn-dnger:hover {
    color: var(--reptg2-tertiary);
    background-color: var(--reptg2-bg1);
}

.date .btn-primary {
    min-width: 60px;
}

.date .btn {
    line-height: 0px;
    display: inline;
}

.btn-outline-primary {
    color: var(--reptg2-primary);
    border-color: var(--reptg2-primary);
}

.btn-outline-primary:hover {
    color: var(--reptg2-bg1);
    background-color: var(--reptg2-primary);
    border-color: var(--reptg2-primary);
}

.btn.btn-outline-primary, .btn.btn-outline-danger {
    line-height: inherit;
    height: 24px;
    width: 24px;
    padding: 16px;
    min-width: 0;
}

.iconBtn.btn {
    width: auto;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
}

.icon-button {
    border: none;
    background-color: transparent;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--reptg2-primary);
}

.nav-pills .nav-link.active:hover, .nav-pills .show>.nav-link:hover {
    background-color: #0475dc;
    border-color: #035baa;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    color: #fff;
}

.nav-pills .nav-link {
    color: var(--link-color);
}

.nav-pills .nav-link:hover {
    color: var(--link-hover-color);
}

.bi-collapse.collapsed i.bi::before {
    transform: rotate(0);
    transition: transform 0.2s ease-in-out;
}

.bi-collapse i.bi::before {
    transform: rotate(90deg);
    transition: transform 0.2s ease-in-out;
}

.dropdown-toggle.hide-caret::after {
    display: none;
}

input[type=checkbox], input[type=radio] {
    margin: 2px 0 0;
}

.form-label {
    color: #777;
}
 

/* Datatables */
/* restrict the components of 'data-tables'  */


.dataTables_scrollHeadInner {
    width: 100%;
    margin-top: 20px;
}

.dataTables_scrollHeadInner table {
    width: 100% !important;
}

.dataTables_scrollBody {
    width: 100% !important;
    max-height: 550px;
    max-height: calc(100vh - 370px) !Important;
}

.dataTables_scrollBody table {
    width: 100% !important;
}

.dataTables_scrollFootInner {
    width: 100%;
}

.dataTables_scrollFootInner table {
    width: 100% !important;
}

table.dataTable tr.group td {
    font-weight: bold;
    background-color: #fff;
}

table.dataTable tfoot tr td {
    font-weight: bold
}

/* Header cells */
table.dataTable thead th {
    font-size: 12px;
    color: #333;
    font-weight: bold;
    vertical-align: center;
    background: #DFE5EB;
}

/* Body cells */
table.dataTable tbody th {
    font-size: 11px;
    color: #000;
    font-weight: bold;
    vertical-align: center;
    background: #fff;
}

table.dataTable tbody tr {
    font-size: 12px;
    color: #000;
    vertical-align: top;
}

.table>:not(caption)>*>* {
    background: #fff;
}

table.dataTable>tbody>tr {
    background-color: #fff;
}

table.dataTable tbody tr.even td {
    background: #dceaf7;
    vertical-align: top;
}

table.dataTable.table-striped>tbody>tr.odd>* {
    box-shadow: none;
}

table.dataTable tbody a {
    text-decoration: none;
    color: var(--link-color);
}

table.dataTable tbody a:hover {
    color: var(--link-hover-color);
    text-decoration: underline;
}

table.dataTable tbody tr td:first-of-type {
    white-space: nowrap;
}

table.dataTable tbody tr td.text-break:first-of-type {
    white-space: normal;
}

table.dataTable tfoot td {
    font-size: 12px;
    color: var(--reptg2-bg3);
    font-weight: bold;
    vertical-align: center;
}

table.dataTable tbody td {
     vertical-align: top;
}


table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
    border-left: none;
}

.sum, .mean,  table.dataTable tfoot td.sum, table.dataTable tfoot td.mean {
    text-align: right;
}

#CTI_ATTEMPT_DETAIL1 tbody tr:nth-child(even) td {
       background-color:  #fff;
}
#RESERVED_SUBTOTAL1 tbody tr:nth-child(even) td {
       background-color:  #fff;
}

table.dataTable>tbody>tr.subtotal-highlight td {
        font-size: 12px !important;
        font-weight: 600 !important;
        background-color: #dceaf7 !important;
 }

table.dataTable>tbody>tr.total-highlight td {
        font-size: 12px !important;
        font-weight: bold !important;
        background-color: #DFE5EB !important;
 }
 
table.dataTable thead tr th:first-child {
    white-space: normal !important;
}

table.dataTable .text-start.text-end {
    /* sometimes we want to override a dynamically added text-end class with a text-start class */
    text-align: left !important;
}

table.dataTable thead tr th.text-break { /* we want the cell content to break on word, but not the header title */
    word-wrap: normal !important;
    word-break: normal !important;
}

table.dataTable .text-break.text-nowrap {
    word-wrap: break-word !important;
    word-break: break-word !important;
    white-space: break-spaces !important;
}

/* thead looks better with non-compact spacing */
table.dataTable.compact thead th, table.dataTable.compact thead td {
    padding: 4px 8px;
}

div.dt-button-info{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 21;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  text-align: center;
  background-color: white;
  border: 2px solid #111;
  border-radius: 3px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, .3);
 }

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

/* DATA TABLE COLUMN FORMATTING */
#DNIS_HOURLY_MONITOR1 .green-bg {
    background-color: rgb(161, 245, 161);
}

#DNIS_HOURLY_MONITOR1 .orange-bg {
    background-color: orange;
}

/* pagination */
.active>.page-link, .page-link.active {
    background-color: var(--link-color);
    border-color: var(--link-color);
}

.pagination>li>a, .pagination>li>span {
    color: var(--link-color);
}

/* HEADINGS */
@media print {
  a[href]:after {
    content: none !important;
  }
}

/* Tooltip */

.tooltip {
    z-index: 3005;
}

.tooltip > .tooltip-inner {
    text-align: left;
    background-color: var(--reptg2-secondary);
    color: var(--reptg2-bg1);
    border: 1px solid var(--reptg2-primary);
    padding: 10px;
    width: 400px;
    min-width: 400px;
}
 
.dropdown-menu > .tooltip > .tooltip-inner {
    width: 160px;
    min-width: 60px;
}

/* Modals */

.modal-lg {
    --bs-modal-width: 900px;
}

.modal-header, .modal-footer {
    background-color: var(--reptg2-bg2);
}
.modal-body {
    height: auto;
    overflow-y: scroll;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}

.modal-backdrop {
    z-index: 3001;
}

.modal {
    z-index: 3002;
}

.btn-close {
    background-image: none;
    color: var(--reptg2-tertiary);
    margin: 0;
    padding-top: 0;
    line-height: 1.5rem;
    font-size: 1.5rem;
}

.btn-close .bi.bi-x-circle {
    opacity: .75;
}

.btn-close:hover {
    color: var(--reptg2-tertiary);
}

.btn-close:hover .bi.bi-x-circle {
    opacity: 1;
}

.btn-link {
    color: var(--link-color);
    text-decoration: none;
}

.btn-link:hover, .btn-link:active, .btn-link:focus {
    color: var(--link-hover-color);
    text-decoration: underline;
}

div.input-group-campaign-btn .btn-secondary{
	height: 40px;
	width: 50px !important;
	min-width: 50px;
	border-color: var(--reptg2-bg3);
}

.close {
    opacity: .5;
}

.close:hover {
    opacity: 1;
}

/* Dual list box */
.dual-listbox .dual-listbox__available, .dual-listbox .dual-listbox__selected {
    overflow-x: hidden;
    border-radius: 0 0 0.375rem 0.375rem;
}

.dual-listbox .dual-listbox__search {
    padding: 0.375rem 0.75rem;
}

.dual-listbox .dual-listbox__title {
    font-size: 100%;
    padding: 12px 12px;
    border: 1px solid var(--input-border-color);
    border-radius: 0.375rem 0.375rem 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dual-listbox .dual-listbox__item {
    padding: 4px;
}

.dual-listbox .dual-listbox__button {
    background-color: var(--reptg2-secondary);
    color: var(--reptg2-bg1);
    border-color: var(--reptg2-secondary);
}

.dual-listbox .dual-listbox__button:hover, .dual-listbox .dual-listbox__button:active, .dual-listbox .dual-listbox__button:focus {
    background-color: var(--reptg2-bg2);
    color: var(--reptg2-primary);
    border-color: var(--reptg2-bg2);
    box-shadow: 0px 5px 10px var(--reptg2-primary);
}

/* Slim Select */
.ss-main .ss-values .ss-value {
    background-color: var(--reptg2-primary);
    color: var(--reptg2-bg1);
}

.ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
    background-color: var(--reptg2-primary);
    color: var(--reptg2-bg1);
}

.ss-content .ss-list .ss-option:hover {
    color: var(--reptg2-bg1);
    background-color: var(--reptg2-primary);
}

/* Tempus Dominus */

input[data-td-target]:invalid, div[data-td-target] input:invalid {
    border-color: var(--reptg2-tertiary);
    color: var(--reptg2-tertiary);
}


/* =====================
	Global Styles
======================== */

/* Loading Indicator */
.loading {
    display: none;
    max-width: 15rem;
    width: 100%;
    height: auto;
    stroke-linecap: round;
    position: fixed;
    left: 50%;
    top: 50vh;
    z-index: 100;
    margin: -75px 0 0 -75px;
}

.preloader__circle {
    border-radius: 50%;
    position: absolute;
    border-top: 2.5px solid #005dab;
    border-bottom: 2.5px solid transparent;
    border-left: 2.5px solid #005dab;
    border-right: 2.5px solid transparent;
    -webkit-animation: preloader 2s infinite;
    animation: preloader 2s infinite;
}

.preloader__circle--four {
    left: 0px;
    top: 0px;
    width: 140px;
    height: 140px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.preloader__circle--three {
    left: 13px;
    top: 13px;
    width: 115px;
    height: 115px;
    border-top: 2.5px solid #E41B23;
    border-left: 2.5px solid #E41B23;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.preloader__circle--two {
    left: 26px;
    top: 26px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.preloader__circle--one {
    left: 39px;
    top: 39px;
    width: 65px;
    height: 65px;
    border-top: 2.5px solid #E41B23;
    border-left: 2.5px solid #E41B23;
}

.containermain {
    padding: 20px;
    overflow-y: auto;
    overflow-x: auto;
}

.containerSchedules {
    padding: 10px;
    min-width: 1065px;
    overflow-y: auto;
    overflow-x: auto;
}

.schedulerContainer {
    height: 520px;
    padding-right: 20px;
    padding-left: 20px;
    overflow-y: auto;
    overflow-x: auto;
    width: 100%;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.error {
    color: var(--reptg2-tertiary);
}

.error-border {
    border: solid 1px var(--reptg2-tertiary);
}

.invalid-feedback{
	color: var(--reptg2-tertiary);
}

.control-label {
    font-weight: bold;
    color: #777;
    text-align: right !important;
}

.control-label, .control-label-left {
    margin-bottom: 0px;
    color: #777;
    margin-top: 0px;
    font-weight: 400;
}

.noResult {
    text-align: center;
}

.noResult > h2 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 3em;
}

div.items {
    font-size: 30px;
}

div.items .bi {
    opacity: 0;
}

div.items .bi:nth-child(1) {
    animation: slidefade 8s 0s infinite linear;
}

div.items .bi:nth-child(2) {
    animation: slidefade 8s 2s infinite linear;
}

div.items .bi:nth-child(3) {
    animation: slidefade 8s 4s infinite linear;
}

.mainHeadingDiv {
    height: 60px;
    border: none;
    margin-bottom: 0px;
    background-color: var(--reptg2-bg1);
    margin-top: 70px;
    padding-left: 2%;
    position: fixed;
    z-index: 80;
    width: 100%;
    top: 0;
    display: block;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.mainHeadingDiv > h4 {
    color: var(--reptg2-bg3);
    margin-bottom: 0px;
    font-weight: 500;
}

.mainHeadingDiv > h5 {
    color: var(--reptg2-bg3);
    margin-bottom: 0px;
    font-weight: 400;
}

.required-datafield {
    color: var(--reptg2-tertiary);
}

.nowrapTD {
    text-align: left;
    white-space: nowrap;
}

.hideDateCreated {
    display: none;
}

.outcomeHeader, .outcomeHeader.text-end {
    text-align: center !important;
}

/* TOP button */
#topButton {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 130px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
}


/* BOTTOM button */
#bottomButton {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 20px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
}

/* nodatatableformat table */
.nodatatableformatDiv {
	min-width: 100%;
    display: block;
	overflow: auto;
}

.nodatatableformat tr.group td {
    font-weight: bold;
    background-color: var(--reptg2-bg2);
}

.nodatatableformat tfoot tr td {
    font-weight: bold
}

/* nodatatableformat Header cells */
.nodatatableformat thead th {
    font-size: 12px;
    color: var(--reptg2-bg3);
    font-weight: bold;
    vertical-align: center;
    background: var(--reptg2-secondary);
}

/* nodatatableformat Body cells */
.nodatatableformat tbody th {
    font-size: 11px;
    color: var(--reptg2-bg3);
    font-weight: bold;
    vertical-align: center;
    background: var(--reptg2-bg2);
}

.nodatatableformat tbody td {
    font-size: 12px;
    color: var(--reptg2-bg3);
    vertical-align: center;
}

.nodatatableformat tfoot td {
    font-size: 12px;
    color: var(--reptg2-bg3);
    font-weight: bold;
    vertical-align: center;
}

.nodatatableformat tbody tr:nth-child(even) td {
    background: var(--reptg2-secondary);
}

.nodatatableformat.cell-border tbody tr th:first-child, .nodatatableformat.cell-border tbody tr td:first-child {
    border-left: none;
}

/* thead looks better with non-compact spacing */
.nodatatableformat  thead th, .nodatatableformat thead td {
    padding: 4px 8px;
}

.table-condensed a {
	padding: 0 32px;
    line-height: 12px;
    height: 70px;
}

/* Slim Select */
.ss-main {
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
}

/* =====================
	Page-Specific Styles
======================== */
/* New Report */
.submitwithoptions {
    padding: 16px 16px 0;
}

.submitwithoptions .button-group-application {
	margin-top: 24px;
}

#reportAlert, #scheduleAlert {
    z-index: -1;
}

#reportAlert.show, #scheduleAlert.show, #reportError.show {
    z-index: 4000;
}

/* Scheduler */
#weeklyDayValues input[type="checkbox"] {
    margin: 8px;
}

.summarySchedulerContainer {
    width: 100%;
}

.schedulesDetailHead {
    text-align: right !important;
    white-space: nowrap;
    width: 125px;
}

.schedulesDetailInfo {
    white-space: normal;
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    max-width: 500px
}

/* Graphic Reports */
.usMapTooltip, .chartTooltip {
    position: absolute;
    display: none;
    border: 1px solid #ccc;
    background-color: white;
    color: black;
    text-align: left;
    border-radius: 6px;
    z-index: 3000;
}

.usMapTooltip {
    padding: 10px 10px 0px 10px;
}

.chartTooltip {
    padding: 2px 10px 0px 10px;
}

.lineChartLine {
    fill: none;
    stroke: steelblue;
    stroke-width: 2px;
}

.lineDot {
    stroke: steelblue;
    fill: steelblue;
    opacity: 0;
}

.pointer-line {
    stroke: gray;
    stroke-dasharray: 5 5;
    stroke-width: 1;
    display: none;
}

.lineChartArea {
    fill: lightsteelblue;
}

.gridAxis line, .border-tick {
    opacity: 0.2;
    stroke-dasharray: 5;
}

.barChartBar, .groupBar:hover {
    fill: steelblue;
}

.barChartBar:hover {
    fill: brown;
}

/* Reports */
.noRecordings {
    font-weight: bold;
}

/* Sylvan */
.s-inputHeightFill {
	height: 34px;
}

/* Announcement modal and notification */
#announcementToggle {
    border: none;
    background-color: transparent;
    color: red;
}


#announcementModal .modal-body {
    height: auto;
}

#announcementModal .modal-body p {
    margin-bottom: 25px;
}

#maintenanceNotification {
    display: flex;
    float: left;
}

#maintenanceNotification span {
    color: red;
    font-size: 18px;
}

/* Menu Builder */
.menuBuilderModifyMessageBox {
	z-index: 300;
}

#menuContainer .list-group-item {
    cursor: grab;
}

#viewViewModal .modal-body {
    min-height: 80vh;
}

/* manage ani list modal */
.manageAniModalControls {
    flex: 2;
}

/* =====================
	Media Queries
======================== */

@media (min-width: 1660px) {
    #announcementToggle #announcementText {
        display: inline-block;
    }
}

@media screen and (max-width: 1182px) {
    .title {
        font-size: 14px;
        flex: 1;
    }

}

/* =====================
	ANIMATIONS
======================== */
@keyframes slidefade {
    0% {
        opacity: 0;
        transform: translate(50px, 0);
    }
    4.5% {
        opacity: 1;
        transform: translate(10px, 0);
    }
    10.5% {
        opacity: 1;
        transform: translate(-10px, 0);
    }
    15% {
        opacity: 0;
        transform: translate(-50px, 0);
    }
    100% {
        opacity: 0;
        transform: translate(50px, 0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


@-webkit-keyframes preloader {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes preloader {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* =====================
	ANI Management New Modal Styles
======================== */

/* Error and Info Labels for ANI New Modal */
.ani-error-label-new,
.ani-info-label-new {
    padding-left: 6%;
    display: none;
}
/* Show messages when they have content and are shown via jQuery */
.ani-error-label-new:not(:empty),
.ani-info-label-new:not(:empty) {
    display: block !important;
}

/* Headers for ANI New Modal */
.ani-header-new {
    padding-top: 0px;
}

/* Search Divs for ANI New Modal - Hidden by default */
.ani-search-div-new {
    display: none;
}

/* Hidden Elements for ANI New Modal - Used for form controls that are shown/hidden dynamically */
.ani-hidden-new {
    display: none;
}

/* AVS Configuration section for ANI New Modal */
.ani-avs-config-new {
    display: none;
}

/* DataTable Alignment Fixes for ANI New Modal */
.ani-dataTables-wrapper .dataTables_scrollHead {
    overflow: visible !important;
}

/* Add margin after each table in New Modal */
#suspendListNewTable_wrapper,
#blackListNewTable_wrapper,
#whiteListNewTable_wrapper,
#reviewListNewTable_wrapper {
    margin-bottom: 20px;
}

.ani-dataTables-wrapper .dataTables_scrollHead table {
    width: 100% !important;
}

.ani-dataTables-wrapper .dataTables_scrollBody {
    overflow-x: auto !important;
}

/* Ensure headers are properly aligned for ANI New Modal */
.ani-dataTables-wrapper .dataTables_scrollHeadInner {
    width: 100% !important;
}

.ani-dataTables-wrapper .dataTables_scrollHeadInner table {
    width: 100% !important;
}

/* Force table layout for ANI New Modal */
.ani-dataTables-wrapper .dataTable {
    table-layout: fixed;
    width: 100% !important;
}

/* Ensure modal triggers proper table recalculation for ANI New Modal */
.ani-dataTables-wrapper.modal.show .dataTable {
    width: 100% !important;
}

/* ANI Management Modal Styles */
#manageANIListNewModal .modal-dialog {
    max-width: 85%;
    width: 85%;
}

#manageANIListNewModal .modal-content {
    max-height: 90vh;
    overflow-y: auto;
}

/* Chart Tooltip */
#chart-container {
            width: 80%;
            margin: 20px auto;
}
#externalTooltip {
            background: rgba(0, 0, 0, 0.8);
            color: white;
            padding: 8px;
            border-radius: 4px;
            position: absolute;
            opacity: 0;
            transition: opacity 0.2s ease-in-out;
            z-index: 1000;
 }
#externalTooltip.active {
            opacity: 1;
}