@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;300&family=Roboto:wght@300;400&display=swap');

@font-face {
  font-family: Roboto;
  font-display: swap
}

body h1.subheader-title {
  color: #070707;
  font-weight: 300;
  font-family: Roboto,sans-serif;
}

h1.subheader-title { font-size: 2rem;}


/* GLOBAL */
body .ms_choosen_list li {
  min-height: 18px;
  padding-right: 20px;
  border-bottom: 1px solid #070707;
  cursor: move;
  color: #fff;
  position: relative;
  background-color: #0075C9;
}

body .ms_choosen_list li .fal{
  color: #FFF;
  font-weight: 700;
}

body .ms_choosen_list li:hover,
body .ms_choosen_list li:hover .fal{
  color: #070707;
}

body .ms_choosen_list li i {
  top: 5px;
}

/* Dashboard */
g[stroke="#0496ff"] {
  fill: #0075C9;
}

/* Notifications */
a.header-icon > .fa-bell,
a.header-icon > .badge {display: none;}


body .bg-primary-600 {
  background-color: #0075C9;
}

body .btn-primary {
  background-color: #0075C9;
}

body div.page-wrapper div.page-inner  div.page-content-wrapper {
  background-image: url('/pbx/themes/tring-2021/img/svg/pattern-2.svg') !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  background-size: cover !important;
  background-color: transparent !important;
}

body nav ul li a[target]:not(.btn) {
  text-decoration: none !important;
  font-weight: 400 !important;
}

body header .dropdown-header {
  background-image: none;
  background-color: #0075C9;
}

fieldset legend {
  color: #070707;
  font-family: Barlow Condensed,sans-serif;
}

/* BELPLAN */
svg > g > circle.primary-fill { fill: #0075C9;}
svg > g > a > rect.warning-fill{
  fill: #eaf5ff;
}
svg > g > a > text { fill: #0075C9; }

svg > g > rect.warning-fill{
  fill: #eaf5ff;
}

svg {
  max-width: calc(100% / 1) !important;
}

svg .text {
  font-size: 100%;
}

#canvas {
  height: auto !important;
  padding-top: 1rem !important;
}

/* SWITCHBOARD */
body.switchboard aside {
  background-color: #0075C9;
  background-image: none;
}

/* Buttons */
body .btn-danger {
  background-color: #b70931;
  border-color: #b70931;
}

button[value="Custom Extension"] {
  display: none;
}


button[name="didregexs"],
button[name="outbounddids"],
button[name="addbulkdid"],
button[name="csvupload"],
button[name="addbulksip"]{
  display: none;
}
