/* @override 
	http://edispatches/bootstrap/theme/edispatches.css */

body {
    font-size: 13px/1.6em;
    font-family: 'Open Sans',sans-serif;
    background: url("img/body_bg.png") repeat scroll 0 0 #FFFFFF;
    color: #303030;
    padding: 8px;
}

/* General */

a {
    color:#E65D2E;
    font-weight:600;
}

a.light {
    color:#FFFFFF;
    font-weight:600;
    text-decoration:underline;
}

a.light:hover,
a.light:visited {
    color:#FFFFFF;
    font-weight:600;
    text-decoration:none;
}

a:active,
a:hover,
a:focus {
    color:#DE5526;
    font-weight:600;
}

h2, h3 {
    margin-top:0;
}

.label-info {
	background: #1f368c !important;
	color:#fff !important;
}

.label-warning {
	background: #e35c36 !important;
	color:#fff !important;
}

.label-yield {
    background-color: #fff000;
    color:#6B6B6B;
}

.label-error {
    background-color: #E61B25;
}

table, .table, table.table {
    margin-bottom:0 !important;
}

h2 .mini-link {
    margin-top:24px;
}

.mini-link {
    text-transform:uppercase;
    font-size:12px;
}

.text-center {
    text-align:center !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.navbar {
    background: url("img/header_bg.png") repeat scroll 0 0 #FAFAFA;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
}

.navbar li a {
    color: #FFF;
}

.navbar li a:hover,
.navbar li a:focus {
    background: #AAA;
}

.subnav li a:hover,
.subnav li a:focus {
    background: #AAA;
}

.navbar-brand {
    height: 84px;
}

.navbar-brand img {
    height: 52px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background: #959595;
}

.header {
    border-top: 7px solid #E61B25;
}

.header .subnav li a {
    padding: 6px 15px;
    margin: 3px 0;
    border-radius: 0;
}

.header .subnav .admin-view-type {
    padding-top: 9px;
}

	.header .subnav .navbar-header {
		background: #888;
		margin-top: 10px;	
	}
	
	.header .subnav .navbar-header .navbar-toggle {
		background: #fff;	
	}
	
		.header .subnav .navbar-header .navbar-toggle .icon-bar {
			background: #000;	
		}
		
		.header .subnav ul li {
			
		}

.header .nav li a {
    font-size: 1em;
    font-weight:700;
}

.header .nav .dropdown-menu a{
    font-size: 0.9em;
    padding:10px 15px;
}

.header .technical-support {
    text-transform:none;
    font-size:.9em;
}

.header .user-last-login-time {
    line-height:36px;
    font-weight:normal;
    text-transform:none;
}

.header select {
    color:#000000;
}

.header.mobile {
    font-size:9px;
    min-height:130px;
}

.header.mobile .navbar-brand {
    text-align:center;
    width:100%;
}

.header.mobile .technical-support {
    line-height:34px;
}

.header.mobile .mobile-nav {
    width:100%;
    margin-top:4px;
}

.header.mobile .mobile-nav a {
    color:#FFFFFF;
    display:block;
    padding:12px 0;
    font-size:16px;
    text-transform:none;
}

.header.mobile .mobile-nav a:active,
.header.mobile .mobile-nav a:hover,
.header.mobile .mobile-nav a:focus {
    text-decoration:none;
}

.header.mobile .subnav {
    margin-top:7px;
}
.header.mobile .subnav li a {
    margin:0;
    padding-top:15px;
    padding-bottom:15px;
}

.header.mobile .advanced-dropdown {
    margin-top:20px;
}

.panel {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .175);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .175);
}

.panel > .panel-heading {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .175);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .175);
}

.panel-title {
    color:#59596C;
}

.panel-title.with-search {
    line-height:33px;
}

.panel-default .panel-heading {
    background-color: #e1e6ef;
}

.panel-primary {
    border-color: #1f368c;
    border-top:none;
}

.panel-primary > .panel-heading {
    background-color: #1f368c;
    background-image: -webkit-linear-gradient(top, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .35) 100%));
    background-image:         linear-gradient(to bottom, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .35) 100%);
    background-repeat: repeat-x;
    border:none;
}

.panel-primary > .panel-heading > .panel-title {
    color:#fff;
}

.label-danger, .alert-danger {
    background-color: #E61B25;
    color: #FFF;
}

.label-success {
    background-color: #298b1f;
}

.alert-container {
    margin-bottom:10px;
}

.alert {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .175);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .175);
    background-image: -webkit-linear-gradient(top, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .15) 100%));
    background-image:         linear-gradient(to bottom, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .15) 100%);
    background-repeat: repeat-x;
    border:none;
    margin-bottom:10px;
}

.alert-success {
    color: #FFFFFF;
    background-color: #298B1F;
}

.help {
    margin-left: 7px;
}

/* Nav */

.nav-stacked li {
    padding:0;
    margin:0;
    margin-right:15px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0.05) 100%);
    background-repeat: repeat-y;
    border-bottom:1px solid rgba(0, 0, 0, .175);
}

.nav-stacked li a {
    padding:10px;
    border:none;
}

.nav-stacked > li > a:hover, .nav-stacked > li > a:focus {
    background-color:#40549D;
    color:#FFFFFF;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .175);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .175);
    border:none;
}

.nav-stacked > li + li {
    margin-top: 0;
}

.nav-stacked li.active {
    margin-right:0;
} 

.nav-stacked li.active a {
    cursor: default !important;
}

.nav-stacked li.active a:hover {
    background: inherit;
}

.nav-stacked li.active {
    background: #1F368C;
    border-color: #1F368C;
    color: #FFFFFF;
    font-size:16px;
    border:none;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .175);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .175);
}

.nav-stacked li.active {
    color: #FFFFFF;
    padding:17px 10px;
}
.nav-stacked li.active a {
    color: #FFFFFF;
    padding:17px 10px;
}

.nav-tabs {
    margin-top:3px;
    margin-left:3px;
}

.nav-tabs li.active a {
    background:#F9F9F9;
    font-weight:bold;
}

.nav-tabs li a {
    border-radius:10px 10px 0 0;
    border-color: #F9F9F9;
    background-color:#E1E6EF;
    color:#59596C;
}

.nav-tabs > li > a:hover {
    color:#fff;
    background-color:#40549d;
    border-color:#40549d;
}

.nav-tabs.nav-primary li a {
    padding:8px 30px;
    font-size:16px;
    background-image: -webkit-linear-gradient(top, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .0001) 80%), color-stop(rgba(0, 0, 0, .05) 100%));
    background-image:         linear-gradient(to bottom, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .0001) 80%, rgba(0, 0, 0, .05) 100%);
    background-repeat: repeat-x;
    border-bottom:medium none;
}

.nav-tabs.nav-primary li.active a {
    padding:10px 40px;
    margin-top:-7px;
    font-size:18px;
    background:#1f368c;
    border-color: #1f368c;
    color:#FFF;
    background-image: -webkit-linear-gradient(top, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .35) 100%));
    background-image:         linear-gradient(to bottom, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .35) 100%);
    background-repeat: repeat-x;
}

/* Progress Bars */

.progress {
    height:15px;
}

.progress-bar-success,
.progress-bar-info,
.progress-bar-warning,
.progress-bar-danger {
    background-image: -webkit-linear-gradient(top, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .35) 100%));
    background-image:         linear-gradient(to bottom, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .25) 100%);
    background-repeat: repeat-x;
}

.progress-bar-success {
    background-color: #298b1f;
}

.progress-bar-info {
    background-color: #1f368c;
}

.progress-bar-warning {
    background-color: #e35c36;
}

.progress-bar-danger {
    background-color: #E61B25;
}

.progress-bar-caption {
    margin-top:-20px;
    font-weight:bold;
}

.progress-bar-caption span {
    font-size:10px;
    text-transform:uppercase;
}

.progress-bar-caption.success {
    color:#298b1f;
}

.progress-bar-caption.info {
    color:#1f368c;
}

.progress-bar-caption.warning {
    color:#e35c36;
}

.progress-bar-caption.danger {
    color:#E61B25;
}

/* Btns */

.btn {
    background-color:#e35c36;
    color:#FFFFFF;
    background-image: -webkit-linear-gradient(top, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .1) 100%));
    background-image:         linear-gradient(to bottom, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .1) 100%);
    background-repeat: repeat-x;
}

.btn:hover,.btn:active, .btn.active, .btn:focus {
    color:#FFFFFF;
    background-color:#DE5526;
    background-image: -webkit-linear-gradient(top, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .1) 100%));
    background-image:         linear-gradient(to bottom, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .1) 100%);
}

.btn-default {
    border:none;
}

.btn-default:hover,.btn-default:active, .btn-default.active, .btn-default:focus, .open .dropdown-toggle.btn-default {
    background-color:#DE5526;
    color:#FFFFFF;
    background-image: -webkit-linear-gradient(top, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .1) 100%));
    background-image:         linear-gradient(to bottom, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .1) 100%);
}

.btn-primary {
    background-color:#e35c36;
    border:none;
}

.btn-primary:hover,.btn-primary:active, .btn-primary.active, .btn-primary:focus {
    background-color:#DE5526;
}

.btn-danger {
    background-color:#E61B25;
}

.btn-danger:hover,.btn-danger:active, .btn-danger.active, .btn-danger:focus {
    background-color:#D40913;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, 
.btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active,
 .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color:#e35c36;
    border:none;
}

.btn-stacked {
    margin-bottom: 5px;
}

/* Dropdown */

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
    border-color: transparent;
}

ul.dropdown-menu {

    display: none;
    overflow: hidden;
    position: absolute;
    left: -140px;
    width: 280px;
    height: auto;
    z-index: 500;
    border: 1px solid #aaa;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background: #f8f8f8;
    font-size: 0.85em;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.mobile ul.dropdown-menu {
    left: -220%;
    width: 250px;
}

.mobile .nav-pills li>a {
    margin:5px -2px !important;
}

ul.dropdown-menu li {
    padding: 8px 8px 8px 8px;
    margin: 0px 0px 0px 0px;
    display: block;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #fff;
    color: #555 !important;
    font-size: 9px;

}

/* Remove Border from Internal LI Elements */
ul.dropdown-menu li ul li {
    padding: 8px 0px 0px 0px !important;
    border-top: none !important;
    border-bottom: none !important;
}

ul.dropdown-menu a {
    padding: 8px 8px 8px 8px;
    margin: 0px 0px 0px 0px;
    display: block;
    color: #fff !important;
    background: none;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

ul.dropdown-menu li a {

    color: #555 !important;
    font-size: 0.9em;

}

ul.dropdown-menu li a:hover {
    background: #fafafa;
    color: #DE5526 !important;
}

.dropdown-menu li:hover .sub-menu {
    background: none;
}

.dropdown.full-panel-width {
    width:100%;
    padding:5px;
}

.dropdown.full-panel-width .btn, .dropdown.full-panel-width .dropdown-menu a {
    width:100%;
}

.dropdown-menu.full-panel-width {
    width:100%;
    max-height: 240px;
    overflow: hidden;
    overflow-y: auto;
}

.dropdown-menu.half-panel-width {    
    width:50%;
    max-height: 240px;
    overflow: hidden;
    overflow-y: auto;
    margin-left: 37%;
}

.dropdown-menu .sub-menu {
    position: absolute;
    visibility: hidden;
}

/* DataTables */

div.dataTables_paginate {
    float: none;
    margin: 0;
}

.ng-table th {
    text-align:left;
}

.ng-table thead tr th {
    vertical-align: top;
}

.ng-table tr th span.secondary-header {
    font-weight:normal;
    font-size:10px;
    line-height:12px;
    display:block;
    white-space: nowrap;
}

.table.key {
    margin-top:12px;
    font-size:10px;
    width:auto;
}

.table.key > tbody > tr > td {
    padding:2px 8px;
    border-top:none;
}

[ng-click].inactive {
    cursor:default;
}

.table-hover > tbody > tr.inactive:hover > td,
.table-hover > tbody > tr.inactive:hover > th {
  background-color: inherit;
}

.table-striped > tbody > tr.inactive:hover:nth-child(odd) > td,
.table-striped > tbody > tr.inactive:hover:nth-child(odd) > th {
  background-color: #f9f9f9 !important;
}

.table tbody tr.active td,
.table tbody tr.active th {
	background-color: #4357a1;
	color: white;
}

.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
	background-color: #4357a1;
}

.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
	background-color: #374b95 !important;
}

.table .notification-col {
    min-width:122px;
    max-width:122px;
    width:122px;
}

.table .icon-column {
    width:32px;
    max-width:32px;
    min-width:32px;
}

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

/* Forms */
.form-control i {
    margin-top:3px;
}

/* Content Helpers*/

.strong-header {
    font-size:24px;
}

.strong-sub {
    line-height:34px;
    font-size:18px;
}

.strong-sub span
{
    font-size:12px;
}

.padded-top {
    padding-top:20px;
}

.padded-bottom {
    padding-bottom:20px;
}

.bump-left {
    margin-right:10px;
}

.editable-title {
    cursor:pointer;
}

.sub-title {
    font-size:12px;
}

.divider-right {
    border-right:1px solid #AAA;
}

/* AngularJS */

.angular-view-container {
    position:relative;
}

[ng-click] {
    cursor:pointer;
}
.modal[ng-click] {
    cursor:default;
}

.modal.wide-modal .modal-dialog {
    width:800px;
}

/* Loading Container */
.loading-container {
    position: relative;
    min-height: 90px;
}
.loading-container .loading:before, .loading-container .loading:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 50px;
    min-width: 50px;
}
.loading-container .loading:before {
    background-color: white;
    opacity: 0.5;
}

.loading-container .loading .icon {
    position:absolute;
    left:0;
    right:0;
    top:10px;
    bottom:0;
    text-align:center;
}

.loading-container .loading .icon i {
}

/* Font Awesome */

.fa-question-circle {
    cursor:default;
}

.icon-disabled {
    color:#eaeaea;
}

/* xeditable */
.editable-wrap {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
}

.editable-wrap .editable-controls, .editable-wrap .editable-error {
    margin-bottom: 0;
}

.editable-wrap .editable-controls > input, .editable-wrap .editable-controls > select, .editable-wrap .editable-controls > textarea {
    margin-bottom: 0;
}

.editable-wrap .editable-input {
    display: inline-block;
}

.editable-buttons {
    display: inline-block;
    vertical-align: top;
}

.editable-buttons button {
    margin-left: 5px;
}

.editable-input.editable-has-buttons {
    width: auto;
}

.editable-bstime .editable-input input[type=text] {
    width: 46px;
}

.editable-bstime .well-small {
    margin-bottom: 0;
    padding: 10px;
}

.editable-range output {
    display: inline-block;
    min-width: 30px;
    vertical-align: top;
    text-align: center;
}

.editable-color input[type=color] {
    width: 50px;
}

.input-2char {
    width: 42px;
}
.input-6char {
    width: 80px;
}

.editable-checkbox label span, .editable-checklist label span, .editable-radiolist label span {
    margin-left: 7px;
    margin-right: 10px;
}

.editable-hide {
    display: none !important;
}

.editable-click, a.editable-click {
    text-decoration: none;
    color:inherit;
    line-height:34px;
}

.editable-click:hover, a.editable-click:hover {
    text-decoration: none;
}

.editable-empty, .editable-empty:hover, .editable-empty:focus, a.editable-empty, a.editable-empty:hover, a.editable-empty:focus {
    font-style: italic;
    text-decoration: none;
    color:#DE5526;
}

.panel-heading .editable-controls textarea, .panel-heading .editable-controls input[type='text']
{
    width:100%;
}
.panel-heading .editable-controls .editable-buttons {
    display: block;
    margin-top:5px;
    float:right;
}

.panel-heading .editable-paragraph a.editable-click {
    line-height:inherit;
}

/* Select Tag Input */
.select-tag {
    height:auto !important;
    padding:6px;
}
.select-tag-item {    
    padding:3px 8px;
    font-size:12px;
    margin-right:3px;
    margin-bottom:3px;
}

/* Dev Placeholder */
.task-todo {
    font-style:italic;
    background:#ffff00;
}

/* Page Specific */

/* account/detectors */
.account-detectors-page h4.detector-name {
    margin-top: 5px;
    margin-bottom: 15px;
}

.account-detectors-page h2.detector-nickname {
    margin-bottom: 0px;
}

.account-detectors-page .ip-address {
    margin-top: 18px;
}

.account-detectors-page .streaming-audio-link {
    margin-bottom: 15px;
}

.account-detectors-page table thead {
    font-size: 10px;
}

table thead tr td {
    padding:2px 8px !important;
}

.account-detectors-page .connectivity-history tbody td {
    width: 33%;
    font-size: 12px;
}

.account-detectors-page .monitored-organizations tbody td {
    font-size: 12px;
}

/* account/tones */
.account-tones-page .latest-alerts {
    margin-top:20px;
}
.dropdown-label {
    width: 90px;
    float: left;
}
.dropdown-content {
    width: 175px;
    margin-left: 90px;
}
.header-search {
    height: 29px;
    margin-top: 5px;
}
.search-result-text {
    text-transform: none;
    margin-top: 4px;
    font-size: 10px;
    font-weight: 500;
}
.search-result-text a {
    text-transform: none !important;
    margin-top: 4px !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    padding: 0px !important;
}
.search-result-header {
    font-size: 11px;
}
.search-loading {
    color: #000000;
    margin: 10px;
}
.search-dropdown {
    width: 375px !important;
}

.detect-maint-label {
    width: 70px;
    margin-right: 5px;
    margin-top: ;
    text-align: center;
    border-radius: 3px;
}
.trouble {
    background-color: #e1e6ef !important;
}
.late {
    background-color: #fcf8e3 !important;
}
.issue {
    background-color: #f2dede !important;
}
.filter-first-row {
    margin-bottom: 5px;
}
.text-center-filters {
    margin-bottom: 5px;
}
.table-header {
    background-color: #b0b0b0;
}

/* dynamic tooltip to match bootstrap for show/hide custom events */
.tooltips {
    position: relative;
    display: inline;
}
.tooltips span {
    position: absolute;
    width:140px;
    color: #FFFFFF;
    background: #000000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 6px;
    right: 100%;
    top: 50%;
    margin-top: -15px;
    margin-right: 25px;
    z-index: 999;
}
.tooltips span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -8px;
    width: 0; height: 0;
    border-left: 8px solid #000000;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.alert-modal-content {
    padding-left: 10px;
}

.alert-modal-content pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.modal-map-right {
    position: relative;
    left: -10px;
}
.alert-comments {
    width: 680px;
    height: 250px;
}
.cad-comment dt {
    width: 200px !important;
}
.cad-comment dd {
    margin-left: 240px !important;
}
.cad-email {
    color: #E65D2E;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.view-raw-btn {
    margin-top: -35px;
    margin-right: 65px;
}
.cad-map {
    width: 100%;
}
.cad-modal-close {
    margin-top: -27px;
}
.full-width-table {
    width: 100%;
}

.cad-label {
    width: 190px;
}

.account-admin-required {
  color: #DE5526;
}

.account-admin-form .form-control {
    width: 200px;
}

.account-admin-form .control-label {
    width: 150px;
}

.billing-address-form .form-control {
    width: 80%;
}

.billing-address-form .control-label {
    width: 20%;
}

.billing-address-form #address-state {
    width: 10%;
}

.billing-address-form #address-city {
    width: 30%;
}

.billing-address-form #address-zip {
    width: 20%;
}

.tos-modal {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    overflow-x: scroll;
}

.subscriber-demo {
    background-color: rgb(142, 153, 255);
}

.subscriber-expired-canceled {
    background-color: rgb(237, 99, 95);
}

.subscriber-suspended {
    background-color: rgb(248, 183, 56);
}

.subscriber-regular {
    background-color: white;
}

.subscriber-dropdown > option:not([selected="selected"]) {
    background-color: white;
}

.noback {
    background-color: transparent;
    padding: 0px;
	font-family: 'Open Sans',sans-serif;
font-size: 100%;
    border: none;
}

.loc-data {
	padding-left: 190px;
}

pre {
	white-space: pre-wrap;
}
