﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
/* additional top custom navbar stuff */
.navbar-top {
    background: #404040;
    color: white;
}
.collapse-wrapper {
    padding: 0 14px;
}
/* end of top custom navbar stuff */
.main-nav { 
    font-weight: bold;
}

/* brand link color default */
/*a { color: #83981F; }
a:hover { color: #9AB13F; text-decoration: none; }*/

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
*/
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 40px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 40px; /* Vertically center the text there */
  background-color: white;
  z-index: 1;
}
/* custom styles */
.th-action {
    width: 1rem;
}
.td-action {
    white-space: nowrap;
}
.th-sorting {
    white-space: nowrap;
}
th:has(a[name=sortAnchor]) {
    white-space: nowrap;
}

.table-condensed-b th {
    padding: .5rem;
}

.table-condensed-b td {
    padding: 0.1rem .25rem;
    vertical-align: middle;
}
.table-condensed-sm td {
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}
/* Separators
---------------------------------- */
.separator {
    width: 100%;
    margin: 20px auto 15px;
    position: relative;
    height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

    .separator:after {
        height: 1px;
        background: #e8e8e8;
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
        background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
        position: absolute;
        bottom: -1px;
        content: "";
        width: 100%;
        left: 0;
    }

.separator-1 {
    width: 100%;
    margin: 10px auto 10px;
    position: relative;
    height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

    .separator-1:after {
        height: 1px;
        background: #e8e8e8;
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
        background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
        position: absolute;
        bottom: -1px;
        content: "";
        width: 100%;
        left: 0;
    }

.separator-2,
.separator-3 {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    height: 1px;
}

    .separator-2:after {
        height: 1px;
        background: #d1d1d1;
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
        background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
        position: absolute;
        bottom: -1px;
        left: 0px;
        content: "";
        width: 100%;
    }

.dark-bg .separator-2:after {
    background: #666666;
    background: -moz-linear-gradient(left, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #666666), color-stop(35%, #555555), color-stop(70%, #444444), color-stop(100%, #373737));
    background: -webkit-linear-gradient(left, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
    background: -o-linear-gradient(left, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
    background: -ms-linear-gradient(left, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
    background: linear-gradient(to right, #666666 0%, #555555 35%, #444444 70%, #373737 100%);
}

#footer.dark .separator-2:after {
    background: #444444;
    background: -moz-linear-gradient(left, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #444444), color-stop(35%, #393939), color-stop(70%, #323232), color-stop(100%, #222222));
    background: -webkit-linear-gradient(left, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
    background: -o-linear-gradient(left, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
    background: -ms-linear-gradient(left, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
    background: linear-gradient(to right, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
}

.light-translucent-bg .separator-2:after,
.two-col-translucent-bg .container > .row > div .separator-2:after,
.dark.separator-2:after {
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(35%, rgba(232, 232, 232, 0.4)), color-stop(70%, rgba(232, 232, 232, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
}

.default-bg .separator-2:after,
.default-translucent-bg .separator-2:after,
.dark-translucent-bg .separator-2:after,
.med-translucent-bg .separator-2:after,
.light.separator-2:after {
    background: rgba(255, 255, 255, 0.5);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(35%, rgba(232, 232, 232, 0.4)), color-stop(70%, rgba(232, 232, 232, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(232, 232, 232, 0.4) 35%, rgba(232, 232, 232, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
}

.dark-bg:not(.banner) .separator:after {
    background: #505050;
    background: -moz-linear-gradient(left, #373737 0%, #505050 35%, #505050 70%, #373737 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #373737), color-stop(35%, #505050), color-stop(70%, #505050), color-stop(100%, #373737));
    background: -webkit-linear-gradient(left, #373737 0%, #505050 35%, #505050 70%, #373737 100%);
    background: -o-linear-gradient(left, #373737 0%, #505050 35%, #505050 70%, #373737 100%);
    background: -ms-linear-gradient(left, #373737 0%, #505050 35%, #505050 70%, #373737 100%);
    background: linear-gradient(to right, #373737 0%, #505050 35%, #505050 70%, #373737 100%);
}

#footer.dark .separator:after {
    background: #505050;
    background: -moz-linear-gradient(left, #222222 0%, #505050 35%, #505050 70%, #222222 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #222222), color-stop(35%, #505050), color-stop(70%, #505050), color-stop(100%, #222222));
    background: -webkit-linear-gradient(left, #222222 0%, #505050 35%, #505050 70%, #222222 100%);
    background: -o-linear-gradient(left, #222222 0%, #505050 35%, #505050 70%, #222222 100%);
    background: -ms-linear-gradient(left, #222222 0%, #505050 35%, #505050 70%, #222222 100%);
    background: linear-gradient(to right, #222222 0%, #505050 35%, #505050 70%, #222222 100%);
}

.default-bg .separator:after,
.dark-translucent-bg .separator:after,
.med-translucent-bg .separator:after,
.default-translucent-bg .separator:after,
.light.separator:after {
    background: rgba(255, 255, 255, 0.5);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0.5)), color-stop(70%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
}
/* recreate BS 3 xs elements */
.btn-group-xs > .btn, .btn-xs {
    padding: 0.40rem .4rem;
    font-size: .775rem;
    line-height: .5;
    border-radius: .2rem;
}

.bg-light-gray {
    background-color: #e3e3e3;
}

.text-muted-999 {
    color: #999 !important;
}
.text-black { color: #000!important; }

.multiselect-native-select > .btn-group {
    width: 100%;
}

/* custom bob stuff */
/* main settings */
html { font-size: .875rem; }
body { color: #333; }
/* utilites */
.text-kall8 { color: #83981F; }
.hide { display: none!important; }
.text-vert-middle { vertical-align: middle; }
/* custom checkboxes */
.custom-control-input-k8:focus ~ .custom-control-label::before {
    border-color: #83981f !important;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

.custom-control-input-k8:checked ~ .custom-control-label::before {
    border-color: #83981f !important;
    background-color: #83981f !important;
}

.custom-control-input-k8:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #9ab13f !important;
}

.custom-control-input-k8:not(:disabled):active ~ .custom-control-label::before {
    background-color: #d6f5dd !important;
    border-color: #d6f5dd !important;
}

.form-control.k8-checkbox {
    font-size: 0.4rem;
    margin-top: 0.5rem;
    /* to fix sizing and placement */
}
/* end custom checkboxes & radios */
.login-container {
    background-image: url(/images/logo-watermark.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: contain;
}
.login-form-wrapper {
    max-width: 20rem;
    margin: auto;
    margin-top: 2rem;
    height: 20rem;
}

.mb-5 { margin-bottom: .5rem; }
/* buttons */
.btn-kall8:hover, .btn-kall8:focus, .btn-kall8.focus, .btn-kall8:active, .btn-kall8.active, .open > .dropdown-toggle.btn-kall8 {
    color: #fff;
    background-color: #83981f !important;
    border-color: #83981f !important;
}

.btn-kall8 {
    color: #fff;
    background-color: #9ab13f;
    border-color: #83981f;
}

.btn-kall8:hover, .btn-kall8:focus, .btn-kall8.focus, .btn-kall8:active, .btn-kall8.active, .open > .dropdown-toggle.btn-kall8 {
    color: #fff;
    background-color: #83981f;
    border-color: #83981f;
}
/* tables */
.table {
    color: #333;
    border: 1px solid #ccc;
}
.table > tbody > tr > td, .table > thead > tr > th {
    border-right: 1px solid #ddd;
}
/*.table-kall8, .table-kall8 > td, .table-kall8 > th {
    background-color: #9ab13f54;
}
*/
/* shade of light gray thead */
    .table-kall8, .table-kall8 > td, .table-kall8 > th {
        background-color: rgba(0,0,0,.05);
    }
/* pagination > may need to be done properly instead of this hack */
.page-item.active .page-link {
    z-index: 0; /* so it doesn't show on top of footer when scrolled */
    color: #fff;
    /*background-color: #9ab13f;
    border-color: #9ab13f;*/
}
/* main + sidebar stuff */
/********************
 * LAYOUT
 ********************/
#wrapper .sidebar {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 220px;
    height: 100%;
    float: left;
    position: fixed;
    left: 0;
    padding-left: .5rem;
    padding-bottom: 4rem;
    z-index: 1;
    background-color: white;
}

#wrapper .main {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: calc(100% - 220px);
    /*left: .25rem;*/
    position: relative;
    float: right;
    /*background-color: #f5f5fa;*/
}

.main-float-sidebar {
    width: 100% !important;
    float: none !important;
}

#wrapper #sidebar-nav,
#wrapper .main {
    padding-top: 7rem; /* 5rem without added top bar */
    padding-bottom: 3rem; 
}

@media screen and (max-width: 767px) {
    #wrapper #sidebar-nav,
    #wrapper .main {
        /*padding-top: 130px;*/
    }
}

.slimScrollBar { display: none; }

.layout-fullwidth #wrapper .sidebar {
    left: -220px;
}

.layout-fullwidth #wrapper .dashedit {
    left: -220px;
}

.layout-fullwidth #wrapper .main {
    width: 100%;
}

.layout-fullwidth #wrapper .navbar {
    left: 0 !important;
}

.layout-fullwidth #wrapper .btn-toggle-fullwidth {
    /*color: #2B333E;*/
}

.offcanvas-active #wrapper .sidebar {
    left: 0;
}

.offcanvas-active #wrapper .dashedit {
    left: 0;
}

.offcanvas-active #wrapper .main {
    width: 100%;
    position: relative;
    left: 220px;
}
/* menus */
.dropdown-header {
    /*color: #83981f;*/
    font-size: 1rem;
    font-weight: bold;
}
.dropdown-menu .divider {
    height: 1px;
    margin: .2rem .4rem;
    overflow: hidden;
    background-color: #e5e5e5;
}
.sidebar-card { margin-bottom: .25rem; }
.sidebar-card-body { 
    padding: 0;
}
.sidebar-card-header {
    display: block;
    padding: 0.25rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    text-align: center;
}
.sidebar-menu-item {
    padding: .1rem 1.5rem;
    font-size: .925rem;
    color: #333;
}
.navbar-btn {
    position: absolute;
    right: -1rem;
    font-size: .6rem;
    height: 5rem;
    background-color: white;
   /* background-color: rgba(0,0,0,.04);*/ /* was #f4f8e1  */
    border: 1px solid #ccc;
    border-top: none;
}
.slider-text {
    writing-mode: vertical-lr;
    text-orientation: upright;
    font-weight: 900;
    display: flow-root;
}
/* modal stuff */
.bg-kall8 {
    background-color: #9EB73B;
}
.modal-title.white { color: white; }
.close.white { color: white; }
.alert-kall8 {
    color: #6b7c17;
    background-color: #f0f8cc;
    border-color: #cde56b;
}
/* select customization */
/*.custom-select:focus {
    border-color: #b6d7a8;*/ /* was #80bdff; */
    /*outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}*/
/*the container must be positioned relative:*/
.custom-select-bob {
    position: relative;
    font-family: Arial;
    padding: 0;
    margin-left: 1rem;
}

    .custom-select-bob select {
        display: none; /*hide original SELECT element:*/
    }

.select-selected {
    /*background-color: DodgerBlue;*/
    border-radius: 0.25rem;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 0.5rem;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #666 transparent transparent transparent;
    }

    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #666 transparent;
        top: 7px;
    }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    /*color: #ffffff;*/
    padding: .375rem .75rem;
    /*border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
    cursor: pointer;
    user-select: none;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}
.select-items div {
    padding: .1rem .75rem;
}
.select-items div:hover { color: #fff; }
div.select-items {
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #c3d775;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
/* end select customizations */

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #c3d775;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(119 138 25 / 30%);
}
/*.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}*/
/* custom grid items */
.grid-pills {
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.05rem 0.4rem 0.1rem;
    margin: 0 0 0.1rem 0;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    border-color: #ccc;
    background-color: #f4f8e1;
    display: inline-block;
    white-space: nowrap;
}
.btn-round {
    border-radius: 1rem;
    padding: 0.3rem 0.3rem;
    margin-left: 0.2rem;
    font-size: 0.6rem;
    opacity: 0.7;
}
.alert-warningBob {
    color: #444444;
    background-color: #ffc966;
}
.modalListWrapper {
    max-height: 50rem;
    overflow-y: auto;
}
.table.table-condensed > tbody > tr > td {
    padding-top: .25rem;
    padding-bottom: .25rem;
}
/* add numbers stuff */
.dlk-radio input[type="radio"],
.dlk-radio input[type="checkbox"] {
    margin-left: -99999px;
    display: none;
}

    .dlk-radio input[type="radio"] + .fa,
    .dlk-radio input[type="checkbox"] + .fa {
        opacity: 0.15
    }

    .dlk-radio input[type="radio"]:checked + .fa,
    .dlk-radio input[type="checkbox"]:checked + .fa {
        opacity: 1
    }
.f-smaller {
    font-size: smaller;
}

.card-body.edit-item { 
    background-color: rgba(0,0,0,.05); 
    padding: 0.5rem;
}
/* the below reformats labels for inline forms when mobile size */
@media (max-width: 575px) {
    .mobile-newline {
        width: 100%;
        padding-left: 0!important;
        margin-left: 0!important;
    }
    .mobile-newline-nopad {
        width: 100%;
        margin-left: 0 !important;
    }
    .horizontal-form-label {
        text-align: left!important;
    }
}
@media (min-width: 736px) {
    .greet-audio {
        margin-left: 11rem!important;
    }
    .greet-selections {
        margin-left: 5rem!important;
    }
}
.alert-icon {
    padding-left: 70px !important;
    position: relative;
}
    .alert-icon i {
        position: absolute;
        font-size: 28px;
        left: 21px;
        top: 13px;
        width: 30px;
        text-align: center;
    }
.alert-icon-sm {
    padding-left: 56px !important;
    position: relative;
}
    .alert-icon-sm i {
        position: absolute;
        font-size: 28px;
        left: 21px;
        top: 13px;
        width: 30px;
        text-align: center;
    }

/* lead number regions table test */
.thead-border {
    border-top: 2px solid #999;
}
div#grid > div.bootstrap-table > div.fixed-table-container >div.fixed-table-body {
    max-height: 20rem;
}
.w-0 { width: 0; }
.w-2r { width: 2rem; }
.max-w210 { max-width: 16rem!important; }
h5-5 { 
    font-size: 1.2rem;
    font-weight: 600;
}
.nowrap { white-space: nowrap; }
.card-cover.selected {
    position: absolute;
    /*    height: 100%;
    width: 100%;*/
    z-index: 999;
    background-color: #09afdf;
    opacity: .7;
    top: 0;
    bottom: 0;
    left: 0.5rem;
    right: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem
}
/* separate number from price in add numbers shopping cart numbers list */
table#table-subtotals > tbody > tr > td {
    padding-right: 1rem;
}
/* set min-width of numeric patterns to line up better */
.minw-135-dot9 { min-width: 135.9px; }

/* text message window stuff */
h5.chat-header {
    margin-top: 0.25rem;
    margin-left: 0.5rem;
}
.util-div-header.console {
    padding: 0.3rem;
    padding-bottom: 0;
    /* height: 4rem; */
    cursor: move;
    /* z-index: 10; */
    background-color: #2196F3;
    color: #fff;
    white-space: nowrap;
    border-bottom: 2px solid #eaeaea !important;
}
.msg_head {
    position: relative;
    padding-top: 0;
}
.msg_card_body {
    max-height: 300px;
    overflow-y: scroll;
}
.close.console {
    margin: 0 0.5em 0.5em;
    color: white;
}
#clearConvButton.btn.btn-xs {
    padding: 0.3rem 0.4rem;
}
.chat-wrapper {
    padding: 0;
    min-width: 242px;
}
.chat {
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
}
.card .card-chat {
    /* height: calc(78.2vh); */
    /* max-height: 350px; */
    /* border-radius: 15px !important; */
    /* background-color: rgba(0,0,0,0.4) !important; */
}
.card-footer.chat-input {
    padding: 0.25rem;
}
.user_info {
    margin-top: auto;
    margin-bottom: auto;
    /* margin-left: 15px; */
}
    .user_info span {
        font-size: 20px;
        color: #888;
    }
    .user_info p {
        font-size: 1rem;
        color: #999;
        line-height: 0.9rem;
    }
.type_msg {
    color: #999 !important;
    min-height: 46px;
    max-height: 120px;
    overflow-y: auto;
    font-weight: 500;
    resize: vertical;
}
.send_btn {
    /* border-radius: 0 15px 15px 0 !important; */
    background-color: rgba(0,0,0,0.3) !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}
/* for whitelabel css*/
.util-div-header.console {
    background-color: #808285 !important;
}

/* Text Message Convos old sliders attempt - using push below instead */
/* sliders layout stuff */
.convoWrapper {
    border: solid 1px #ddd;
}
/* User Sidebar Styles */
.wrapperSide {
    display: block;
    position: relative;
}

#sidebarNumbers {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: 237px;
    /*position: relative;
    float: right;
    background-color: #f5f5fa;*/
}
#sidebarNumbers {
    min-width: 260px;
    max-width: 260px;
    height: 100vh;
    position: fixed;
    top: 161px;
    left: -40px;
    /* top layer */
    /*z-index: 1049;*/
    background-color: #2B333E;
    /*border-top: 1px solid #222;*/
}
    #sidebarNumbers.active {
        left: 237px;
    }

/* NEW! PUSH layout for text message conversations */
/* scroll height will probably need adjusting for reasons */
.textmsgs-scroll-wrapper {
    overflow-y: scroll;
    max-height: 27.5rem; /* this needs to change to size of .pushdiv-* panels using js? */
}
/* height for all pushdiv items in prep for mobile changes */
.pushdiv-Numbers, .pushdiv-Convos, .pushdiv-Msgs {
    min-height: 30rem;
    /*max-height: 32.2rem;*/ /* commented out to test vertical resizing */
}
.pushdiv-Numbers {
    position: relative;
    /*width: 30%;*/
    background-color: white;
    /*padding: 0 0.25rem;*/
    border-right: 1px solid #ddd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pushbtn-Numbers {
    position: absolute;
    right: -1.1rem;
    top: .25rem;
    font-size: .6rem;
    white-space: nowrap;
    min-height: auto;
    background-color: white;
    /* background-color: rgba(0,0,0,.04);*/ /* was #f4f8e1  */
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;
    z-index: 1;
}
.pushdiv-Convos {
    position: relative;
    background-color: white;
    border-right: 1px solid #ddd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pushbtn-Convos {
    position: absolute;
    right: -1.1rem;
    top: 7.5rem;
    font-size: .6rem;
    white-space: nowrap;
    height: auto;
    background-color: white;
    /* background-color: rgba(0,0,0,.04);*/ /* was #f4f8e1  */
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;
    z-index: 1;
}
.pushdiv-Msgs {
    position: relative;
    width: 69.7%;
    background-color: #fafafa;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pushbtn-text {
    writing-mode: vertical-lr;
    text-orientation: upright;
    font-weight: 900;
    display: flow-root;
}

.pushlayout-closeNums, .pushlayout-closeConvos {
    width: 0 !important;
}
.pushlayout-openNums-25, .pushlayout-openConvos-25 {
    width: 25% !important;
}
.pushlayout-openNums-30, .pushlayout-openConvos-30 {
    width: 30% !important;
}
.pushlayout-openMsgs-50 {
    width: 50% !important;
}
.pushlayout-openMsgs-70 {
    width: 69.7% !important; /* adjusting for borders on divs */
}
.pushlayout-openMsgs-100 {
    width: 99.5%!important;
}

.btn-languages {
    display: unset;
    float: left;
}
.dd-langs {
    display: block;
    padding: .11rem .25rem
}

ul.striped-list > li:nth-of-type(odd) {
    background-color: #f8f8f8;
}
.popover-cursor { cursor: pointer; }
.text-numbers-outerDiv {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.text-convos-outerDiv {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
/* text message convos messages styles */
.msg_container_in {
    margin-top: auto;
    margin-bottom: auto;
    /*margin-left: 10px;*/ /* removed for no image */
    margin-left: 0;
    width: 85%; /* added for no image */
    border-radius: 0.2rem;
    /*    color: white;
*/ background-color: #08a6f2;
    /*background-color: #82ccdd;*/
    padding: 0.45rem 0.75rem;
    position: relative;
}

.msg_container_out {
    margin-top: auto;
    margin-bottom: auto;
    /*margin-right: 10px;*/
    margin-right: 0;
    width: 85%; /* added for no image */
    border-radius: 0.2rem;
    background-color: #eaeaea;
    /*background-color: #78e08f;*/
    padding: 0.45rem 0.75rem;
    position: relative;
}

/*.msg_name_in {
    position: absolute;
    left: 0;
    top: -1.4rem;
    color: #999;
    font-size: 1rem;
    font-weight: bold;
}
*/
.msg_name_in {
    position: absolute;
    left: 0;
    top: -1.1rem;
    color: #999;
    font-size: 0.75rem;
    font-weight: bold;
}

/*.msg_name_out {
    position: absolute;
    right: 0;
    top: -1.4rem;
    color: #999;
    font-size: 1rem;
    font-weight: bold;
}
*/
.msg_name_out {
    position: absolute;
    left: 0;
    top: -1.1rem;
    color: #999;
    font-size: 0.75rem;
    font-weight: bold;
}

.msg_time_in {
    position: absolute;
    left: 0;
    bottom: -15px;
    color: #999;
    font-size: 10px;
}

.msg_time_out {
    position: absolute;
    right: 0;
    bottom: -15px;
    color: #999;
    font-size: 10px;
}

.msg_head {
    position: relative;
}

.msg_in {
    color: white;
}

.msg_out {

}

/*--- Bootstrap Customizations/Additions ---*/
.form-control-xs {
    height: calc(1.25rem + .375rem + 2px) !important;
    padding: .125rem .25rem !important;
    font-size: .85rem !important;
    line-height: 1.5;
    border-radius: .2rem;
}
.card-header-sm {
    padding: 0.25rem 0.75rem;
}
.card-border-bottom {
    border-bottom: 1px solid rgba(0,0,0,.125)!important;
}
.accordion-header-dark { color: #333; }
.download-buttons { float: right; }
@media (max-width: 650px) {
    .download-buttons {
        /*float: none;*/ /* may be needed some places */
        margin-bottom: 0.5rem;
    }
}
.spin {
    transition: .3s transform ease-in-out;
}

#textColumnBtn.collapsed > h6 > #textReportOptionsIco.fas {
    transform: rotate(-90deg);
}
#textReportOptionsIco.fas {
    -webkit-transition: .3s transform ease-in-out;
    transition: .3s transform ease-in-out;
}

/*--- Account Cards ---*/
.account-card-secondary {
    min-height: 129px;
}

#paymentIframe {
    width: 100%;
    height: 484px;  
    /*border: solid 1px #ccc; Nick doesn't want the border */
    border: none;
}
/* these iframe element styles in the iframe can't be overriden due to loading into the DOM after 3rd party styles */
.label.inline input {
    position: absolute;
    top: -10px!important;
    left: 13px;
}
input#gwt-uid-48 {
    top: -10px !important;
}
.margin-top-70 {
    margin-top: 7rem!important; /* this is when in desktop full width */
    margin-top: 0!important; /* this is for when in mobile width */
}
.billing-address-section {
    display: none!important;
}
/* end of 3rd party iframe elements */

.user-info-body {
    line-height: 0.5;
    margin: 0 0 1.5rem 0.5rem;
}

.hr-r-margin {
    margin-right: 5px;
}
.statusTable { 
    max-width: 350px; 
    border: none;
    font-size: 1.2rem;
    background-color: #f2f2f2;
}
.statusTable > tbody > tr > td {
    border-right: none;
}
.badge-msgs {
    margin-left: 0.3rem;
    border-radius: 3px;
    top: 0!important;
}
.label-justify-right {
    justify-content: flex-end!important;
}
@media (max-width: 576px) {
    .label-justify-right {
        justify-content: normal!important;
    }
}
.convoImageAttach {
    padding: 0.5rem;
    background-color: white;
    border: 1px solid #ccc;
    border-top: none;
    /*padding-bottom: 0.25rem;*/
}
/* override nav tab focus outline */
button:focus.nav-link.active, button:focus-visible.nav-link.active, .nav-tabs .nav-link.active {
    outline: none !important;
    border: none!important;
    /*background-color: #9ab13f !important;*/
    background-color: #09afdf !important;
    color: white !important;
}
#home-tab, #profile-tab {
    border: none!important;
    outline: none!important;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: lemonchiffon!important;
    border-color: gold;
}

/* pbx info items layout */
.pbx-pill-sm {
    padding-top: 3px;
    padding-bottom: 4px;
    border-radius: 0!important;
}
.pbx-txt-panel {
    padding: 0.5rem;
    border: 1px solid #efefef;
}
.td-w-10r { 
    width: 10rem;
    min-width: 10rem;
}
.list-hours-width { max-width: 10rem; }
.list-group-item.hours {
     background-color: transparent;
     border: none; 
}
.pad-hours-li {
    padding-right: 6rem !important;
}
.border-bottom {
    border-bottom: 1px solid rgba(0,0,0,.125);
 }
/* force with to auto */
.width-auto {
    width: auto!important;
}
.drag { cursor: move; }
div.vertpbx-error > label 
{
    margin: 0 0 0 0.5rem;
}
#ChoiceRingTo-error {
    position: absolute;
}
#txtDigit-error {

}
div.choicerow > div.is-invalid.invalid-feedback {
    /*position: absolute;*/
    margin-top: 0;
}
/* truncate header email length */
@media (max-width: 1150px) {
    .truncate-email {
        width: 16ch;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.faq-ul {
    margin-left: 0.75rem;
}
.faq-ul > li {
    margin-left: .75rem;
}
.faq-question {
    display: block;
    font-weight: bold;
    /*color: var(--brand-primary);*/
}
.faq-answer {
    margin-left: 0.5rem;
}
p.faq-answer > strong {
    color: var(--brand-primary);
}
/* lead report inputs */
.lead-report {
    width: auto;
    display: inline-block;
}
.call-seconds {
    width: 10rem;
    display: inline-flex;
}
.end-time { margin-left: 0.4rem; }
.file-picker-adjust-padding { padding: 1px 2px; }

/* adjusting for odd select 2 validation error display */
#TextEnabledNumbers-error {
    position: absolute;
    bottom: -1.3rem;
}
#sampleMsg, #useCaseSummary, #optInProcess, #additionalInfo {
    height: 5rem;
}
.text-panel-header-dnis {
    float: right;
    margin-right: 12px;
}
@media (max-width: 500px) {
    .text-panel-header-dnis {
        float: none;
        margin-right: 12px;
    }
}

/* potential fix for text msg conversations buttons vs anchors */
.button-notanchor {
    border: none;
    background: transparent;
    padding: 0;
}
    .button-notanchor:hover {
        color: var(--brand-primary); /* might need to change this color */
    }

/*-- some crazy flex stuff for banners with side-by-side images --*/
.flex50 {
    flex: 50%;
    min-width: 0;
}
.flex100 {
    flex: 100%;
    min-width: 0;
}
/*--------------------------------------------------------------
# LOGIN PROMO BANNER STUFF
--------------------------------------------------------------*/

#hero .promo-container {
    /*padding-top: 72px;*/
    position: absolute;
    top: 0;
    left: 2rem;
}

#hero h1 {
    margin: 0 0 4px 0;
    font-size: 38px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

#hero h2 {
    /*color: rgba(255, 255, 255, 0.6);*/
    margin-bottom: 50px;
    font-size: 24px;
}

.reserve-numbers-buttons {
    float: right;
}
@media (max-width: 620px) {
    .reserve-numbers-buttons {
        display: block;
        float: none;
    }
}
.selected-number {
    white-space: nowrap;
}

    @media (max-width: 500px) {
        #hero h1 {
            font-size: 28px;
            line-height: normal;
            margin-top: 1.5rem;
        }

        .heading-customer {
            display: none;
        }

        #hero h2 {
            margin-bottom: 50px;
            font-size: 18px;
        }

        #hero .promo-container {
            left: 1rem;
        }

        .selected-number {
            white-space: unset;
        }
    }


    #hero .btn-get-started {
        font-family: "Jost", sans-serif;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 28px 11px 28px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px 0 0 0;
        color: #fff;
        background: #47b2e4;
    }

        #hero .btn-get-started:hover {
            background: #209dd8;
        }

    #hero .btn-watch-video {
        font-size: 16px;
        display: flex;
        align-items: center;
        transition: 0.5s;
        margin: 10px 0 0 25px;
        color: #fff;
        line-height: 1;
    }

        #hero .btn-watch-video i {
            line-height: 0;
            color: #fff;
            font-size: 32px;
            transition: 0.3s;
            margin-right: 8px;
        }

        #hero .btn-watch-video:hover i {
            color: #47b2e4;
        }

    .banner {
        max-height: 250px;
        padding-top: 10rem;
        padding-bottom: 60px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: 50% 0;
        background-repeat: no-repeat;
        z-index: 1;
        position: relative;
        overflow: hidden;
    }

    .med-translucent-bg:after {
        background-color: rgba(0,0,0,.1);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1,1);
    }

    .med-translucent-bg > div {
        z-index: 3;
        position: relative;
    }

    .boxshadow {
        box-shadow: 0 0 10px 6px rgba(0,0,0,0.2);
    }

    .transgrey-background {
        background: rgba(0,0,0,0.2);
        border-radius: 1rem;
    }

    .cta-btnOnly .cta-btn {
        font-family: "ManRope", sans-serif;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 40px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px;
        background: #47b2e4;
        border: 2px solid #47b2e4;
        color: #fff;
    }

        .cta-btnOnly .cta-btn:hover {
            background: #37517e;
            border: 2px solid #37517e;
        }

    .horizontal-form-label {
        text-align: right;
    }
    /* overriding scss .table-striped making even rows be light-grey instead */
    .table-striped tbody tr:nth-of-type(even) {
        background-color: rgba(0,0,0,.05);
    }

    .table-striped tbody tr:nth-of-type(odd) {
        background-color: transparent;
    }

    /* global adjust for offset form-control-sm label positioning */
    /* also fixes file pickers */
    .col-form-label, .lh-adjust-file-picker {
        line-height: 1 !important;
    }
    .lh-adjust-cbox-radio { line-height: 1.5!important; } /* to fix any custom checkbox/radio label positioning */
    .header-user-select {
        flex-wrap: nowrap;
        padding-left: 0;
    }
    .header-client-select {
        flex-wrap: nowrap;
        padding-right: 0;
    }
    .login-username-padding{
        padding-left: 0.5rem;
        min-width: 300px;
    }
    @media (max-width: 991px) {
        .header-user-select {
            padding-left: 15px;
        }
        .header-client-select {
            padding-right: 15px;
        }
        .login-username-padding {
            padding-left: 15px;
        }
    }

    .dnis { line-height: 1; }
    .dnis-label {
        color: var(--brand-primary);
        font-weight: bold;
        font-size: .85rem;
    }
.direction {
    font-weight: bold;
    color: #999;
    line-height: 1.7em;
}
    /* sidebar sizing override stuff */
    .slimScrollDiv {
        height: 95%!important;
    } 
    .sidebar-scroll {
        height: 100% !important;
    }
    .ucaas-icon {
        width: 16px;
        margin-bottom: 0.2rem;
        margin-left: 0.25rem;
    }
.call-direction-pad {
    padding-left: 0.8rem;
}
/* accordion status icons for collapsed or not */
/*---------------- Call Forwarding ----------------*/
#headingExtensions .mb-0 .btn-link > .accordion-open {
    display: inline-block;
}
#headingExtensions .mb-0 .btn-link > .accordion-collapsed {
    display: none;
}
#headingExtensions .mb-0 .btn-link.collapsed > .accordion-open {
    display: none;
}
#headingExtensions .mb-0 .btn-link.collapsed > .accordion-collapsed {
    display: inline-block;
}

#headingMenus .mb-0 .btn-link > .accordion-open {
    display: inline-block;
}
#headingMenus .mb-0 .btn-link > .accordion-collapsed {
    display: none;
}
#headingMenus .mb-0 .btn-link.collapsed > .accordion-open {
    display: none;
}
#headingMenus .mb-0 .btn-link.collapsed > .accordion-collapsed {
    display: inline-block;
}

#headingHuntGroups .mb-0 .btn-link > .accordion-open {
    display: inline-block;
}
#headingHuntGroups .mb-0 .btn-link > .accordion-collapsed {
    display: none;
}
#headingHuntGroups .mb-0 .btn-link.collapsed > .accordion-open {
    display: none;
}
#headingHuntGroups .mb-0 .btn-link.collapsed > .accordion-collapsed {
    display: inline-block;
}

#headingCallRecording .mb-0 .btn-link > .accordion-open {
    display: inline-block;
}
#headingCallRecording .mb-0 .btn-link > .accordion-collapsed {
    display: none;
}
#headingCallRecording .mb-0 .btn-link.collapsed > .accordion-open {
    display: none;
}
#headingCallRecording .mb-0 .btn-link.collapsed > .accordion-collapsed {
    display: inline-block;
}
/*---------------- Lead Management ----------------*/
#headingHunting .mb-0 .btn-link > .accordion-open {
    display: inline-block;
}
#headingHunting .mb-0 .btn-link > .accordion-collapsed {
    display: none;
}
#headingHunting .mb-0 .btn-link.collapsed > .accordion-open {
    display: none;
}
#headingHunting .mb-0 .btn-link.collapsed > .accordion-collapsed {
    display: inline-block;
}

#headingRepeat .mb-0 .btn-link > .accordion-open {
    display: inline-block;
}
#headingRepeat .mb-0 .btn-link > .accordion-collapsed {
    display: none;
}
#headingRepeat .mb-0 .btn-link.collapsed > .accordion-open {
    display: none;
}
#headingRepeat .mb-0 .btn-link.collapsed > .accordion-collapsed {
    display: inline-block;
}

#headingPBX .mb-0 .btn-link > .accordion-open {
    display: inline-block;
}
#headingPBX .mb-0 .btn-link > .accordion-collapsed {
    display: none;
}
#headingPBX .mb-0 .btn-link.collapsed > .accordion-open {
    display: none;
}
#headingPBX .mb-0 .btn-link.collapsed > .accordion-collapsed {
    display: inline-block;
}
/*---------------- Virtual PBX ----------------*/
#headingVoiceMail .mb-0 .btn-link > .accordion-open {
    display: inline-block;
}
#headingVoiceMail .mb-0 .btn-link > .accordion-collapsed {
    display: none;
}
#headingVoiceMail .mb-0 .btn-link.collapsed > .accordion-open {
    display: none;
}
#headingVoiceMail .mb-0 .btn-link.collapsed > .accordion-collapsed {
    display: inline-block;
}
/*---------------- Verified Sender ----------------*/
#headingMessages .mb-0 .btn-link > .accordion-open {
    display: inline-block;
}
#headingMessages .mb-0 .btn-link > .accordion-collapsed {
    display: none;
}
#headingMessages .mb-0 .btn-link.collapsed > .accordion-open {
    display: none;
}
#headingMessages .mb-0 .btn-link.collapsed > .accordion-collapsed {
    display: inline-block;
}

#headingFormfields .mb-0 .btn-link > .accordion-open {
    display: inline-block;
}
#headingFormfields .mb-0 .btn-link > .accordion-collapsed {
    display: none;
}
#headingFormfields .mb-0 .btn-link.collapsed > .accordion-open {
    display: none;
}
#headingFormfields .mb-0 .btn-link.collapsed > .accordion-collapsed {
    display: inline-block;
}

#headingWhitelist .mb-0 .btn-link > .accordion-open {
    display: inline-block;
}
#headingWhitelist .mb-0 .btn-link > .accordion-collapsed {
    display: none;
}
#headingWhitelist .mb-0 .btn-link.collapsed > .accordion-open {
    display: none;
}
#headingWhitelist .mb-0 .btn-link.collapsed > .accordion-collapsed {
    display: inline-block;
}

#headingBusinessinfo .mb-0 .btn-link > .accordion-open {
    display: inline-block;
}
#headingBusinessinfo .mb-0 .btn-link > .accordion-collapsed {
    display: none;
}
#headingBusinessinfo .mb-0 .btn-link.collapsed > .accordion-open {
    display: none;
}
#headingBusinessinfo .mb-0 .btn-link.collapsed > .accordion-collapsed {
    display: inline-block;
}

#headingContactinfo .mb-0 .btn-link > .accordion-open {
    display: inline-block;
}
#headingContactinfo .mb-0 .btn-link > .accordion-collapsed {
    display: none;
}
#headingContactinfo .mb-0 .btn-link.collapsed > .accordion-open {
    display: none;
}
#headingContactinfo .mb-0 .btn-link.collapsed > .accordion-collapsed {
    display: inline-block;
}

#headingUsecase .mb-0 .btn-link > .accordion-open {
    display: inline-block;
}
#headingUsecase .mb-0 .btn-link > .accordion-collapsed {
    display: none;
}
#headingUsecase .mb-0 .btn-link.collapsed > .accordion-open {
    display: none;
}
#headingUsecase .mb-0 .btn-link.collapsed > .accordion-collapsed {
    display: inline-block;
}

#headingOptin .mb-0 .btn-link > .accordion-open {
    display: inline-block;
}
#headingOptin .mb-0 .btn-link > .accordion-collapsed {
    display: none;
}
#headingOptin .mb-0 .btn-link.collapsed > .accordion-open {
    display: none;
}
#headingOptin .mb-0 .btn-link.collapsed > .accordion-collapsed {
    display: inline-block;
}

#headingCta .mb-0 .btn-link > .accordion-open {
    display: inline-block;
}
#headingCta .mb-0 .btn-link > .accordion-collapsed {
    display: none;
}
#headingCta .mb-0 .btn-link.collapsed > .accordion-open {
    display: none;
}
#headingCta .mb-0 .btn-link.collapsed > .accordion-collapsed {
    display: inline-block;
}
/*---------------- Text Brand Registration ----------------*/
#headingRegfee .mb-0 .btn-link > .accordion-open {
    display: inline-block;
}
#headingRegfee .mb-0 .btn-link > .accordion-collapsed {
    display: none;
}
#headingRegfee .mb-0 .btn-link.collapsed > .accordion-open {
    display: none;
}
#headingRegfee .mb-0 .btn-link.collapsed > .accordion-collapsed {
    display: inline-block;
}
/*---------------- Text Campaign Registration ----------------*/
#headingNumbers .mb-0 .btn-link > .accordion-open {
    display: inline-block;
}
#headingNumbers .mb-0 .btn-link > .accordion-collapsed {
    display: none;
}
#headingNumbers .mb-0 .btn-link.collapsed > .accordion-open {
    display: none;
}
#headingNumbers .mb-0 .btn-link.collapsed > .accordion-collapsed {
    display: inline-block;
}
/* fix jquery validation with bootstrap css */
.is-invalid {
/*    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
*/    
    color: #dc3545;
    font-size: .9rem;
}
.view-calls-plus-minus {
    font-weight: 900;
/*    font-size: 1.2rem;
*/}
.btn-pad-adjust {
    padding: 0.27rem 0.4rem;
}
.date-time-pad-adjust {
    padding-top: 1rem;
}
/* custom whisper info stuff */
/*div.custom-whisper>span.select2-container--bootstrap4 {
    width: 90%!important;
    display:inline-block!important;
}*/
/*div.custom-whisper > i.fa-info-circle {
    display: inline-block
}*/
div.greet-audio>span.select2-container--bootstrap4 {
/*    width: 90%!important;*/
    display:inline-block!important;
}
/* text message settings grid styles */
.verified-btn-width {
    width: 4.6rem;
}
/* status TD's for UC grid */
.status-danger {
    background-color: #dc3545;
    color: white;
}
.status-warning {
    background-color: #ffc107;
}
.status-success {
    background-color: #28a745;
    color: white;
}
/* Device Order Cart Stuff */
.cart-container {
/*    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 30px;
*/}

    .cart-container .cart-body {
/*        border-top: 1px solid rgba(0, 0, 0, 0.05);*/
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
/*        padding: 30px 0 20px;
        margin: 20px 0 30px;*/
    }
.cartQTY {
    width: 6.5rem;
}
.cart-qty {
    min-width: 3rem;
}
.td-vert-middle {
    vertical-align: middle!important;
}
/* cart steps section */
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-row {
    display: table-row;
}
    .stepwizard-row:before {
        top: 14px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 100%;
        height: 1px;
        background-color: #ccc;
        z-index: 0;
        left: 0;
    }
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    padding: 0;
}
    .stepwizard-step p {
        margin-top: 0;
        color: #6c757d;
    }
.valid-step {
    position: absolute;
    color: #666;
    font-size: 1.3em;
    font-weight: 900;
    top: -.1em;
    right: -.4em;
    display: none;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px !important;
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.pos-rel {
    position: relative;
}
.wizard-step-title-number {
    background-color: rgb(205, 205, 205);
    border-radius: 300px !important;
    color: rgb(255, 255, 255);
    font-size: 28px;
    height: 50px;
    margin-right: 10px;
    text-align: center;
    width: 50px;
    font-weight: bold;
    padding-top: 3px;
    display: inline-block;
}
.wizard-step-title-text {
    color: var(--brand-primary);
}
.wizard-step-title-text {
    color: rgb(21, 140, 186);
    font-size: 28px;
    margin-top: 8px;
    margin-right: 20px;
    display: inline-block;
}
.wizard-step-title-description {
    vertical-align: text-bottom;
    display: inline-block;
}
/* spinner stuff */
#CartSpinner {
    display: block;
    position: absolute;
    z-index: 1100;
    height: 100%;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
}
/* adjustments for Add Numbers */
.cSpinner {
    height: 60%!important;
    margin-top: 7rem;
}
@media (max-width: 575px) {
    .cSpinner {
        height: 30% !important;
        margin-top: 7rem;
    }
    .cSpinnerMsg {
        top: 30%!important;
    }
}
@media (max-width: 435px) {
    .cSpinner {
        height: 30% !important;
        margin-top: 7rem;
    }
    .cSpinnerMsg {
        top: 35% !important;
    }
}

/*
#SpinnerImage {
    width: 200px;
    position: absolute;
    top: 15%;
}
*/
#CartSpinnerMessageOld {
    position: absolute;
    top: 30%;
    left: 30%;
    font-weight: bold;
}
@media (max-width: 991px) {
    #CartSpinnerMessageOld {
        top: 30%;
        left: 20%;
    }
}
@media (max-width: 575px) {
    #CartSpinnerMessageOld {
        top: 35%;
        left: 20%;
    }
}
@media (max-width: 435px) {
    #CartSpinnerMessageOld {
        top: 35%;
        left: 10%;
    }
}
#CartSpinnerMessage {
    font-weight: bold;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 33%;
}
@media (max-width: 991px) {
    #CartSpinnerMessage {
        top: 35%;
    }
}

@media (max-width: 575px) {
    #CartSpinnerMessage {
        top: 35%;
    }
}

@media (max-width: 435px) {
    #CartSpinnerMessage {
        top: 38%;
    }
}

/* Center the loader */
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #ccc;
    border-radius: 50%;
    border-top: 16px solid #9ab13f;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}
/* fix mega-menu so it scrolls for large menus */
@media (max-width: 932px) {
    .fixed-top {
        position: absolute;
    }
}
/* MS Teams section blind styling */
/* make only the ordered list markers we want bold */
ol.b-marker > li::marker {
    font-weight: bold;
}
/* navbar override */
.navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-left: 0;
}
#PurchaseLimit-Error {
    font-weight: bold;
    color: firebrick;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
/* UCaaS VoIP Help RingSquared App - Custom Cards */
.card .rsapp {
    flex-direction: row;
    align-items: center;
}

.card-title .rsapp {
    font-weight: bold;
}

.card .rsapp img {
    width: 15%;
    border-top-right-radius: 0;
    border-bottom-left-radius: calc(0.25rem - 1px);
}

@media only screen and (max-width: 768px) {
    .card .rsapp {
        flex-direction: row;
        align-items: center;
    }
   a .rsapp {
        display: none;
    }

    .card-body .rsapp {
        padding: 0.5em 1.2em;
    }

    .card-body .card-text .rsapp {
        margin: 0;
    }

    .card .rsapp img {
        width: 50% !important;
    }
}

@media only screen and (max-width: 720px) {
    .card .rsapp {
        flex-direction: column;
        align-items: center;
    }
    .card .rsapp img {
        width: 75% !important;
    }
}
@media only screen and (max-width: 1200px) {
    .card .rsapp img {
        width: 20%;
    }
}
/* Stuff for K8 Signup Shopping Cart Provisioning */
.modal-footer-cartReview {
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}
/* adjust ViewCalls select2 width for responsive */
.selWidthAdjust {
    max-width: 94% !important;
}
@media only screen and (max-width: 500px) {
    .selWidthAdjust {
        max-width: 88% !important;
    }
}
/* some adjustments for select2 multi-select vertical sizing issues */
input.select2-search__field {
     padding: 0 0.5rem !important; 
}
.select2-container--bootstrap4 .select2-selection--multiple {
    min-height: 0 !important;
    margin-top: .25rem;
}
