.border-online {border:solid green;}
.border-2 {
    border-width:2px !important;
}
.border-3 {
    border-width:3px !important;
}
.p-tiny {padding:0.06rem 0.3rem !important;}
.h-95 {height: 95%!important;}
.visible {
    visibility: visible;
}
.invisible {
    visibility: hidden;
}

/* make checkboxes larger */
.checkbox-lg .custom-control-label::before, 
.checkbox-lg .custom-control-label::after {
  top: .8rem;
  width: 1.55rem;
  height: 1.55rem;
}

.checkbox-lg .custom-control-label {
  padding-top: 13px;
  padding-left: 6px;
}

.checkbox-xl .custom-control-label::before, 
.checkbox-xl .custom-control-label::after {
  top: 1.2rem;
  width: 1.85rem;
  height: 1.85rem;
}

.checkbox-xl .custom-control-label {
  padding-top: 23px;
  padding-left: 10px;
}

.table.tblDense td, .table.tblDense th {
    padding: .25rem;
}

.card-group.dense>.card {
  margin:0;
}
.card-group.dense .card-body>.card-title,.card-group.dense .card-body>.card-text {
  display: inline!important;
}
.card-group.minW150>.card {
  min-width:150px;
}

/* less confusing when de-selecting buttons using a mouse, hover is lighter if .active is OFF */
.btn-group-vertical.light-hover>.btn:hover, .btn-group.light-hover>.btn:hover {
  opacity:0.55;
}
.btn-group-vertical.light-hover>.btn.active:hover, .btn-group.light-hover>.btn.active:hover {
opacity:1;
}

.nav-link-sm {padding: .2rem 0.2rem;}

/* for tiny switch button */
.switch.btn-tiny {
  min-width: 3.25rem;
  min-height: calc(1.2em + .5rem + 2px);
}
.switch-on.btn-tiny {
    padding-right: 1rem;
    padding-left: 0 !important;
    padding-top: 0 !important;
}
.switch-off.btn-tiny {
  padding-right: 1rem;
  padding-left: 0.6rem !important;
  padding-top: 0 !important;
}
.btn-group-tiny>.btn, .btn-tiny {
    padding: .15rem .2rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.img-square-thumb {
  padding: .25rem;
  background-color: #fff;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  padding: 0rem;
}

#myPage {overflow: hidden;}

@media (min-width: 1100px) {
  .d-xlg-inline {
      display: inline!important;
  }
}



.opac-75 {opacity:0.25;}
.opac-50 {opacity:0.50;}
.opac-25 {opacity:0.25;}
.minWTiny {min-width:30px;}
.minWSm {min-width:65px;}
.minWMed {min-width:130px;}
.minW150 {min-width:150px;}


.engageWrap-tiny {width: 60px;font-size: 12px;}
.engageWrap-sm {width: 60px;font-size: 16px;}
.engageWrap-smResult {width: 130px;font-size: 18px;top:35px;}
.engageWrap-smResultBtm {width: 130px;font-size: 18px;bottom:0;}
.engageWrap-md {width: 60px;font-size: 22px;}
.engageWrap-lg {width: 70px;font-size: 28px;}

.pageModal {z-index:21000;}

.uiTiny .nameWrap {margin-top: -15px !important;
    background-color: rgba(255, 255, 255, 0.6) !important;
    width: 150px !important;}

.uiTiny .name {font-size:11px;font-weight: bold;}
.noBtn .composeMsg {display:none !important;}
.uiTiny div.profileList {
    height: 47px;
}

.imgSzMed {width:40px;height:40px;}
.imgSzSm {width:30px;height:30px;}

.item.ac .nav-link {
  padding: 0;
}
.item.ac .nav-link .item {
  padding: 0.50em;
  width: 100%;
  padding-right: 20px;
}
.item .nav-item {
  margin:0;
}
.item .nav-link {
padding:0;
}
.item .nav-link .item {
  padding: 0.35em;
}

.badge-wrap {
  display: inline-block;
  padding: 0!important;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s;
    
}
.badge-inner {
  padding: .25em .4em;
  padding: .25rem!important;
  display: inline-block!important;
  padding-left: .5rem!important;
}
.badge.badge-corner {
    color: #fff !important;
    position: absolute !important;
    right: -6px !important;
    top: -8px !important;
}
.badge.badge-side-r
{
    position: absolute !important;
    left: 30px !important;
    top: 0px !important;
    line-height: 1;
}
.badge-wrap:hover .badge-under {
background:#e9e9e9;
  }

/* color theme */
a {
color: #1b426b;
text-decoration: none;
background-color: transparent;
}
a:visited {
  color: #1b426b;
}
a.sectionTab {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    height: 3.1em; /* 40px */
}
.sTabCount {
    margin-top: 1.7px !important;
    margin-bottom: 2px;
    margin-left: 2px;
    padding-top: 3px;
    border-radius: 16px;
    width: 16px;
    text-align: center;
    height: 16px;
}

.btn:visited,.badge:visited {color:white;}
.btn-white,.btn-white:visited,.btn-light,.btn-light:visited, .badge-white:visited {
  color:#173452;
}

.bg-dark {
    background-color: #173452!important;
}
.text-dark {
  color:#173452!important;
}
.bg-success-lite {
  background-color: #b8f5c6!important;
}
.app-frame-1 {background: white;}
.app-menu-1 {background: #abc1d6;}

.bg-plain-2 {background:#d8e0e6;}

.sectionW {background:#e7f3ff;}
.sectionT {color:gray;}
.postT {color:black;}

.col1W {background:#e7f3ff;border-bottom: solid 2px #a7a7a7 !important;}
.col2W {background:#b4d4f7;
  border: solid 1px #7ea1e2 !important;}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #e7e9ff;
    background-color: #165ca7;
}

.btn[action='play']:hover {background-color: green!important;}
.play_btn_loop {
padding: 6px 2px 8px 2px;
font-size: 10px;
background-color: white;
border: solid 2px gray;
}
.play_btn_loop.active {
border: solid 2px green;
background-color: #b8f5c6!important;

}

.fa-bg {
  background-image: radial-gradient(at center, red 40%, transparent 40%);
}
.announcePoints {z-index:20000;}
.chartFilters .nav-link.active {border-bottom:solid 2px black;}


.counterOffset {position:absolute;left:-10px;top:6px;}

.titleText {
  position: inherit;
  width: -webkit-fill-available !important;
  white-space: normal;
  word-break: break-all;
}
.titleText.collapsed {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:unset;
}

.unseen {font-weight:bold;}

.popover.dense .popover-body {padding: 0!important;}

.editBadge .editBtn {
visibility:collapse;  
}
.editBadge:hover .editBtn,.editBadge:focus .editBtn {
visibility:visible; 
}
