/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require_tree .
 *= require_self
 */

/*noinspection ALL*/
* {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari, Edge */
    color-adjust: exact !important;                 /*Firefox*/
}

/* Generated by http://css.spritegen.com CSS Sprite Generator */
.imageAMTALarge, .imageAMTAMedium,
.imageMapAntennaActiveFill, .imageMapAntennAarchivedFill, .imageMapAntennaDraggableFill, .imageMapAntennaProposedFill,
.imageMapTowerFill, .imageMapTower24Fill, .imageMapTower16Fill {
    display: inline-block;
    background: url("../images/rfnsa_sprite.d161ba0d2ec9.png") no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.imageAMTALarge {
    background-position: -2px -0px;
    width: 400px;
    height: 347px;
}
.imageAMTAMedium {
    background-position: -2px -349px;
    width: 200px;
    height: 173px;
}
.imageMapAntennaActiveFill {
    background-position: -204px -349px;
    width: 23px;
    height: 33px;
}
.imageMapAntennaArchivedFill {
    background-position: -229px -349px;
    width: 23px;
    height: 32px;
}
.imageMapAntennaDraggableFill {
    background-position: -254px -349px;
    width: 23px;
    height: 32px;
}
.imageMapAntennaProposedFill {
    background-position: -279px -349px;
    width: 23px;
    height: 33px;
}
.imageMapTowerFill {
    background-position: -304px -349px;
    width: 23px;
    height: 32px;
}
.imageMapTower24Fill {
    background-position: -329px -349px;
    width: 17px;
    height: 24px;
}
.imageMapTower16Fill {
    background-position: -348px -349px;
    width: 11px;
    height: 16px;
}

.imageCar {
    background: url("../images/car.756c89e15e5c.png");
    background-repeat: no-repeat;
    width: 18px;
    height: 6px;
}

.imageAntennaWhite {
    background: url("../images/MenuAntennaWhite.ccb7aad0356e.png");
    background-repeat: no-repeat;
    width: 12px;
    height: 17px;
}

.imageAntennaBlue {
    background: url("../images/MenuAntennaBlue.a6dbac523fd5.png");
    background-repeat: no-repeat;
    width: 15px;
    height: 21px;
}

.imageTowerWhite {
    background: url("../images/MenuTowerWhite.90abb5be2680.png");
    background-repeat: no-repeat;
    width: 12px;
    height: 17px;
}

.imageTowerBlue {
    background: url("../images/MenuTowerBlue.47c0f4e7a526.png");
    background-repeat: no-repeat;
    width: 15px;
    height: 21px;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    padding-top: 48px;
    background-color: #E7EAED;
}

/*Sidebar start*/

.site-sidenav {
    height: calc(100vh - 48px);
    position: fixed;
}

#body-row {
    margin-left: 0;
    margin-right: 0;
}

#sidebar-container {
    height: 100%;
    background-color: #1976d2;
    padding-bottom: 40px;
    position: relative;
}


/* Sidebar sizes when expanded and collapsed */
@media (max-width: 992px) {
    .sidebar-expanded {
        max-width: 300px;
        min-width: 300px;
    }

    .site-sidenav {
        left: -300px;
    }
}

@media (min-width: 992px) {
    .sidebar-expanded {
        max-width: 200px;
        min-width: 200px;
    }

    .site-sidenav {
        left: 0px !important;
    }

    .sidebar-expanded-brand {
        left: 0px !important;
        max-width: 171px;
        min-width: 171px;
    }

    .site-footer[sidenav-expanded="false"] {
        margin-left: 55px;
        width: calc(100vw - (100vw - 100%) - 55px);
    }

    .site-footer[sidenav-expanded="true"] {
        margin-left: 200px;
        width: calc(100vw - (100vw - 100%) - 200px);
    }

    .site-main[sidenav-expanded="false"] {
        margin-left: 55px;
    }

    .site-main[sidenav-expanded="true"] {
        margin-left: 200px;
    }

}

.sidebar-collapsed {
    left: 0px !important;
    width: 55px !important;
}


/* Menu item*/
#sidebar-container .list-group a {
    height: 45px;
    color: white;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 1rem;
}

#sidebar-container .sidenav-dropdown-item {
    height: 37px !important;
    padding-top: 8px;
}

.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    background-color: #1976d2;
    height: 35px;
}

.sidebar-separator {
    background-color: #1976d2;
    height: 25px;
}


@media (min-width: 992px) {
    .sidebar-trunc-text {
        max-width: 110px;
    }

    .sidebar-trunc-text-lg {
        max-width: 160px;
    }
}


.sidebar-border {
    border: 1px solid white
}

.sidebar-mb1 {
    margin-bottom: -1px !important;
}

/* Closed submenu icon */
.nav-link[aria-expanded="false"] .submenu-icon::after,
.list-group-item[aria-expanded="false"] .submenu-icon::after {
    content: " \f0da";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

/* Opened submenu icon */
.nav-link[aria-expanded="true"] .submenu-icon::after,
.list-group-item[aria-expanded="true"] .submenu-icon::after {
    content: " \f0d7";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

a.nav-link[aria-expanded="false"] .tree-branch-icon::before,
a.list-group-item[aria-expanded="false"] .tree-branch-icon::before {
    content: " \f054";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline;
}

a.nav-link[aria-expanded="true"] .tree-branch-icon::before,
a.list-group-item[aria-expanded="true"] .tree-branch-icon::before {
    content: " \f078";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline;
}

.list-group-item-action:hover {
    background-color: #2196F3 !important;
}

.list-group-item.list-group-item-action.bg-primary-dark.active,
.list-group-item.list-group-item-action.text-white.bg-primary-dark.filter-anchor.active {
    background-color: #2196F3 !important;
    font-weight: unset;
    font-size: unset;
    border: unset;
}

/*Mobile menu*/
.list-group-item.list-group-item-action.text-white.bg-primary.filter-menu.active,
.list-group-item.list-group-item-action.text-white.bg-primary.filter-anchor.active {
    background-color: #1976d2 !important;
}

.ps__rail-y {
    z-index: 1500;
}

/*Sidebar end*/

.rfnsa-iframe {
    width: 100%;
}

.rfnsa-scroll {
    overflow-y: scroll;
}

.rfnsa-scroll-x-hidden {
    overflow-x: hidden;
}

.rfnsa-password-input {
    padding-right: 60px;
}

.rfnsa-password-input-btn {
    /*position: absolute;*/
    /*right: 5px;*/
    /*top: 5px;*/
    /*width: 45px;*/
    /*transform: translate(0, -50%);*/
    /*-webkit-transform: translate(0, -50%);*/
    /*-o-transform: translate(0, -50%);*/
    /*padding: 2px 7px;*/
    /*font-size: 12px;*/
    /*cursor: pointer;*/
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    width: 45px;
    /* transform: translate(0, -50%); */
    /* -webkit-transform: translate(0, -50%); */
    -o-transform: translate(0, -50%);
    padding: 0 7px;
    font-size: 12px;
    cursor: pointer;
}

#rfnsa-iw-container {
    margin-bottom: 0px;
}

.rfnsa-iw-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    background-color: #434547;
    color: white;
    margin: 0;
    border-radius: 4px 4px 0 0;
    cursor: pointer
}

.rfnsa-iw-title-proposed {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    background-color: #1976D2;
    color: white;
    margin: 0;
    border-radius: 4px 4px 0 0;
    cursor: pointer
}

.rfnsa-iw-title-archived {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    background-color: #C0C0C0;
    color: white;
    margin: 0;
    border-radius: 4px 4px 0 0;
    cursor: pointer
}

.rfnsa-iw-title span,
.rfnsa-iw-title-proposed span {
    font-weight: bold;
}

.rfnsa-iw-title a,
.rfnsa-iw-title-proposed a {
    text-decoration: none;
    color: white;
}

.rfnsa-iw-title-proposed:hover {
    color: white;
    background-color: #2196F3 !important;
}

.rfnsa-iw-title-archived:hover {
    color: white;
    background-color: lightgrey !important;
}

.rfnsa-iw-title:hover {
    color: white;
    background-color: dimgrey !important;
}

.rfnsa-iw-content {
    background-color: white;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    margin-right: 1px;
    padding: 5px;
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
}

.rfnsa-tech-filter-icon {
    margin-top: -4px;
}

.rfnsa-table-wrapper-scroll-y {
    display: block;
    max-height: calc(100vh - 375px);
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.rfnsa-form-sm {
    max-width: 400px;
}

.rfnsa-form {
    width: 550px;
}

.table-height-paging {
    max-height: calc(100vh - 332px);
    min-height: 200px;
}

.table-height-with-cancel {
    max-height: calc(100vh - 314px);
    min-height: 200px;
}

.table-height {
    max-height: calc(100vh - 262px);
    min-height: 200px;
}

.table-height-tabs {
    max-height: calc(100vh - 346px);
    min-height: 200px;
}

.table-height-site-tabs {
    max-height: calc(100vh - 506px);
    min-height: 200px;
}

.table-height-tabs-with-header {
    max-height: calc(100vh - 480px);
    min-height: 200px;
}

.height-tabs-with-header {
    height: calc(100vh - 485px);
    overflow-y: auto;
    min-height: 200px;
}

.height-tabs-with-buttonbar {
    height: calc(100vh - 491px);
    overflow-y: auto;
    min-height: 200px;
}

.height-tabs-with-buttonbar-and-header {
    /*height: calc(100vh - 538px);*/
    height: calc(100vh - 445px);
    /*overflow-y: auto;*/
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 200px;
}

.height-with-site-header {
    height: calc(100vh - 443px);
    overflow-y: auto;
    min-height: 200px;
}

.rfnsa-site-header-list {
    max-height: 125px;
    overflow-y: auto;
}

.rfnsa-label-uc {
    color: rgb(90, 90, 90);
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
}

.fa-refresh-animate {
    -o-animation: spin 1000ms infinite linear;
    -moz-animation: spin 1000ms infinite linear;
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}

.loader {
    border: 12px solid lightgrey !important;
    border-radius: 50% !important;
    border-top: 12px solid #3498db !important;
    width: 60px !important;
    height: 60px !important;
    opacity: 1.0 !important;
    -o-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-o-keyframes spin {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.dark {
    background-color: grey;
    opacity: 0.75;
}

div.siteAddress {
    margin-top: -15px;
}

.siteAddress {
    font-size: 12pt;
    font-weight: 600;
    display: block;
}

div.siteAddress {
    margin-top: -25px;
}

#siteFetchTime {
    bottom: 40px;
    right: 16px;
    font-size: 12px;
}

#siteFetchTime > p {
    text-align: right;
    margin: -15px 0 0 0;
}

.bg-primary-active {
    background-color: #1976d2;
}

.toolbar-control-sm
{
    height: calc(1.8125rem + 2px);
    border-color: #2196F3 !important;
    border-radius: 0.2rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-width: thin !important;
    background-color: white;
}

/*Bootstrap overrides*/
.table-hover>tbody>tr.no-hover:hover{
    box-shadow: none;
}

.table-hover>tbody>tr.no-hover>th {
    box-shadow: none;
}

.table-hover>tbody>tr.no-hover>td:hover {
    box-shadow: none;
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    border-width: thin;
}

.user-name-filter {
    height: calc(1.6rem + 2px) !important;
    margin-bottom: 3px !important;
    border-radius: 0.25rem !important;
    border-width: thin !important;
}

button.multiselect {
    height: auto;
    font-size: 80%;
}

/*Negative margins*/
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

button.navbar-toggler.custom-toggler:focus {
    outline: unset;
}

.icon-bar {
	width: 22px;
	height: 2px;
	background-color: white;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler[aria-expanded="false"] .top-bar {
  transform: rotate(0);
}

.navbar-toggler[aria-expanded="false"] .middle-bar {
  opacity: 1;
}

.navbar-toggler[aria-expanded="false"] .bottom-bar {
  transform: rotate(0);
}

.bg-primary {
    background-color: #2196F3 !important;
}

.bg-primary-dark {
    background-color: #1976d2 !important;
}

.bg-inactive {
    background-color: #f7f7f7 !important;
}

.btn-outline-primary {
    color: #2196F3;
    border-color: #2196F3;
    background-color: white;
}

.btn-outline-warning {
    background-color: white;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
    background-color: white;
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
    background-color: white;
}

.btn-primary:hover, .bg-primary:hover {
    background-color: #1976d2;
}

.btn-primary, .btn-primary.disabled, .btn-primary.disabled:hover,
.bg-primary {
    background-color: #2196F3;
    border-color: #2196F3;
}

.btn.btn-block {
    border-radius: 0;
}

.navbar-dark .navbar-nav .nav-item:hover,
.navbar-dark .navbar-nav > .nav-item.active,
.navbar-dark .navbar-nav > .active > a,
.navbar-dark .navbar-nav > .active > a:hover,
.navbar-dark .navbar-nav .dropdown-item:hover,
.dropdown .dropdown-menu .dropdown-item:hover,
.btn-group .dropdown-menu .dropdown-item:hover {
    background-color: #1976d2;
    color: white;
}

.navbar-dark .navbar-nav .dropdown-menu {
    background-color: #2196F3;
    color: white;
}

.button-dropdown-menu {
    width: 300px;
}

/* use this to fix bottom margin */
.site-main-bottom {
    margin-bottom: calc(var(--bs-gutter-x) * .5 + 40px);
}

@media (max-width: 992px) {
    .navbar-collapse.collapse.show {
        max-height: calc(100vh - 60px);
        overflow-y: auto;
    }

    .site-footer {
        width: 100%;
    }

    /*.site-main {*/
    /*    margin-bottom: 64px;*/
    /*}*/
}

.nav-link.active {
    color: white;
    background-color: #2196F3 !important;
}

.nav-tabs {
    width: 100%;
    border-bottom-color: #2196F3;
    white-space: nowrap;
}

.nav-tabs .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #2196F3;
    width: auto;
}

.nav-tabs .dropdown-menu > li {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .dropdown-menu > li:last-child {
    margin-bottom: 0px;
}

.nav-tabs .nav-link,
.nav-tabs > li > a {
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #2196F3;
    background-color: #f8f9fa;
}

.nav-tabs > li active,
.nav-tabs > li.active > a,
.nav-tabs > li > a .active,
.nav-tabs .nav-item.show .nav-link {
    color: #007bff;
    border-top: 1px solid #2196F3;
    border-left: 1px solid #2196F3;
    border-right: 1px solid #2196F3;
    border-bottom: 1px solid white;
    background-color: white;
}

.nav-tabs > li > a:hover,
.nav-tabs .nav-item.show .nav-link:hover {
    color: #fff;
    background-color: #1976d2;
    border-color: white;
}

.nav-tabs > li.active > a:hover {
    color: #fff;
    background-color: #1976d2;
    border-color: #1976d2;
}

.nav-tabs > li.active > a:focus {
    border-top: 1px solid #2196F3;
    border-left: 1px solid #2196F3;
    border-right: 1px solid #2196F3;
    border-bottom: 1px solid white;
}

.nav-tabs-default {
    border-bottom-color: #DFDFDF;
}

.nav-item-default {
    border-bottom-color: #DFDFDF;
}

.nav-link-default {
    border-bottom-color: #DFDFDF !important;
}

.nav-link-default.active {
    color: white;
    background-color: #fff !important;
    border-bottom-color: #fff !important;
}

.nav-tabs .nav-link.active {
    border-top: 1px solid #2196F3;
    border-left: 1px solid #2196F3;
    border-right: 1px solid #2196F3;
    color: #2196F3;
    background-color: #ffffff !important;
}

.tab-content-default {
    padding: 10px !important;
    background-color: white;
    border-left: 1px solid #DFDFDF !important;
    border-right: 1px solid #DFDFDF !important;
    border-bottom: 1px solid #DFDFDF !important;
}

.page-item.active .page-link {
    background-color: #2196F3;
    border-color: #2196F3;
}

.row.row-ver-margin [class*="col-"] + [class*="col-"] {
    margin-top: 15px;
}

.row.aligned > div {
  margin: auto;
}

.row.aligned > div > p:last-child {
    margin-bottom: 0px;
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255, 255, 255);
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.tab-content {
    padding: 15px;
    background-color: white;
    border-left: 1px solid #2196F3;
    border-right: 1px solid #2196F3;
    border-bottom: 1px solid #2196F3;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.list-group-item-sm {
    padding: 0.5rem 0.5rem;
}

.list-group-item-text {
    white-space: pre-line;
}

.show > .btn-primary.dropdown-toggle {
    background-color: #2196F3;
    border-color: #2196F3;
}

.dropdown > .btn-primary:hover {
    background-color: #2196F3;
    border-color: white;
}

#id_rsos > div.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

@media (max-width: 544px) {
    .card-video {
        width: 100%;
    }

    .card-video .img-fluid {
        width: 100%;
    }
}

@media (min-width: 545px) {
    .card-video {
        width: 212px;
    }
}

.card-video:hover {
    border: 1px solid dimgrey;
}

.card-img-overlay {
    opacity: 0;
}

.card-img-overlay:hover {
    opacity: 1;
}

.card-hover:hover {
    background-color: rgba(0,0,0,0.075);
}

.chic-card .card-title {
    margin-top: -0.75rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}

.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
    background-color: #e9ecef;
    background-image: none;
}

.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
    background-color: #2196F3 !important;
    background-image: none !important;
}

.tooltip {
  pointer-events: none;
}

.form-control.is-valid:focus, .was-validated :valid.form-control {
    border:1px solid #ced4da !important;
    background-image: inherit !important;
    box-shadow:inherit !important;
}

.bootstrap-select .btn {
    background-color: white !important;
    border: 1px solid #ced4da;
    font-size: small;
}

.bootstrap-select > * a > span.text,
.bootstrap-select > * a > span.check-mark {
    font-size: small !important;
}

.bootstrap-select.form-control-sm > * .bs-searchbox > input {
     height: 31px !important;
}

.bootstrap-select>select.mobile-device:focus+.dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
    outline: unset;
    outline-offset: unset;
}

.bootstrap-select .dropdown-toggle {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem !important;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn-check:focus+.btn-light, .btn-light:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,0.25);
}

.bootstrap-select>select.mobile-device:focus+.dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
    outline: unset !important;
}

.bootstrap-select .dropdown-toggle::after {
    content: none;
}

/*End bootstrap overrides*/

#divSplash {
    padding-top: 50px;
    overflow: hidden;
}

#id_map_help {
    top: 30%;
    right: 20%;
    outline: none;
}

#id_warning_image {
    width: 200px;
}

.full-width {
    width: 100%;
}

.container-page {
    padding-top: 30px;
}

div.tab-content h3 {
    background: #eee;
    padding: 5px;
    color: black;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid #336699;
}

.consultation_map {
    height: 250px;
    width: 100%;
}

.antenna-active {
    color: #336699;
    font-size: medium;
    font-weight: 600;
}

.antenna-proposed {
    color: #7B7D7D;
    font-size: medium;
    font-weight: 600;
}

.padding-left-0 {
    padding-left: 0px;
}

.list-group-sub-heading {
    display: block;
    padding-top: 5px;
    font-size: medium;
    font-weight: 400;
}

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

.tab-underline,
.tab-underline-list {
    color: #336699;
    background-color: #336699;
    height: 1px;
    margin: -1px -15px 0px -15px;
    padding: 0px 0px 0px 0px;
}

.tab-underline-list {
    margin: -1px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.left {
    text-align: left;
}

.btn-image {
    padding-left: 5px;
    height: 24px;
}

.btn-append-sm {
    height: 31px;
    padding-top: 3px;
}

.proposed-heading {
    color: darkgray;
}

.proposed-technology {
    color: #808080
}

.active-technology {
    color: #008CEC
}

.text-technology {
    text-anchor: middle;
    alignment-baseline: middle;
    font: bold 40px "Arial Narrow", Arial, sans-serif;
}

#panelFilter {
    position: absolute;
    left: -200px;
    top: 85px;
    width: 200px;
    padding: 10px;
    background: #eee;
    z-index: 10;
    background-color: rgba(232, 232, 232, 0.6); /*dim the background*/
}

#openerFilter {
    float: right;
    margin: 20px -76px 0px 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    opacity: 0.7;
}

#openerFilter .fa-filter {
    margin-top: 5px;
}

.splash-heading, .splash-heading-xs {
    opacity: 0.7;
    font-weight: 600;
    font-size: 800%;
}

.splash-heading-xs {
    font-weight: 600;
    font-size: 200%;
}

#divWelcome {
    overflow: hidden;
}

.welcome-heading, .welcome-heading-xs {
    opacity: 0.7;
    font-weight: 600;
    font-size: 250%;
}

.welcome-heading-xs {
    font-size: 180%;
}

.welcome-subheading {
    opacity: 0.7;
    font-weight: 700;
}

.welcome-subheading-red {
    opacity: 0.7;
    font-weight: 700;
    color: #ff2222;
}

.welcome-notification {
    /*border-radius: 10px; !* Rounded corners *!*/
    border: 2px solid #FFAAAA; /* Red border */
    background-color: #ffcccc; /* Pale red background */
    /*padding: 1em; !* Optional: Adds some padding inside the div *!*/
    /*margin-left: 12px;*/
}

.site-list-carrier {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid lightgrey;
    background-color: #FAFAFA;
}

.notification {
    font-size: 12pt;
    padding: 5px;
}

.site-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: normal;
}

.user-notifications {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

.alert p:not(:last-child) {
    margin-bottom: 10px !important;
}

.changelog-list {
    min-height: 100px;
    max-height: 300px !important;
    overflow: auto !important;
}

div#captchaContainer .row {
    margin-top: 2em;
    position: relative;
    left: 50%;
    width: 30em;
    margin-left: -15em;
    height: 12em;
}

div#captchaContainer #divSplash {
    padding-top: 0;
    display: block !important;
}

div#captchaDiv {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: auto;
}

#id_from_date_div, #id_to_date_div {
    width: 200px;
    float: left;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.line-through, .line-through p {
    text-decoration: line-through;
}

/*modal fullscreen */

.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.modal.modal-fullscreen .modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%;
    animation-duration: 0.6s;
}

.modal.modal-fullscreen .modal-content {
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -o-box-shadow: inherit;
    box-shadow: inherit;
}

.modal.modal-fullscreen.force-fullscreen .modal-body {
    padding: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
    left: 0;
    position: absolute;
    right: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-header {
    top: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-footer {
    bottom: 0;
}

.overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overflow-auto {
    overflow: auto;
}

.contact-header {
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #FAFAFA;
}

.btn-transparent {
    background: transparent;
    color: white;
    -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;
}

.btn-transparent:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
}

.bg-blue, .btn-blue {
    color: #fff;
    background-color: #1976D2;
}

.btn-danger.disabled,
.btn-primary.disabled,
.btn-warning.disabled,
.btn-success.disabled,
.btn-blue.disabled {
    opacity: 1.0 !important;
}

.small-scroll-panel {
    max-height: 250px;
    overflow-y: auto;
}

.navbar-dark .navbar-nav .dropdown-menu {
    margin-top: 0;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 3px;
    top: 40%;
}

.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu {
    display: flex;
    flex-direction: column;
    position: absolute !important;
    margin-top: -48px;
    left: 100%;
}

.clickable-row:hover {
    cursor: pointer;
}

.text-black {
    color: #212529;
}

.text-blue {
    color: #1976D2;
}

.img-w200 {
    max-width: 200px;
}

.img-w300 {
    max-width: 300px;
}

.img-w400 {
    max-width: 400px;
}

.img-h200 {
    max-height: 200px;
}

.img-w100 {
    max-width: 100px;
}

.img-h100 {
    max-height: 100px;
}

.img-w40 {
    max-width: 40px;
}

.img-h40 {
    max-height: 40px;
}

.semi-bold {
    font-weight: 600;
    font-size: large;
}

.active-highlight {
    background-color: #F8F9FA;
}

/* Self Registration */

@media (max-width: 1200px) {
  #form_quick_search div.input-group {
    width: 240px;
  }
}

#id_quick_search {
    width: 161px;
}

@media (max-width: 544px) {
    #form_quick_search div.input-group {
        width: auto;
    }

    #id_quick_search {
        width: calc(100vw - 242px);
    }

    .navbar-dark .navbar-nav .dropdown-item {
        margin-left: 8px;
    }

    .rfnsa-title-banner {
        max-width: calc(100vw - 170px);
    }
}

.sr-only active {
    color: #0b2e13;
}

ul.list-group.list-group-striped a:nth-of-type(odd),
ul.list-group.list-group-striped li:nth-of-type(odd) {
    background: white;
}

ul.list-group.list-group-striped a:nth-of-type(even),
ul.list-group.list-group-striped li:nth-of-type(even){
    background: whitesmoke;
}

ul.list-group.list-group-hover a:hover,
ul.list-group.list-group-hover li:hover {
    background: #ECECEC !important;
}

.list-table {
    display: table;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #DFDFDF;
}

.list-title {
    display: table-caption;
    text-align: center;
    font-weight: 500;
    font-size: large;
    background-color: #F7F7F7;
}

.list-title-left {
    text-align: left;
}

.list-row {
    display: table-row;
    border: black;
}

.list-cell {
    display: table-cell;
    padding: 0.75rem;
}

.list-cell ul li {
    background: transparent !important;
}

ul ul {
    list-style-type: disc;
}

.table-caption {
  display: table-caption;
}

.table-layout-fixed {
    table-layout: fixed;
}

@media (min-width: 1200px) {
    .row.row-ver-margin [class*="col-lg-"] + [class*="col-lg-"] {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .row.row-ver-margin [class*="col-md-"] + [class*="col-md-"] {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .row.row-ver-margin [class*="col-sm-"] + [class*="col-sm-"] {
        margin-top: 0;
    }
}

.rfnsa-border-blue {
    border: 1px solid #2196F3;
}

.rfnsa-button-bar {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

.rfnsa-tab-button-bar {
    margin-top: -5px;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

.rfnsa-text-xs {
    font-size: xx-small;
}

.rfnsa-text-small {
    font-size: small;
}

.rfnsa-text-lg {
    font-size: large;
}

.mt-1px {
    margin-top: 1px;
}

#pdf-viewer-container {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -22px;
}

.bg-transparent {
    background: transparent !important;
}

.w-min {
    width: 1%;
    white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-col10 {
    width: 83%;
}

.w-24px {
    width: 24px;
}

.h-34px {
    height: 34px !important;
}

.h-48px {
    height: 48px !important;
}

.pt-ios {
    padding-top: 44px;
}

.pt-ios-legacy {
    padding-top: 20px;
}

.list-style-disc {
    list-style-type: disc
}

.btn-outline-primary:hover {
    background-color: #2196F3 !important;
}

.btn-outline-danger:hover {
    background-color: #dc3545 !important;
}
.strikethrough {
    text-decoration: line-through;
}

.stakeholder-editor-buttons, .timeline-editor-buttons {
    display: inline;
}

.ms-n7px {
    margin-left: -7px;
}

.ms-ncol1 {
    margin-left: -12.5%;
}

.ms-n1, .mx-n1 {
    margin-left: -0.25rem!important;
}

.me-n1, .mx-n1 {
    margin-right: -0.25rem!important;
}

.ms-n2, .mx-n2 {
    margin-left: -0.5rem!important;
}

.me-n2, .mx-n2 {
    margin-right: -0.5rem!important;
}

.ms-n3, .mx-n3 {
    margin-left: -1rem!important;
}

.me-n3, .mx-n3 {
    margin-right: -1rem!important;
}

.ms-n4, .mx-n4 {
    margin-left: -1.5rem!important;
}

.me-n4, .mx-n4 {
    margin-right: -1.5rem!important;
}

.mt-n1, .my-n1 {
    margin-top: -0.25rem!important;
}

.mb-n1, .my-n1 {
    margin-bottom: -0.25rem!important;
}

.mt-n2, .my-n2 {
    margin-top: -0.5rem!important;
}

.mb-n2, .my-n2 {
    margin-bottom: -0.5rem!important;
}

.mt-n3, .my-n3 {
    margin-top: -1rem!important;
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem!important;
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem!important;
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem!important;
}

.text-dim {
    opacity: 0.6;
}

.stakeholder-how-field li,
.stakeholder-item-viewer li,
.field-view li {
    background: transparent !important;
    list-style-type: disc;
}

.btn-group > .btn-light {
    border-color: #dee2e6;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: .25rem .4rem;
    font-size: .75rem;
    border-radius: .2rem;
}

.btn-75 {
    min-width: 80px;
}

.chic-btn-radio {
    z-index: auto !important;
}

.nav-link,
.dropdown-item.nav-link,
.list-cell {
    position: relative;
}

.font-sm {
    font-size: .875rem;
}

.min-w-100 {
    min-width: 100px;
}

.ck.ck-editor__editable > .ck-placeholder::before {
    white-space: pre-line;
}

.circle {
    width:41px;
    height:41px;
    border-radius:20px;
    font-size:30px;
    font-weight: bold;
    font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    color:#fff;
    line-height:42px;
    text-align:center;
    background-color:#000;
    position: relative;
    float: left;
}

.circleSmall {
    width:31px;
    height:31px;
    border-radius:15px;
    font-size:17px;
    font-weight: bold;
    font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    color:#fff;
    line-height:32px;
    text-align:center;
    background-color:#000;
    position: relative;
    float: left;
}

.circleTiny {
    width:15px;
    height:15px;
    border-radius:7px;
    font-size:9px;
    font-weight: bold;
    font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    color:#fff;
    line-height:16px;
    text-align:center;
    background-color:#000;
    position: relative;
}

.rfnsa-tooltip {
    color: #007bff
}

.rfnsa-tooltip:hover {
    color: #0056b3;
    text-decoration: underline;
    cursor: pointer;
}

/* Essential FileDrop zone element configuration: */
.fd-zone {
  position: relative;
  overflow: hidden;
  /* The following are not required but create a pretty box: */
  width: 23em;
  margin: 0 auto;
  text-align: center;
}

/* Hides <input type="file"> while simulating "Browse" button: */
.fd-file {
  opacity: 0;
  font-size: 118px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 0;
  margin: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  font-family: sans-serif;
}

/* Provides visible feedback when user drags a file over the drop zone: */
.fd-zone.over { border-color: maroon; background: #eee; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /*IE10+ CSS*/
    .ps {
        overflow: hidden !important;
    }
}

@media print
{
    .no-print, .no-print *, div#contentNavArea
    {
        display: none !important;
    }

    .print-first {
        margin-top: -60px;
    }

    .tab-content, div#contentArea {
        border-left: none !important;
        border-right: none !important;
        border-bottom: none !important;
    }

    .chic-card.rfnsa-border-blue,
    .card.rfnsa-border-blue {
        border: none !important;
    }

    .tooltip {
        display: none;
    }

    @page {
        margin: 10mm;
    }
}

.rfnsa-th-embedded {
    font-weight: 600;
    font-size: 13px;
}

.bubble-right,
.bubble-left {
	position: relative;
	border: 1px solid #CED4DA;
    padding: 5px;
    margin:0 auto;
    border-radius:6px;
}

.bubble-right {
    background-color: #F8F9FA;
}

.bubble-header {
    margin: -5px -5px 2px;
    background-color: #F8F9FA;
    border-bottom: 1px solid #CED4DA;
    border-radius: 6px 6px 0 0;
    padding: 3px 8px;
}

.bubble-left:after,
.bubble-left:before {
	right: 100%;
	top: 16px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.bubble-left:after {
	/*border-right-color: #F8F9FA;*/
    border-right-color: white;
	border-width: 8px;
	margin-top: -8px;
}
.bubble-left:before {
	border-right-color: #a7abaf;
	border-width: 9px;
	margin-top: -9px;
}

.bubble-right:after,
.bubble-right:before {
	left: 100%;
	top: 16px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.bubble-right:after {
	border-left-color: #F8F9FA;
    /*border-left-color: white;*/
	border-width: 8px;
	margin-top: -8px;
}
.bubble-right:before {
	border-left-color: #a7abaf;
	border-width: 9px;
	margin-top: -9px;
}


.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    margin-right: -15px;
    margin-left: -15px;
}

.marker-label {
    color: black;
    background-color: rgba(255, 255, 255, 0.7);;
    border-radius: 2px;
    padding: 2px;
    pointer-events: none;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-50%);
}

.nearby-marker-label {
    background-color: rgba(255, 255, 255, 0.7);;
    pointer-events: none;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-50%);
}

.tr-highlight {
  background-color: rgba(0, 0, 0, 0.075);
}

.no-underline {
  text-decoration: none !important
}

.flex-even {
  flex: 1;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
    }
}

.large-tooltip.tooltip {
    max-width: 800px !important;
    width: max-content !important;
    text-align: left;
}

#id-site-cosite-list table.chic-table > tbody > tr.highlight {
    border: 1px double #DEE2E6;
    animation: blink 1s;
    animation-iteration-count: 5;
}

@keyframes blink {
    50% {
        border-color: #0D6EFD;
    }
}

.highlight > td {
    border-color: #DEE2E6;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.z-index-0 {
    z-index: 0;
}

.pre-wrap {
    white-space: pre-wrap;
}

.no-wrap {
    white-space: nowrap;
}

.pre-line {
    white-space: pre-line;
}

.outline-red {
    outline: red solid 3px;
}

.w-md-btn {
    width: auto;
}

@media (max-width: 768px) {
    .w-md-btn {
        width: 100%;
    }
}

/* OTP style */
.otp_container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 1vh;
}

.otp_input_box {
  width: 2.5rem;
  height: 2.5rem;
  border: 3px solid rgba(13, 110, 253, 0.8);
  text-align: center;
  color: #0a53be;
  font-size: 32px;
  cursor: not-allowed;
  pointer-events: none;
  border-radius: 0.3rem;
  padding: 0;
  overflow: visible;
  caret-color: #0D6EFDCC;
}

.otp_input_box:focus {
  border: 3px solid rgba(33, 150, 243, 0.5);
  outline: none;
}

.otp_input_box:nth-child(1) {
  cursor: auto;
  pointer-events: all;
}

