:root {
    --default-background-color: #ececec;
    --default-text-color: #ffffff;

    --default-primary-color: #EE5700;
    --default-secondary-color-navy: #000D32;
    --default-secondary-color-blue: #214f8c;

    --default-secondary-color-frost: #6F95BB;
    --default-secondary-color-melrose: #A8A8FF;
    --default-secondary-color-lavender: #E0E0FF;
    --default-secondary-color-magnolia: #F5F5FF;

    --default-topnav-text-color: var(--default-primary-color);
    --default-topnav-background-color: var(--default-secondary-color-navy);

    --default-topnav-hover-text-color: rgb(255, 102, 51);
    --default-topnav-hover-background-color: #ffffff;

    --default-subtab-select-text-color: #ffffff;
    --default-subtab-select-background-color: var(--default-secondary-color-navy);

    /* --btn-arnold-color: #ffffff; */
    --btn-arnold-color: #10ff68;
}

body {
  background-color: var(--default-background-color);
}

/* full width application */
div.container {
  width: 100%;
}

div.hideUnhide {
  display: none;
}

div#topmenu a {
  text-decoration: none;
  color: #fff;
}

div#topmenu {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  background-color: var(--default-primary-color);
  color: var(--default-topnav-text-color);
  margin-top: -5px;
  padding: 0;
  position: relative;
}

div#header {
  border-width: 0;
  padding: 5px 0;
  text-align: left;
}

/**
 * Logged out header logo
**/
#header .navbar-brand-logged-out {
  display: inline-block;
  vertical-align: middle;
}
.header img {
  max-height: 48px !important;
  width: auto;
  vertical-align: middle;
}

/* used by auth/header for both whitelabel and non-whitelabel logins */
#header .brand-logo {
  max-height: 56px !important;
  width: auto;
  vertical-align: middle;
  margin-top: 16px;
  margin-bottom: 16px;
}

/**
 * Logged in header logo
**/
.navbar-header {
  display: flex;
  align-items: center;
}

h2,
h2 a {
  color: #444;
  margin-bottom: 5px;
}

h3.instructions {
  margin-bottom: 5px;
  color: #444;
  text-align: left;
}

nav#topnav {
  background-color: var(--default-topnav-background-color);
  height: 30px;
  display: block;
  padding: 3px 0 0;
  font-size: 13px;
}

nav#topnav a {
  display: inline-block;
  font-weight: bold;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  margin: 0 1px;
}

nav#topnav a.topnav_selected,
nav#topnav a:hover {
  color: var(--default-topnav-hover-text-color) !important;
  background-color: var(--default-topnav-hover-background-color) !important;
}

div#footer {
  padding: 15px 0;
  text-align: center;
  border-width: 0px 1px 1px 1px;
}

div#content {
  min-height: 590px;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: 3px solid var(--default-primary-color);
}

div#content_wrapper {
  background: #fff;
  border: 0;
}

h1 {
  color: #666;
  letter-spacing: -1px;
  margin-bottom: 10px;
  display: inline-block;
}

tr.phonelist:hover {
  background-color: #eee;
}

.ctr {
  text-align: center;
}

fieldset {
  padding: 10px;
  border: 0 !important;
}

fieldset.dialog {
  width: 250px;
  margin-bottom: 20px;
  text-align: center;
}
fieldset.indiv_phone {
  width: 600px;
  margin-bottom: 20px;
}

legend {
  font-weight: bold;
  font-size: 18px;
}

.top_20 {
  margin-top: 20px;
}

table.list-table {
  background-color: #ddd;
  width: 100%;
  border-spacing: 0;
  /*border: 1px solid #bbc;*/
  /*padding: 2px;*/
}

table.list-table td,
table.list-table th {
  border-spacing: 0;
  border-collapse: collapse;
  /*border: 1px solid #ccd; */
  padding: 2px 4px;
}

table.list_table tr {
  border-spacing: 0;
  border-collapse: collapse;
}

table.list-table tr.even {
  background-color: #eee;
}

thead.list-table-header th {
  font-family: "Helvetica Neue", "Helvetica", "FreeSans", "Arial", sans-serif !important;
  font-weight: bold;
  font-size: 14px;
}

/*table thead th {*/
/*text-align: center;*/
/*}*/

table.extensions thead th {
  text-align: center;
}

.hidden {
  display: none;
}

optgroup option {
  text-indent: 20px;
}

.monospace {
  font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Vera Sans Mono", monospace;
}

.right {
  text-align: right;
}

.capitalize {
  text-transform: capitalize;
}

.vctr {
  vertical-align: middle;
}

div.actions {
  margin: 20px 0;
}

p.validation_error_header {
  font-weight: bold;
  font-size: 1.3em;
  color: red;
}

ul.validation_error_list {
  list-style-type: none;
  margin-bottom: 20px;
}

ul.validation_error_list li {
  font-style: italic;
  color: grey;
}

table.list-table th:first-child {
  text-align: center;
}

table.list-table th {
  border-left: 1px solid #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  padding: 5px !important;
}

table.list-table th.headerSortDown {
  background: transparent url("/img/ui-icon-triangle-1-n.png") right center no-repeat scroll;
}

table.list-table th.headerSortUp {
  background: transparent url("/img/ui-icon-triangle-1-s.png") right center no-repeat scroll;
}

a.top_btn {
  margin-bottom: 10px !important;
}

a.action_btn {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px outset #ccc;
  text-indent: 24px;
  overflow: hidden;
}

a.action_btn:hover {
  background-color: #ccf;
}

a {
  text-decoration: none;
}

.nowrap {
  white-space: nowrap;
}

th.nopad {
  padding: 0 !important;
}

.content_shadow {
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

div#page_wrapper {
  margin: auto;
}

input.placeholder {
  color: #999;
}

.field_error {
  display: inline;
  color: red;
}

.display_disabled {
}

.display_none {
  display: none;
}

.display_inline {
  display: inline !important;
}

.float_left {
  float: left !important;
}

.float_right {
  float: right !important;
}
textarea#mac_addresses {
  font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Vera Sans Mono", "FreeSans Mono", monospace !important;
}

input.file {
  width: 120px;
}

.align_right {
  text-align: right;
}

span.errormsg {
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  font-size: 1.3em;
  color: red;
}

th.nopad {
  width: 40px;
}

p.description {
  color: #444 !important;
}

p.emptylisttext {
  text-align: center;
  font-size: 36px;
  color: #ccc;
  width: 100%;
  margin: 50px 0;
}

p.emptylisttext a {
  text-decoration: underline;
  color: #ccc;
}

td.actions {
  white-space: nowrap;
}

th.actions {
  width: 100px;
}

#logo_upload_btn {
  z-index: 1000;
}

#bg_upload_btn {
  z-index: 1000;
}

.nopad {
  padding: 0 !important;
}

div#profile_link {
  padding: 3px;
  cursor: pointer;
  display: inline;
  border: 1px solid #ddd;
}

div#profile_link:hover {
  border-color: #bbb;
}

.pad_10 {
  padding: 10px;
}

.pad_20 {
  padding: 20px;
}

.align_left {
  text-align: left !important;
}

.hover-underline:hover {
  text-decoration: underline;
}

a.unconfigured {
  font-weight: bold;
  /*color: #f27405 !important;*/
  color: red !important;
}

select.ext_dropdown {
  max-width: 80px;
}

/* Aristo / selectmenu tweaks */
select.selectmenu {
  padding: 3px;
  width: 100%;
  /*min-width: 180px;*/
}

span.ui-selectmenu-status {
  overflow: hidden;
  width: 100%;
}

button.ui-button.ui-widget.ui-state-default.ui-button-icon-only.ui-corner-right.ui-button-icon {
  height: 25px;
  position: relative;
  top: 3px;
  width: 22px;
}

input.ui-autocomplete-input {
  border-radius: 5px 0 0 5px;
  border-right: none !important;
  width: 100%;
  background: none !important;
}

.ui-widget .ui-widget {
  font-size: 12px !important;
}

.iPhoneCheckContainer {
  display: inline-block;
  top: 0;
  margin-top: 0;
  margin-bottom: -7px;
}

.iPhoneCheckContainer label {
  padding: 0;
  margin-right: 0 !important;
}
/*
label.iPhoneCheckLabelOff {
    position: relative;
    right: 0 !important;
    margin-right: 0 !important;
}

label.iPhoneCheckLabelOn span {
    position: relative;
    left: 10px !important;
    padding-left: 0 !important;
}
*/

.blue_gradient {
  background: #88bdfd;
  background: -moz-linear-gradient(top, #88bdfd 0%, #4185dc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #88bdfd), color-stop(100%, #4185dc));
  background: -webkit-linear-gradient(top, #88bdfd 0%, #4185dc 100%);
  background: -o-linear-gradient(top, #88bdfd 0%, #4185dc 100%);
  background: -ms-linear-gradient(top, #88bdfd 0%, #4185dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bdfd', endColorstr='#4185dc',GradientType=0 );
  background: linear-gradient(top, #88bdfd 0%, #4185dc 100%);
}

.ui-selectmenu-menu li a,
.ui-selectmenu-status {
  padding: 3px 5px !important;
}

span.ui-selectmenu-group-label {
  color: #999 !important;
}

li.ui-selectmenu-group ul li {
  padding-left: 15px;
}

.ui-selectmenu-dropdown li,
.ui-selectmenu-menu li {
  border-color: #466086;
  border-radius: 0 0 0 0;
  margin: -1px;
}

.ui-selectmenu-menu,
.ui-selectmenu-menu-dropdown {
  z-index: 9999 !important;
}
.aristo-gradient {
  background: #b9e0f5 !important; /* Old browsers */
  background: -moz-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #b9e0f5),
    color-stop(100%, #92bdd6)
  ) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%) !important; /* Opera11.10+ */
  background: -ms-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%) !important; /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9e0f5', endColorstr='#92bdd6',GradientType=0 ) !important; /* IE6-9 */
  background: linear-gradient(top, #b9e0f5 0%, #92bdd6 100%) !important; /* W3C */
}

.ui-autocomplete li.ui-menu-item a {
  /*line-height: 1em !important;*/
  /*padding: 4px !important;*/
  font-size: 12px !important;
  border: 0 none !important;
  white-space: nowrap !important;
}

.ui-autocomplete li.ui-menu-item a.ui-state-focus {
  background: #207ce5 !important;
  color: #fff !important;
}

.ui-selectmenu-icon {
  position: absolute;
  right: 3px;
  top: 4px;
}

ul.label-pairs {
  list-style: none outside none;
  padding-left: 0;
}

ul.label-pairs li,
.label-pair {
  margin-bottom: 10px;
  white-space: nowrap;
}

ul.label-pairs li label,
.label-pair label,
.label-pair .label {
  margin-right: 5px;
}

.h10 {
  height: 10px !important;
}

div.spinner {
  text-align: center;
}

div.spinner span {
  margin: auto;
}

div#company_logo {
  width: 213px;
  height: 111px;
  overflow: hidden;
}

div#company_logo.nologo {
  background-color: #eeeeee;
  border: 1px solid #999999;
  display: block;
  height: 111px;
  text-align: center;
  width: 213px;
}

div#company_logo span {
  color: #999999;
  font-size: 18px;
  font-style: italic;
  margin: auto;
  position: relative;
  top: 46px;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  padding: 10px !important;
}

.top20 {
  margin-top: 20px !important;
}

label.small-label {
  width: 60px;
}

.v-middle {
  vertical-align: middle;
}

.ui-selectmenu-menu li,
li.ui-menu-item {
  cursor: pointer !important;
}

.ui-selectmenu-menu li.ui-state-hover,
.ui-selectmenu-menu li.ui-selectmenu-item-focus,
.ui-selectmenu-menu li.ui-selectmenu-item-selected,
li.ui-menu-item a.ui-state-hover,
a.ui-selectmenu.ui-selectmenu-dropdown.ui-state-active,
button.ui-button.ui-widget.ui-state-active {
  background: #499bea !important;
  background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #499bea), color-stop(100%, #207ce5)) !important;
  background: -webkit-linear-gradient(top, #499bea 0%, #207ce5 100%) !important;
  background: -o-linear-gradient(top, #499bea 0%, #207ce5 100%) !important;
  background: -ms-linear-gradient(top, #499bea 0%, #207ce5 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ) !important;
  background: linear-gradient(top, #499bea 0%, #207ce5 100%) !important;

  border: 1px solid #7096ab !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: medium none;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-shadow: rgba(0, 0, 0, 0.4) 0 -1px !important;
}

.ui-selectmenu-menu li.ui-state-hover a,
.ui-selectmenu-menu li.ui-selectmenu-item-focus a,
.ui-selectmenu-menu li.ui-selectmenu-item-selected a,
li.ui-menu-item a.ui-state-hover {
  font-size: 12px !important;
  color: #fff !important;
  text-shadow: rgba(0, 0, 0, 0.4) 0 -1px !important;
}

button.ui-button.ui-widget.ui-state-active span.ui-button-text {
  color: #fff !important;
  text-shadow: rgba(0, 0, 0, 0.4) 0 -1px !important;
}

.selectmenu li,
.selectmenu li a {
  font-size: 12px !important;
}

.gradient-green {
  background: #499bea !important;
  background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #499bea), color-stop(100%, #207ce5)) !important;
  background: -webkit-linear-gradient(top, #499bea 0%, #207ce5 100%) !important;
  background: -o-linear-gradient(top, #499bea 0%, #207ce5 100%) !important;
  background: -ms-linear-gradient(top, #499bea 0%, #207ce5 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ) !important;
  background: linear-gradient(top, #499bea 0%, #207ce5 100%) !important;
}

.button-dark .ui-button-text {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6) !important;
}

.button-light .ui-button-text {
  color: #000 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) !important;
}

.secondary-action.ui-button,
.secondary-action.ui-button.ui-state-active,
.secondary-action.ui-button.ui-state-hover,
.secondary-action.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.ui-state-active {
  font-weight: normal !important;
  background: none !important;
  border: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.secondary-action.ui-button .ui-button-text,
.secondary-action.ui-button.ui-state-active .ui-button-text,
.secondary-action.ui-button.ui-state-hover .ui-button-text,
.secondary-action.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.ui-state-active .ui-button-text {
  color: #444 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) !important;
}

.secondary-action.ui-button.ui-state-active .ui-button-text,
.secondary-action.ui-button.ui-state-hover .ui-button-text,
.secondary-action.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.ui-state-active .ui-button-text {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) !important;
}


.DTTT_dropdown .bulk_button {
  width: 100%;
  border: none;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left;
  min-width: 180px;
  padding-left: 15px;
}
.DTTT_dropdown .bulk_button:disabled:hover {
  color: #999;

}
.heading-menu-section {
  border-right: 1px inset #d41;
  padding: 5px 10px;
  display: inline-block;
  border-left: 1px solid #f96;
}

.heading-menu-section.right {
  border-right: 0 none;
}

.heading-menu-section.left {
  border-left: 0 none;
}

#agent-stats-container {
  position: absolute;
  right: 44px;
  top: 25px;
  background: var(--default-primary-color);
  padding: 9px;
  border-width: 0 1px 1px 1px;
  border-style: outset;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.css_right {
  float: right;
}

.quad {
  display: inline-block;
  width: 21px;
  text-align: right;
}

.deemphasize {
  color: #999;
}

.grid-table tbody tr {
  cursor: default;
}

a.underlined {
  color: blue !important;
  text-decoration: underline !important;
}

#tenants_list {
  width: 250px;
}

a.tenant-actions {
  width: 75px;
  margin-bottom: 5px;
  margin-left: 10px;
}

div#user_validation_errors_container {
  padding-left: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

ul#user_validation_errors {
  margin-left: 40px;
}

ul#user_validation_errors li {
  font-weight: normal;
}
a.editable {
  color: #444;
  text-decoration: underline;
}

input.inline-edit {
  width: auto !important;
}

.buttonbar {
  padding: 6px 10px 5px;
  margin: 0 0 10px 0;
  background-color: hsl(0, 0%, 98%);
  background-image: -moz-linear-gradient(top, white, hsl(0, 0%, 95%));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(hsl(0, 0%, 95%)));
  background-image: -webkit-linear-gradient(top, white, hsl(0, 0%, 95%));
  background-image: -o-linear-gradient(top, white, hsl(0, 0%, 95%));
  background-image: linear-gradient(to bottom, white, hsl(0, 0%, 95%));
  background-repeat: repeat-x;
  border: 1px solid hsl(0, 0%, 83%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  -webkit-box-shadow: 0 1px 4px hsla(0, 0%, 0%, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px hsla(0, 0%, 0%, 0.065);
  height: 47px;
  line-height: 30px;
}

#topinfo-content {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.move_up {
  margin-top: -6px !important;
}

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

h4.template-warning {
  color: red;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.ui-selectmenu-menu-dropdown {
  min-width: 180px !important;
  width: auto !important;
}

.settings-group {
  padding: 10px;
  border: 1px dotted #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
}

.settings-group > h2 {
  margin: -10px -10px 10px;
  padding: 10px;
  font-size: 14px;
  background-color: #eee;
}

.settings-group > div {
  /*padding: 10px;*/
}

.editable-wrapper select {
  width: 65% !important;
}

.editable-wrapper-ext select {
  width: 80px !important;
}

.collapse {
  height: 0;
  overflow: hidden;
  overflow: visible \9;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

#dialog-countdown {
  font-weight: bold;
}

/*megahax*/
/*.DTTT_button>span {
    padding: .4em 1em !important;
    line-height: 1.4 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) !important;
}
*/
.ui-combobox-toggle {
  height: 23px !important;
  position: relative;
  top: 8px;
}

.ui-dialog .ui-dialog-content {
  overflow: hidden !important;
}

.ui-autocomplete.ui-menu {
  padding: 0 !important;
}

.select2-result-sub,
.select2-result-sub li {
  padding-left: 0;
}
.ui-dialog .ui-dialog-titlebar-close span {
  position: relative;
  background: url(/assets/css/Aristo/images/icon_sprite.png) 0 -16px no-repeat;
  left: 0;
  height: 16px;
}
.ui-dialog .ui-dialog-titlebar-close span.ui-button-text {
  display: none !important;
}
.ui-dialog .ui-dialog-titlebar button.ui-dialog-titlebar-close {
  border: 0 none !important;
  background: none !important;
  box-shadow: 0 none !important;
}
/*a.btn {
    text-decoration: none !important;
}
*/
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.btn-dark,
.btn-dark a {
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
}
.btn-phonism-blue {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0470c1;
  *background-color: #0470c1;
  background-image: -moz-linear-gradient(top, #0b91f8, #0470c1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0b91f8), to(#0470c1));
  background-image: -webkit-linear-gradient(top, #0b91f8, #0470c1);
  background-image: -o-linear-gradient(top, #0b91f8, #0470c1);
  background-image: linear-gradient(to bottom, #0b91f8, #0470c1);
  background-repeat: repeat-x;
  border-color: #0470c1;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0B91F8', endColorstr='#0470C1', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-phonism-blue:hover,
.btn-phonism-blue:active,
.btn-phonism-blue.active,
.btn-phonism-blue.disabled,
.btn-phonism-blue[disabled] {
  color: #ffffff;
  background-color: #0470c1;
  *background-color: #003bb3;
}
.btn-arnold {
  color: var(--default-text-color);
  background-color: var(--default-primary-color);
}
.btn-arnold:hover,
.btn-arnold:active,
.btn-arnold.active,
.btn-arnold.disabled,
.btn-arnold[disabled] {
  color: var(--default-text-color);
  background-color: var(--default-secondary-color-navy);
}

.btn-primary {
  color: #fff !important;
}

.DTTT.btn-group,
.dataTables_length,
.dataTables_filter,
.pagination {
  margin: 10px 0;
}

a.upgrade_warn_link {
  color: #000D32 !important;
}

.upgrade_button_wrapper {
  display: inline-block;
}

/*.btn.DTTT_disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
*/
a.btn {
  text-decoration: none !important;
}

.row {
  margin-bottom: 10px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.vertical-tabs-container ul.nav-stacked {
  padding: 0 0 0 15px;
}

.has-switch {
  border-color: rgba(0, 0, 0, 0.23);
  border-radius: 3px;
}

.has-switch span,
.has-switch label {
  height: inherit;
}

.has-switch span.switch-primary,
.has-switch span.switch-left {
  color: #fff;
  background-color: #000D32;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  border: 0 none;
  text-shadow: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.has-switch span.switch-right {
  color: #555;
  background-color: #eee;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  border: 0 none;
  text-shadow: none;
}

.has-switch > div.switch-off {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.dataTables_wrapper {
  padding-top: 10px;
  padding-bottom: 40px;
}

table.dataTable {
  margin-top: 10px;
}

.dataTables_length label {
  width: auto;
}

.dataTables_length select {
  width: 55px;
  padding: 6px;
  margin-right: 5px;
}

.dataTables_filter label input[type="text"] {
  width: 125px;
  min-width: 125px;
  margin-left: 5px;
}

#new_phone_model_id {
  width: 230px !important;
}

.select2-container .select2-choice .select2-arrow {
  border-left: none;
  background: #fff;
  background-image: none;
  filter: none;
}

.brand-ouis {
  font-family: monospace;
  font-size: 1.2em !important;
}

td.mac-in-table {
  font-family: monospace;
  font-size: 1em !important;
}

td.mac-in-table em {
  font-style: normal;
  color: #065ea3;
}

.current-model {
  font-weight: bold;
  margin-right: 8px;
}

a.select-model {
  text-decoration: underline;
}

nav#topnav div.dropdown {
  top: -2px;
}

nav#topnav div.dropdown > a > .caret {
  border-top-color: #fff;
}

nav#topnav div.dropdown > a:hover > .caret {
  border-top-color: #444;
}

nav#topnav ul.dropdown-menu {
  margin: -1px 0 0;
}

nav#topnav ul.dropdown-menu li a {
  color: #444 !important;
  width: 100%;
  border-radius: 0;
}

nav#topnav ul.dropdown-menu li a:hover {
  color: #fff !important;
  background-color: var(--default-primary-color) !important;
}

div#navbar-top-right {
  display: inline-block;
  float: right;
}

.navbar {
  margin-bottom: 15px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: var(--default-primary-color);
}

ul.nav-content {
  background-color: var(--default-primary-color);
  padding-top: 3px;
  padding-left: 3px;
}

.nav-content.nav-pills > li > a,
.nav-content.nav-pills > li > a:hover,
.nav-content.nav-pills > li > a:focus {
  color: #fff;
}

.nav-content.nav-pills > li > div > a,
.nav-content.nav-pills > li > div > a:hover,
.nav-content.nav-pills > li > div > a:focus {
  color: #fff;
}

.nav-content.nav-pills > li > a:hover,
.nav-content.nav-pills > li > a:focus {
  background-color: #ff916c;
}

.nav-content.nav-pills > li.active > a,
.nav-content.nav-pills > li.active > a:hover,
.nav-content.nav-pills > li.active > a:focus {
  color: var(--default-subtab-select-text-color);
  background-color: var(--default-subtab-select-background-color);
}

.alert.lrg {
  margin-bottom: 0;
}

.undl {
  text-decoration: underline;
}

.select2-search input {
  padding: 4px 20px 4px 5px;
  background: #fff;
  height: 30px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-group {
  margin-bottom: 10px;
}

.alert {
  padding: 8px;
}

.navbar {
  min-height: 40px;
}

.navbar-text {
  margin-top: 12px;
  margin-bottom: 5px;
}

.table-responsive {
  border: 0 none;
}

.action-icons {
  margin-right: 5px;
}

.action-icons:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 13px;
  }
}

a:hover {
  cursor: pointer;
}

.has-error input {
  background: url(/assets/img/icon/error_24x24.png) right 5px center no-repeat;
  background-size: 20px 20px;
}

.has-success input {
  background: url(/assets/img/icon/ok_24x24.png) right 5px center no-repeat;
  background-size: 18px 18px;
}

.has-error p.error {
  color: #a94442;
  font-weight: bold;
  font-style: italic;
  margin-top: 5px;
}

.underline {
  text-decoration: underline;
}

a.hoverable {
  color: #222;
  text-decoration: none;
  border-bottom: 1px dashed;
}

.alert .glyphicon {
  float: left;
  font-size: 32px;
  font-size: 48px;
  margin: 2px 20px 48px 4px;
}

a.context-help {
  margin-left: 5px;
}

.billingplan-container .indicator {
  display: none;
}

.billingplan-container.selected .indicator {
  display: inline-block;
}

.help-error {
  color: red;
}

.disabled {
  cursor: not-allowed !important;
  background-color: #eee !important;
  opacity: 1;
}

.forcehidden {
  display: none !important;
}

.disabled-label {
  color: #999;
}

.help-link {
  color: #428bca !important;
  padding-left: 3px;
}

.search_filtered {
  border: 1px solid var(--default-primary-color);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}

#clear_filter {
  position: relative;
  right: 6px;
  top: 2px;
  font-size: 14px;
  font-weight: normal;
  color: var(--default-primary-color);
}

#clear_filter:hover {
  cursor: pointer;
}

.validation {
  color: red;
}

.scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}

.scroll::-webkit-scrollbar:vertical {
  width: 11px;
}

.scroll::-webkit-scrollbar:horizontal {
  height: 11px;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.scroll::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}

#vbm .expansion .left-buttons {
  width: 50%;
  float: left;
}

#vbm .expansion .right-buttons {
  width: 50%;
  float: right;
}

.draggable-mirror {
  width: 200px !important;
  max-width: 200px !important;
  min-width: 200px !important;
  font-size: 14px !important;
}

.otp-phone-list {
  margin-right: 15px;
  border-radius: 4px !important;
}

.import-csv-btn {
  border-radius: 4px 0 0 4px !important;
}

.import-config-btn {
  border-radius: 0 4px 4px 0 !important;
  margin-right: 15px;
}

.assign-tenant-btn {
  border-radius: 0 4px 4px 0 !important;
}

.help-sub-text {
  margin-top: 0.5em;
  font-size: 95%;
  color: #666;
}

.border-radius-all {
  border-radius: 4px !important;
}

.fill-primary-global {
  background-color: var(--default-primary-color);
}

.text-secondary {
  color: var(--default-primary-color);
}

.text-secondary-hover {
    color: var(--default-primary-color) !important;
}

.text-secondary-hover:hover {
    text-decoration: underline;
}

.p-icon {
  margin: 1px 5px 0px 5px;
}

.break-word {
  word-break: break-word;
}

#header {
  display: flex;
  flex-flow: column;
  background: #f8f8f8;
  align-items: center;
  margin: 0px 0px;
  height: auto;
}

#header .nav-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
#header .nav-brand img {
  max-height: 45px !important;
}

.header-content-container {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px;
  margin: auto 0px;
  flex-wrap:wrap;
}

/* Hide last pass icon in header device search field */
.header-content-container [data-lastpass-icon-root] {
  display: none;
}

.logo-breadcrumb {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 3px;
}

.logo-breadcrumb a {
  margin-bottom: 3px;
}


#header-dropdown,
ul.header-dropdown-content {
  display: none;
}

#header-dropdown-toggle {
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: var(--default-primary-color);
  color: white;
  min-width: 30px;
  min-height: 30px;
  transition: 0.2s all ease-in;
  user-select: none;
}
#software_rules_models_container {
  display: flex;
  flex-flow: column;
  height: auto;
  max-height: 400px;
  overflow-y: scroll;
  margin-top: 15px;
}
.form-group-software {
  margin: 5px 0px;
}

.header-dropdown-content {
  display: none;
  flex-flow: column;
  position: absolute;
  top: 45px;
  right: 5px;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid darkgrey;
  border-radius: 3px;
  min-width: 200px;
  z-index: 100;
}

.header-dropdown-content-header {
  display: flex;
  padding: 5px;
  background: var(--default-background-color);
  border-bottom: 1px solid lightgrey;
}

.header-content-item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  margin: 5px;
  height: 30px;
}

.header-content-auth {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000D32;
  background: var(--default-background-color);
  border-top: 1px solid lightgrey;
  transition: all 0.1s ease-in;
  height: 30px;
}

.header-content-auth:hover {
  background: white;
  text-decoration: none;
}

#header-dropdown-toggle:hover {
  opacity: 0.8;
}

/* spinner */

.page-loader {
  display: none;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  animation: fade-in 1s;
  z-index: 10000;
}

.page-loader-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.page-loader-spinner div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 4px solid #fff;
  border-radius: 50%;
  animation: page-loader-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--default-primary-color) transparent transparent transparent;
}
.page-loader-spinner div:nth-child(1) {
  animation-delay: -0.45s;
}
.page-loader-spinner div:nth-child(2) {
  animation-delay: -0.3s;
}
.page-loader-spinner div:nth-child(3) {
  animation-delay: -0.15s;
}
.mac-search-input {
  border-radius: 0px;
  font-size: 14px;
  padding: 5px 10px;
  border: 1px solid grey;
  border-right: none;
  outline: none;
  height: 30px;
  border-radius: 4px 0px 0px 4px;
}
.mac-search-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  margin-right: 5px;
  border-radius: 0px;
  border: 1px solid grey;
  height: 30px;
  width: 60px;
  border-radius: 0px 4px 4px 0px;
}

.mac-search-button-loader {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 3px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

.bootstrap-switch .bootstrap-switch-container {
  display: flex !important;
}

.phone-state-col {
  display: flex;
  flex-flow: column;
}

.phone-state-status {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  padding-top: 4px;
  letter-spacing: .5px;
}

.phone-state-hover {
  display: none;
  position: absolute;
  left: 100%;
  padding: 5px;
  margin-left: 5px;
  flex-flow: column;
  align-items: flex-start;
  border: 1px solid rgb(192, 192, 192);
  background: white;
  color: black;
  font-weight: normal;
  -webkit-box-shadow: 1px 2px 6px 0px #A8A8A8;
  box-shadow: 1px 2px 6px 0px #A8A8A8;
  border-radius: 5px;
  z-index: 100;
}

.phone-status-info {
  margin: 3px;
}

.background-secondary, .background-secondary>a {
  background-color: #000D32;
  color: #FFF !important;
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
    color: var(--default-subtab-select-text-color);
    background-color: var(--default-subtab-select-background-color);
}

.background-primary {
  background: var(--default-primary-color);
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}


@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes page-loader-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.tooltip-inner {
  max-width: 500px;
}

.tooltip-wrap-text-without-scroll {
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word; /* Ensure long words break */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
  line-clamp: 11;
  overflow: hidden;
}
