﻿html, body {
  height: 100% !important
}

@font-face {
  font-family:Roboto-Regular;
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family:Roboto-Light;
  src: url(../fonts/Roboto-Light.ttf);
}

th[sortable] {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
/* .ngbPointer {
  cursor: pointer;
} */

body {
  font-family:Roboto-Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #444;
 
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family:Roboto-Regular;
}
h4{
  font-size: 16px;
  line-height: normal;
}

.table-bordered th, .datatable-header {
  background:#2467cb;
  color:#fff;
  font-size: 14px;
  font-weight: 200;
  text-transform: uppercase;
  text-align: left;
  /* text-shadow: 1px 1px 1px #fff; */
}

.datatable-header-cell, .ngx-datatable.material .datatable-header .datatable-header-cell {
  font-size: 15px !important;
  color: #fff !important;
  text-transform: uppercase;
  border-top: 1px solid #c3c3c3;
  text-shadow: none;
}

.ngx-datatable.material .datatable-header {
  border-bottom: 1px solid #c3c3c3;
}

.ngx-datatable .datatable-header {
  height: auto !important
}

.ngx-datatable.material {
  box-shadow: none !important
}

.ngx-datatable .datatable-body .datatable-row-wrapper {
  border-top: 1px solid #dee2e6;
}

.datatable-header, .datatable-body {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

.btn-small {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 10px !important;
  font-size: 13px;
}


.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #007bff;
  border-color: #007bff;
}

.error .swal2-content #swal2-content, .swal-success-modal .swal2-content #swal2-content {
  font-size: 18px;
}

.pagination > li > a {
  color: #007bff;
  background: #fff;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

  .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #dee2e6;
  }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 10px;
}

.content-wrapper {
  background-color:#eef5f9;
}

.content-header > .breadcrumb {
  font-size: inherit
}

  .content-header > .breadcrumb > li > a, a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  }

  .content-header > .breadcrumb > li + li:before {
    color: #6c757d;
    content: "/";
  }

.text-dark {
  color: #343a40 !important;
}

.mb-2, .my-2 {
  margin-bottom: .5rem !important;
}

.skin-blue .sidebar a {
  color: #e7e8e8;
}

.skin-blue .sidebar-menu .treeview-menu > li > a {
  color: #bfbfbf;
}

.skin-turquoise .sidebar-menu > li.active > a {
  background: #17a2b8;
  border-radius: 2px;
}

.main-sidebar {
  box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
}

.sidebar-menu > li > a > .fa, .sidebar-menu > li > a > .glyphicon, .sidebar-menu > li > a > .ion,
.sidebar-menu .treeview-menu > li > a > .fa, .sidebar-menu .treeview-menu > li > a > .glyphicon, .sidebar-menu .treeview-menu > li > a > .ion {
  width: 26px;
  font-size: 12px;
}

.main-header .navbar {
  box-shadow: inset 14px 0px 40px -16px rgba(77,77,77,0.85)
}

@media (max-width: 767px) {
  .main-sidebar {
    box-shadow: none !important
  }

  .main-header .navbar {
    box-shadow: none !important
  }

  .skin-turquoise .main-header .logo {
    background-color: #117a8b !important
  }
}

.sidebar-menu .treeview-menu > li > a {
  padding: 10px 5px 10px 30px;
  font-size: inherit;
  color: #b8c7ce
}

.sidebar-menu > li > a > .fa, .sidebar-menu > li > a > .glyphicon, .sidebar-menu > li > a > .ion {
  width: 35px;
  font-size:15px;
}

.box {
  box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
}

.modal-footer {
  width: 100%;
  display: table
}

  .modal-header .close {
    opacity: 0.6 !important;
    font-size: 25px;
  }

.form-control {
  font-size: inherit
}

.form-group {
  margin-bottom: 6px;
}

.treeview.menu-open li.active a {
  background: #17a2b8;
  border-radius: 2px;
}

.btn-danger {
  background-color: #dd4b39 !important;
  border-color: #d73925 !important;
}

.font-white {
  color: #fff;
}

.btn-group-sm > .btn, .btn-sm {
  font-size: 14px !important;
  padding: 3px 8px !important
}


table.clss td a.add {
  color: #27C46B;
}

table.clss td a.edit {
  color: #FFC107;
}

table.clss td a.delete {
  color: #E34724;
}

table.clss td .add {
  display: none;
}

.table_custom td {
  background: #f4f4f4;
  color: #444;
  margin-bottom: 2px;
  border-top: 2px solid #fff !important;
  padding: 7px !important
}


.block {
  display: block
}

.font_15 {
  font-size: 15px
}

.product_img30 {
  width: 25px;
  height: 25px;
  margin-top: 15px;
  margin-left: 10px;
  float: left
}

  .product_img30 img {
    width: 90%
  }

/*on/off button*/
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

  .switch input {
    display: none;
  }

  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

    .switch .slider:before {
      position: absolute;
      content: "";
      height: 19px;
      width: 19px;
      left: 2px;
      bottom: 3px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
    }

  .switch input:checked + .slider {
    background-color: #64B707;
  }

  .switch input:focus + .slider {
    box-shadow: 0 0 1px #64B707;
  }

  .switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  .switch .slider.round {
    border-radius: 15px;
  }

    .switch .slider.round:before {
      border-radius: 10px;
    }
/**/

/*button group*/
.btn-group button.active, .btn-group button.active:hover {
  background: #269abc;
  color: #fff;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
  font-size: 16px;
}


/*Accordian*/

.controls {
  margin-bottom: 10px;
}

.collapse-group {
  padding: 10px;
  margin-bottom: 10px;
}

.panel-title .trigger:before {
  content: '\e082';
  font-family: 'Glyphicons Halflings';
  vertical-align: text-bottom;
}

.panel-title .trigger.collapsed:before {
  content: '\e081';
}

.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
  background: #669958; /* Old browsers */
  background: -moz-linear-gradient(top, #66bb6a 0%, #43a047 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #66bb6a 0%,#43a047 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(60deg,#66bb6a,#43a047); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66bb6a', endColorstr='#43a047',GradientType=0 ); /* IE6-9 */
}

.bg-teal-gradient {
  background: #26c6da !important; /* Old browsers */
  background: -moz-linear-gradient(top, #26c6da 0%, #00acc1 100%) !important; /* FF3.6-15 */
  background: -webkit-gradient(top, #26c6da 0%,#00acc1 100%) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(60deg,#26c6da,#00acc1) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26c6da', endColorstr='#00acc1',GradientType=0 ) !important; /* IE6-9 */
}



/*login*/
.login-logo a, .register-logo a {
  color: #fff;
}

.login-box, .register-box {
  width: 390px;
  margin: 4% auto;
}

.login-box-body, .register-box-body {
  padding: 30px;
}

  .login-box-body input {
    padding: 9px 12px;
    opacity: 0.7;
  }

    .login-box-body input:focus {
      opacity: 0.95;
    }

.login-page {
  height: 100%
}

.login-logo a, .register-logo a {
  color: #444;
}

.box-header .box-title {
  display: block
}

#accordion .box-header {
  cursor: pointer;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.accordion .box {
  margin-bottom: 15px
}

.accordion .fa-angle-right:before {
  content: "\f107";
}

.accordion .collapsed .fa-angle-right:before {
  content: "\f105";
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border: 1px solid #367fa9;
  color: #fff;
}

.select2-selection__choice__remove {
  color: #fff;
}

.callout.callout-info1 {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
  border: 1px solid #ccc;
}

.btn-blue {
  background: #2467CB;
  color: #fff !important
}

  .btn-blue:hover {
    background: #1a52a7
  }
.btn-blue[disabled]:hover {
    background:#1a52a7 !important;
}

.login-page, .register-page {
  background: #D2D6DE;
}

.card {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.49), 0 1px 3px rgba(0, 0, 0, 0.38);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.login-box-msg, .register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 10px 20px;
}

.help-block {
  font-size: 12px;
  color: red
}

.box-header.with-border {
  border-bottom:1px solid #9c9a9a;
  background: #fbfbfb;
}

.modal-footer {
  border-top-color: rgba(0,0,0,.125);
}

.red {
  color: red
}

label {
  font-weight: 400 !important;
  color: #000;
}

.form-control, textarea {
  border-radius:2px;
  box-shadow: none;
  border-color: #ccc;
}

.nav-tabs {
  border-bottom: 1px solid #ccc;
}

.nav-tabs-custom > .nav-tabs > li.active > a {
  border-top-color: transparent;
  border-left-color: #ccc;
  border-right-color: #ccc;
}

.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom-color: #ccc;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.nav-tabs-custom {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

  .nav-tabs-custom > .nav-tabs > li:first-of-type {
    border-left: 1px solid #fff;
    margin-left: -1px;
  }

  .nav-tabs-custom > .nav-tabs > li.active:first-of-type {
    margin-left: 0;
    border-left: 0px solid #ccc;
  }

  .nav-tabs-custom > .tab-content {
    border-right: 1px solid #ccc;
  }

.tab-content > .tab-pane {
  padding: 10px
}

.block {
  display: block
}

.new_breadcrumb {
  list-style: none;
  margin: 5px 0;
  padding: 0
}

  .new_breadcrumb > li {
    display: inline-block;
  }

.content-header > .new_breadcrumb > li > a, a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.new_breadcrumb > .active {
  color: #777;
}

.content-header > .new_breadcrumb > li + li:before {
  color: #6c757d;
  content: "/";
  padding-right: 5px;
}

/*custom checkbox*/
.container_c {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: inherit;
  font-weight: inherit;
}


  .container_c input { /* Hide the browser's default checkbox */
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: -16px;
    top: 0;
  }

.checkmark { /* Create a custom checkbox */
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
}

.container_c:hover input ~ .checkmark { /* On mouse-over, add a grey background color */
  background-color: #ccc;
}

.container_c input:checked ~ .checkmark { /* When the checkbox is checked, add a blue background */
  background-color: #2196F3;
}

.checkmark:after { /* Create the checkmark/indicator (hidden when not checked) */
  content: "";
  position: absolute;
  display: none;
}

.container_c input:checked ~ .checkmark:after {
  display: block;
}

.container_c .checkmark:after {
  left: 6px;
  top: 1px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*custom checkbox end*/

/*radio button*/
.containerR {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: -12px;
}

  .containerR input { /* Hide the browser's default radio button */
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  .containerR .checkmark { /* Create a custom radio button */
    position: absolute;
    top: 3px;
    left: 14px;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
  }

  .containerR:hover input ~ .checkmark { /* On mouse-over, add a grey background color */
    background-color: #ccc;
  }

  .containerR input:checked ~ .checkmark { /* When the radio button is checked, add a blue background */
    background-color: #2196F3;
  }

.checkmarkR:after { /* Create the indicator (the dot/circle - hidden when not checked) */
  content: "";
  position: absolute;
  display: none;
}

.containerR input:checked ~ .checkmark:after { /* Show the indicator (dot/circle) when checked */
  display: block;
}

.containerR .checkmark:after { /* Style the indicator (dot/circle) */
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
/*End*/


/*blue theme*/
.skin-blue .main-header .logo {
  color: #ffffff;
  border-bottom: 0 solid transparent;
  background: #0079A5
}

.skin-blue .main-header .navbar {
  background-color:#2467CB;
}

  .skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: rgba(0,0,0,.125);
  }

.skin-blue .treeview.menu-open li.active a {
  border-radius: 2px;
}


.skin-blue .sidebar-menu > li.active > a {
  border-left-color: #fff;
  background: #fff !important;
  border-radius: 2px;
}

.skin-blue .sidebar-menu .treeview-menu > li.active > a, .skin-blue .sidebar-menu > li.active > a {
  color: #000
}

.skin-blue .btn-info.active.focus, .skin-blue .btn-info.active:focus, .skin-blue .btn-info.active:hover,
.skin-blue .btn-info:active.focus, .skin-blue .btn-info:active:focus, .skin-blue .btn-info:active:hover,
.skin-blue .open > .dropdown-toggle.btn-info.focus, .skin-blue .open > .dropdown-toggle.btn-info:focus,
.skin-blue .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #006FA0;
  border-color: #006FA0;
}

.skin-blue .btn-info.active.focus, .skin-blue .btn-info.active:focus, .skin-blue .btn-info.active:hover, .skin-blue .btn-info:active.focus,
.skin-blue .btn-info:active:focus, .skin-blue .btn-info:active:hover, .skin-blue .open > .dropdown-toggle.btn-info.focus,
.skin-blue .open > .dropdown-toggle.btn-info:focus, .skin-blue .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #0f56c1;
  border-color: #0f56c1;
}

.skin-blue .btn-info {
  background-color: #006FA0;
  border-color: #006FA0;
}

/*blue theme End*/


/*Green theme*/
.skin-green .main-header .logo {
  color: #ffffff;
  border-bottom: 0 solid transparent;
  background: #63b459
}

.skin-green .main-header .navbar {
  background-color: #63b459;
}

  .skin-green .main-header .navbar .sidebar-toggle:hover {
    background-color: rgba(0,0,0,.125);
  }

.skin-green .treeview.menu-open li.active a {
  background: #63b459;
  border-radius: 2px;
}

.skin-green .sidebar-menu > li.active > a {
  border-left-color: #63b459;
  background: #63b459 !important;
  border-radius: 2px;
}

.skin-green .btn-info.active.focus, .skin-green .btn-info.active:focus, .skin-green .btn-info.active:hover,
.skin-green .btn-info:active.focus, .skin-green .btn-info:active:focus, .skin-green .btn-info:active:hover,
.skin-green .open > .dropdown-toggle.btn-info.focus, .skin-green .open > .dropdown-toggle.btn-info:focus,
.skin-green .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #63b459;
  border-color: #63b459;
}

.skin-green .btn-info:hover, .skin-green .btn-info:active, .skin-green .btn-info.hover {
  background-color: #63b459;
}

.skin-green .btn-info.focus, .skin-green .btn-info:focus {
  color: #fff;
  background-color: #63b459;
  border-color: #63b459;
}

.skin-green .btn-info.active.focus, .skin-green .btn-info.active:focus, .skin-green .btn-info.active:hover, .skin-green .btn-info:active.focus,
.skin-green .btn-info:active:focus, .skin-green .btn-info:active:hover, .skin-green .open > .dropdown-toggle.btn-info.focus,
.skin-green .open > .dropdown-toggle.btn-info:focus, .skin-green .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #63b459;
  border-color: #63b459;
}

.skin-green .btn-info {
  background-color: #63b459;
  border-color: #63b459;
}

.skin-green .modal-header {
  background: #63b459;
  color: #fff;
}

.skin-green .sidebar a {
  color: #fff;
}

.skin-green .wrapper, .skin-green .main-sidebar, .skin-green .left-side {
  background-color: dimgray;
}

.skin-green .sidebar-menu > li:hover > a, .skin-green .sidebar-menu > li.active > a, .skin-green .sidebar-menu > li.menu-open > a {
  color: #ffffff;
  background: #1e282c;
}
/*green theme End*/

.btn-tranparent {
  background: transparent
}

.font_F {
  color: #fff
}

.background_trans {
  background: transparent;
  box-shadow: rgba(0,0,0,.25) 0 1px 0, inset rgba(255,255,255,.16) 0 1px 0;
  border: transparent;
}

  .background_trans option {
    color: #ccc;
    background: transparent
  }

.select_style {
  position: relative;
  cursor: pointer;
  padding-right: 20px;
}

  .select_style span {
    position: absolute;
    right: 10px;
    width: 8px;
    height: 8px;
    top: 10px;
  }

  .select_style select {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background: none;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 10px;
  }

    .select_style select option {
      background: #222d32;
      border-color: #222d32;
      padding: 5px
    }
/*Datatable header*/
.OrgSelect {
  background-color: grey;
  border: 0px;
  color: white;
}

.white_bg {
  background: #fff !important
}

/*data table*/
.ngx-datatable a.btn-small, table a.btn-small {
  padding: 5px 8px !important;
}

.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  font-size: 16px
}

.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  border-right: 1px solid #dee2e6;
}

.ngx-datatable.material .datatable-footer .page-count {
  font-size: 16px;
}
/*data table*/
.box {
  border-left: 1px solid #9c9a9a;
  border-right: 1px solid #9c9a9a;
  border-bottom: 1px solid #9c9a9a;
}

.table > tbody > tr > td {
  padding: 5px !important;
  vertical-align:middle
}

/*profile*/
.profile-usermenu ul li.active a {
  color: #2196f3;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
  display: block
}

  .profile-usermenu ul li a {
    color: #2196f3;
  }

  .profile-usermenu ul li i {
    padding-right: 5px;
    font-size: 20px;
  }
/*profile*/

/*custom breadcrumb*/
.custom.breadcrumb {
  padding-left: 0
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  border: 1px solid #BFBFBF
}

.content-header > .breadcrumb {
  display: table;
  width: 100%;
  position: static;
  padding-left: 0;
  margin-bottom: 10px;
}

/*left nav new changes*/
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
  background-color: #fff;
  box-shadow:0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2) !important;
}
.skin-blue .sidebar-menu > li.active > a {
  border-left-color: #1464b3;
  background:#2467CB !important;
  border-radius: 2px;
}
.skin-blue .sidebar-menu > li.active > a > i{
  color:#fff !important
}
.skin-blue .sidebar-menu > li.active > a{
  color:#fff;
  background: #969898;
}
.skin-blue .sidebar-menu > li.active > a:hover {
  color:#fff;
}
.skin-blue .sidebar-menu > li.menu-open > a {
  color:#42484c;
  background:#dcdcdc;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
}
  .skin-blue .sidebar-menu > li:hover > a {
  color:#42484c;
  background:#dcdcdc;
}


.skin-blue .sidebar a {
  color: #272626;
  font-size: 14px !important;
  
}

  .skin-blue .sidebar-menu > li > .treeview-menu {
    margin: 0 0px;
    background:#f2f6f8;
    border-bottom:1px solid #eae4e4;
  }
.skin-blue .sidebar-menu .treeview-menu > li > a {
  color:#4e4444;
  border-right:1px solid #eae4e4;
  border-left:1px solid #eae4e4; 
}
 .skin-blue .sidebar-menu .treeview-menu > li > a:hover {
    color: #4c4b4b;
  }
.skin-blue .treeview.menu-open li.active a {
  background: #2467CB !important;
  border-radius: 0;
  color: #fff !important;
  border-left: 1px solid #2467CB;
  border-right: 1px solid #2467CB;
} 
.skin-blue .treeview.menu-open li.active a i{
  color: #fff !important;
}
.skin-blue .sidebar-menu .treeview-menu > li > a:hover {
  color:#757575;
}
.skin-blue .treeview.menu-open li.active a:hover {
  color:#757575
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  background:#d6d6d6;
  color:#42484c
}

/*left nav end */


.treeview-menu {
  padding-left: 0
}

.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  font-size: 15px !important;
}

.box.box-primary {
  border-top-color:#1e88e5;
}

.logo {
  padding: 0
}

.skin-blue .main-header .logo {
  background: #fff;
  border-bottom: 0solid #d4d4d4;
}

.skin-blue .btn-info {
  background-color: #2467CB;
  border-color: #2467CB;
}

  .skin-blue .btn-info:hover, .skin-blue .btn-info:active, .skin-blue .btn-info.hover, .skin-blue .btn-info.focus, .skin-blue .btn-info:focus, .skin-blue .btn-info:hover, .skin-blue .btn-info:active, .skin-blue .btn-info.hover {
    background-color: #0f56c1;
  }

.skin-blue .main-header li.user-header {
  background-color:#eae9e9;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p{
  color: #505050;
}

.btn-default {
  border-color: #b5b5b5;
}

.sidebar-menu > li > a {
  padding:8px 5px 8px 15px;
  margin: 0px 0;
}

.callout {
  padding: 5px 5px 5px 5px;
  margin: 0 0 5px 0
}

/*.checkbox {
  position: relative;
  top: -2px;
  width: 20px !important;
  height: 15px !important;
  min-height: 16px !important;
}*/

.radio {
  width: 20px;
  height: 17px;
  min-height: 17px !important;
  position: relative;
  top: 10px;
}

.btn-default {
  background: #fff
}

  .btn-default:hover {
    background: #dee2e6
  }

.logomini {
  height: 50px;
  border: 1px solid #bbb9b9;
  margin-top: -2px;
}

a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
  color: #1f58ff;
}

.login-box-msg2 {
  font-size: 13px;
  color: #666 !important;
  text-align: center !important;
}

.content-header > h1 {
  margin: 0;
  font-size: 20px;
  font-family: Roboto-Light;
  font-weight: 600;
  color: #444 !important;

}
.breadcrumb>.active {
  color: #444;
}

.skin-blue .main-header .logo:hover {
  background-color: #fff;
}
.langsel select {
  --md-arrow-width: 10px;
  --google-grey-refresh-100: #F1F3F4;
  --google-grey-900: #494949;
  -webkit-appearance: none;
  --md-select-side-padding:10px;
  background: url(../images/arrow_down.svg) calc(100% - var(--md-select-side-padding)) center no-repeat;
  background-color: var(--google-grey-refresh-100);
  background-size: var(--md-arrow-width);
  border: none;
  border-radius: 0px;
  color: var(--google-grey-900);
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100px;
  outline: none;
  padding: 5px;
}
.btn {
  font-size: 14px;
}

.registration-footer {
  margin:-10px -20px;
  background: #2467CB;
  padding: 10px;
  color:#fff;
  font-size:11px
}
hr {
  margin: 10px 5px;
}


.btn-primary {
  background-color: #DDDDDD;
  border-color: #b7afaf;
  color: #403c3c;
}
.btn-primary.focus, .btn-primary:focus {
  color: #403c3c;
  background-color:#ddd;
  border-color: #b7afaf;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
  color: #403c3c;
  background-color:#ddd;
  border-color: #b7afaf;
}
.btn.btn-default[_ngcontent-c3]:hover{
  background-color:transparent  !important;
  border-color:  #b7afaf !important;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
  color: #403c3c;
  background-color:#ddd;
  border-color: #b7afaf;
}
.dropdown-menu {
  border-color: #b7afaf;
}
.btn{
  border-radius: 3px !important;
}


.main-header{
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
}
.sidebar-mini.sidebar-collapse .sidebar-menu{
  padding:0
}
.sidebar-menu{
  padding:20px 10px 0 10px
}
.sidebar-menu > li{
  margin: 5px 0;
}
.sidebar-menu li > a > .pull-right-container{
  margin-top: -10px;
  font-size: 20px;
}
.skin-blue .content-header {
  background: #fff;
  width: 100%;
  display: inline-block;
  box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
  padding:15px 15px 10px 20px;
}
.sidebar-toggle{
background-color: rgba(0,0,0,.125) !important;
}
.box-header .box-title{
font-family: Roboto-Regular;
font-size: 17px;
}

.btn-group .btn{
border-color:#a9a8a8 !important;
  padding: 5px 8px 5px !important;
border-radius:0px !important;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.btn-group button.active{
background-color: #1e88e5 !important;
}
.tool_icon{
font-size: 25px;
background: transparent;
box-shadow: none;
color: #778994;
}
.tool_icon:hover {
  color: #1983c3;
}
.PL0{
padding-left: 0;
}
.font14{
font-size: 14px;
}
.box.box-default {
border-top-color: #bbbcbf;
}
.fblue{
color:#007bff
}
.mt-10{
margin-top:10px
}
.box.box-primary {
border-top-color: #71aee4;
}

/* AGP.css */

.targetRangeOpacity {
opacity: 0.4 !important;
}
.targetOpacity {
  opacity: .4 !important;
}

.verticalLabel {
/*-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
float: left;
white-space: nowrap;
width: 20px;
font: "helvetica neue";
font-size: 13px;
font-weight: bold;
color: #989898;
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
/* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
float: left;
white-space: nowrap;
width: 20px;
font: "helvetica neue";
font-size: 13px;
font-weight: bold;
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
color: #989898;
}

.btn-toolbar {
margin-left: 2px;
white-space: nowrap;
}

.span-4 {
width: 350px;
}
.agpThumbnailChart .highcharts-container, .agpThumbnailChartv5 .highcharts-container {
margin:0 auto
}
.agpThumbnailChart, .agpThumbnailChartv5{
height:80px;
width:150px;
margin:0 auto;
display: block;
}

.dgrChart {
  height:300px;
  /* width:800px; */
  margin:0px;
  display: block;
  /* overflow: inherit !important; */
}

.agpThumbnailDayOfWeek {
color: #fff;
background-color: #00B1FF;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
font-weight: normal;
width: 80px;
text-align: center;
margin:0 auto;
font-size:80%
}

td.agpThumbnailMonthYearHeader {
height: 60px;
}

.agpThumbnailMonthYear {
color: #fff;
background-color: #00B1FF;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
width: 55px;
height: 20px;
text-align: center;
font-size: 11px;
vertical-align: baseline;
filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1.836909530733566e-16, M12=1, M21=-1, M22=-1.836909530733566e-16, sizingMethod='auto expand');
}


.cgmThumbnailContainer, .smbgThumbnailContainer, .ThumbnailContainer {
white-space: nowrap;
margin-left: 0px;
}

.btn {
vertical-align: middle;
border-color: transparent;
padding:6px 8px 4px;
}

.btn-group {
vertical-align: middle;
}

.btn-group > .btn {
    margin-left: 0px;
}

.btn-group-agpVisitToolbar .btn {
height: 50px;
}

.stats-agpUltraLightGreyButton,
.stats-agpUltraLightGreyButton:active,
.stats-agpUltraLightGreyButton:hover,
.stats-agpUltraLightGreyButton:focus {
/*color: #676767;*/
/*background-color: #E6E6E6;
*background-color: #E6E6E6;
background-color: #FFF;
*background-color: #FFF;
/*background-image: -ms-linear-gradient(top, #fff, #ccc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ccc));
background-image: -webkit-linear-gradient(top, #fff, #ccc);
background-image: -o-linear-gradient(top, #fff, #ccc);
background-image: linear-gradient(top, #fff, #ccc);
background-image: -moz-linear-gradient(top, #fff, #ccc);
background-repeat: repeat-x;
border: 1px solid #22AFFC;
border-radius: 4px;*/
line-height: 14px;
min-height: 160px;
}

.graph_table{
border: 2px solid #22AFFC;
border-radius: 4px;
width:100%;
height:100%;
margin:0 2px
}
table.graph_table td,table.graph_table th{
  padding: 7px;
}

.btn-between-border,
.btn-between-border:active,
.btn-between-border:focus,
.btn-between-border:hover {
border-right: 1px solid white;
height: 79%;
}

.btn-agpUltraLightGreyButton {
/*color: #676767;*/
/*background-color: #E6E6E6;
*background-color: #E6E6E6;*/
background-color: #FFF;
*background-color: #FFF;
background-image: -ms-linear-gradient(top, #fff, #ccc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ccc));
background-image: -webkit-linear-gradient(top, #fff, #ccc);
background-image: -o-linear-gradient(top, #fff, #ccc);
background-image: linear-gradient(top, #fff, #ccc);
background-image: -moz-linear-gradient(top, #fff, #ccc);
background-repeat: repeat-x;
border: none;
}

.btn-agpUltraLightGreyButton:hover {
    /*color: #676767;*/
    text-decoration: none;
    /*background-color: #ccc;*/
    *background-color: #ccc;
    /*Buttons in IE7 don't get borders, so darken on hover */
    *border: 0;
    background-position: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.btn-agpUltraLightGreyButton:active {
    /*color: #676767;*/
    /*background-color: #E6E6E6;*/
    background-color: #FFF;
    background-image: -ms-linear-gradient(top, #fff, #ccc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ccc));
    background-image: -webkit-linear-gradient(top, #fff, #ccc);
    background-image: -o-linear-gradient(top, #fff, #ccc);
    background-image: linear-gradient(top, #fff, #ccc);
    background-image: -moz-linear-gradient(top, #fff, #ccc);
    background-repeat: repeat-x;
    /*border: 1px solid #999;*/
    *border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.btn-agpUltraLightGreyButton:focus {
    outline: none;
    outline: none;
    outline-offset: 0px;
    border: none;
}

.btn-between-border,
.btn-between-border:active,
.btn-between-border:focus,
.btn-between-border:hover {
border-right: 1px solid #d9d9d9;
height: 79%;
}

.labelKey {
padding-top: 4px;
}

.agpDashboardStats {
font-size: 12pt;
font-weight: bold;
padding-top: 15px;
padding-bottom: 10px;
white-space: nowrap;
}

/*#glucoseExposureStats {
width: 180px;
}


#glucoseRangesStats {
width: 529px;
}
*/

.emptyPercentSign {
font-size: 15px;
}

table .btn-agpUltraLightGreyButton {
width: 75px;
text-align: left;
border: none;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
background-color: #98C8FA;
}

tr {
text-align: center;
}

table.help-body tr {
  text-align: left;
}

#glucoseExposureHeader, #glucoseVariabilityHeader, #sampleSizeHeader {
height: 28px;
vertical-align: top;
text-align: center;
}

.btnGrpHeader {
font-size: 11px;
font-weight: bold;
}


#percentBelow50, #percentAbove400, .mediumGlucoseRangeWidth {
width: 14%;
}

.targetRangeLabel {
font-size: 12px;
height: 16px
}

/*.glucoseRangeDescriptionLabel {
height: 30px;
}*/

.glucoseRangeDescriptionLabel, .glucoseWithinRangeDescriptionLabel {
font-size: 11px;
}

.glucoseInTargetRangeDescriptionLabel {
width: 100%;
font-size: 12px;
}
/**************   Id Tags Styles *********************************/
#capturAGPLogoDiv {
padding-top: 10px;
}


/*#statsVerticalLabel {
margin-top: 15px;

}*/


#expandedStatsVerticalLabel {
margin-top: 30px;
margin-right: 15px;
}

#dataSufficiencyStats {
width: 110px;
}

.mgdlUnits, .mmollUnits, #averageGlucose, #standardDeviation,
.btn-font, #measurementType, #coefficientVariation, #iqr,
#hba1c, #expectedMeasurement, #sampleSize, #stability {
font-size: 11px;
}

/* Chart stuff */
.chartDiv {
width: 900px;
height: 390px;
margin-left: 2px;
margin-bottom: 10px;
}

/* Span Stuff */
.span12 {
width: 724px;
}

.span11 {
width: 662px;
}

.span10 {
width: 600px;
}

.span9 {
width: 538px;
}

.span8 {
width: 476px;
}

.span7 {
width: 414px;
}

.span6 {
width: 352px;
}

.span5 {
width: 290px;
}

.span4 {
width: 228px;
}

.span3 {
width: 166px;
}

.span2 {
width: 104px;
}

.span1 {
width: 42px;
}

#legendRow {
margin: 10px;
}

.legendNote {
font-size: 10px;
line-height: 12px;
color: #676767;
}

.legendImage {
width: 553px;
height: 40px;
}

.agpLegendText {
font: "helvetica neue";
font-size: 10pt;
font-weight: bold;
vertical-align: middle;
}

#smbgLegendNotifier, #cgmLegendNotifier {
margin-left: 400px;
margin-right: 475px;
}

.highcharts-crossed {
background-image: url('../Images/Agp/graystripe.png');
}

.nameBackground {
background-color: #C0C0C0;
border-radius: 5px;
}


/* AGP css End */
.imggap{
border-radius: 3px;
margin:0;
padding: 5px;
}
.box-header > .box-tools {
position: absolute;
right: 10px;
top: 10px;
}

.large_icon{
  font-size: 16px;
  color: #9c9c9c;
  margin-right: 10px;
}
.f17{
font-size:17px
}
.f15{
font-size:15px
}
.head_button{
display:inline-block;
float:right
}

.custom_date{
display:inline-block;
float:left
}
.custom_date .custom-btn-group{
width:100%;
padding-left:0
}

rect.highcharts-plot-border{
stroke: transparent
}
.agp_thumbnail_td{
padding:3px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
color: #666666;
border: 1px solid #cccccc;
}
.custom_date .input-group{
width:160px
}
.custom_date .input-group input{
float: left;
}
.custom_date .input-group .input-group-addon{
float: left;
width: 40px;
height: 34px;
}
.btn-group.stats-agpUltraLightGreyButton{
margin-top:5px;
}
.gradient_bg{
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

.agpThumbnail .table-responsive{
padding:10px 0
}
.agpChartDiv_contain{
width:100%;
height:400px;
display:block;
}
.main-header .navbar .sidebar-toggle{
height: 50px;
font-size: 18px;
}
.col-lg-3.btn-group.stats-agpUltraLightGreyButton, .col-lg-6.btn-group.stats-agpUltraLightGreyButton{
padding-left:5px;
padding-right:5px
}
#statisticsTableDiv2 .btn-between-border{
padding:0 !important
}
.modal .btn {
padding: 5px 15px 5px;
font-size: 15px;
}



.sidebar-menu li > a > .text{
position: relative;
top: -6px;
}
.treeview-menu > li > a > .fa, .sidebar-menu > li > a > .fa, .sidebar-menu > li > a > .glyphicon, .sidebar-menu > li > a > .ion{
font-size: 15px !important;
color: #398FF7 !important;

display: inline-block;
}
.skin-blue .sidebar-menu > li.active > a>.icon.dripicons-view-thumb{
color:#fff !important
}
.custom-btn-group .btn{
min-width:70pt !important;
width:auto !important
} 
.main-footer {
background: #2467CB;
padding: 15px;
color: #fff;
border-top: 1px solid #d2d6de;
text-align: center !important;
}
.main-footer a{
color:#fff
}
.btn-left{
      height: 34px;
    background: #d8d7d7;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.btn-right{
    height: 34px;
    background: #d8d7d7;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.red{
  color:red
}
.btn.btn-flat.btn-blue, .btn.btn-flat.btn-primary{
padding:5px 18px 5px !important
}
.btn.btn-flat {
  border-radius: 0 !important;
}
.mr-10{
  margin-right:10px
}
.mb-10{
  margin-bottom:10px
}
.ml-10{
  margin-left:10px
}
.box-footer{
  border-top: 1px solid #9c9a9a;
}
.disp_table{
  display: table;
  width: 100%;
}
.pointer{
  cursor:pointer
}
.font_strong{
  font-family: Roboto-Regular;
    font-size: 17px;
    font-weight: 500
}

.custom_style .nav-tabs>li>a{
  background:#e6e6e6;
  padding: 0px 0;
  width: 80px;
  margin-right: 8px;
  height: 7px !important;
  border-radius: 3.5px;
  pointer-events: none
}
.custom_style .nav-tabs {
  border-bottom: 0px solid #ccc;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  background: #2794e4;
  transition: all 0.5s ease;
}
.nav-tabs>li.done>a, .nav-tabs>li.done>a:focus, .nav-tabs>li.done>a:hover {
  background: #2794e4;
  transition: all 0.5s ease;
}

.custom_style .tab-content{
  margin-bottom: 20px;
}
.custom_style .nav.nav-tabs{
  margin: 20px 0;
}
.mt-10{
  margin-top:10px
}
.sys_tab.table > tbody > tr > td{
  padding:3px !important
}
.sidebar-menu .treeview-menu > li > a span{
      width: 175px;
    overflow: hidden;
    /* display: inline-block; */
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sidebar-menu .treeview-menu > li > a > i{
    /* position: relative;
    top: -5px; */
}
.mb-10{
  margin-bottom:10px
}
.disp_table{
      display: table;
    width: 100%;
}

#statsVerticalLabel {
  position: relative;
  top: 122px;
  left:-12px
}

.verticalLabel {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  float: left;
  white-space: nowrap;
  width: 20px;
  font: "helvetica neue";
  font-size: 13px;
  font-weight: bold;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  color: #989898;
}

#graphVerticalLabel {
  position: relative;
  top: 220px;
  left:-15px
}

#dailyGlucoseProfileVerticalLabel {
 position: relative;
  top:150px;
  left:-10px
}


.font-red{
  color:red
}
.ngx-datatable.material .datatable-header .datatable-header-cell{
      padding: 0.5rem 1.2rem !important
}
.ngx-datatable.material .datatable-footer .datatable-pager a{
        color: #007bff !important;
    background-color: #fff !important;
    border: 1px solid #dee2e6;
    height: 27px !important;
    min-width: 27px !important;
    line-height: 27px !important;
    padding: 0 6px !important;
    border-radius: 2px !important;
    margin: 3px 2px !important;
}
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-left,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-skip,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-right,
 .ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-prev
 {
      line-height: 30px  !important;
}
.ngx-datatable.material .datatable-footer .datatable-pager li.active a {
    background-color: #e6e6e6 !important;
    font-weight: bold;
}
.ngx-datatable.material .datatable-footer .datatable-pager a{
  border:1px solid #c6c7c7 !important
}
.ngx-datatable.material .datatable-footer .page-count {
    line-height: 20px !important;
   height: 23px !important;
}
.m-3{
  margin:3px
}
.mlr-5{
  margin: 0px 5px;
}
.icon_blue{
  color:#2467CB;
font-size: 17px;
}
.icon_green{
  color:#64af64;
font-size: 17px;
}
.icon_red{
  color:#ff0606;
font-size: 17px;
}
.icon_lightblue{
  color:#2aabe2;
font-size: 17px;
}
.box-shadow{
  box-shadow:0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2) !important
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
  width: 17px;
  height: 17px;
  accent-color: rgb(0 117 255);
}
input[type="checkbox"], input[type=radio] {
  accent-color: rgb(0 117 255);
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #E5E6E6;
}
.table > tbody > tr > th,.table > thead > tr > th {
  padding: 12px 3px;
}
.error_txt{
  text-align: center; 
  color: red;
}
.btn,button, input, select, textarea{
  height:34px
}
.date_picker button.btn {
  width: 70px !important;
  display: inline-block;
  min-width: 70px !important;
  margin: 0 3px !important;
}
.home_langsel{
  float: right;
  margin: 8px;
}
.home_langsel .btn.btn-default a,.home_langsel .caret{
  color:#fff !important
}
.timein_chart1, .timein_chart2{
  width:100%;
  height:600px
}
datatable-row-wrapper.datatable-row-wrapper:nth-child(even)
 {
   background:#E5E6E6
}

/* Media queries */

@media (min-width: 768px) and (max-width: 900px) {
.col-sm-12 img#capturAGPGraphLogo1{
  width:100%
} 
.timein_chart1, .timein_chart2{
  width:100%;
  height:400px
}
}



@media (max-width: 767px) {

body {
  font-family:Roboto-Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #444;
 
}
.paddingLR_0{
  padding-left:0;
  padding-right:0
}
.pad_xs_0{
  padding-left: 0;
  padding-right:0
}
.boxtool_xs{
  position: static !important;
  display: inline-flex !important;
  float: right
}


/* mobile device ngx datatable changes */
.ngx-datatable .datatable-body .datatable-scroll{
  width:100% !important
}
.ngx-datatable .datatable-body .datatable-body-row {
  width: 100% !important;
}
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner{
  width:100% !important
}
.ngx-datatable .datatable-body .datatable-body-row > div{
  display:block !important
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell{
  width:100% !important;
  border-bottom: 1px solid #d0d0d0;
  text-align: center !important;
  padding: .5rem 1.2rem !important;
    font-size: 14px !important;
}
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 100% !important;
  display: none !important;
  text-align:center
}
.ngx-datatable .datatable-row-left, .ngx-datatable .datatable-row-center, .ngx-datatable .datatable-row-group, .ngx-datatable .datatable-row-right{
  position: relative;
  width: 100%;
  display: block !important;
}

/* blood glucose table*/
#bloodglucoseTable .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(1):before {
  content: "Date";
  display: inline-block;
    width: 50%;
    float: left;
}
#bloodglucoseTable .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(2):before {
  content: "Time";
  display: inline-block;
    width: 50%;
    float: left;
}
#bloodglucoseTable .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(3):before {
  content: "Blood Glucose";
  display: inline-block;
    width: 50%;
    float: left;
}
#bloodglucoseTable .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(4):before {
  content: "Unit";
  display: inline-block;
    width: 50%;
    float: left;
}
#bloodglucoseTable .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(5):before {
  content: "Calibration";
  display: inline-block;
    width: 50%;
    float: left;
}
/* sensor glucose table*/
#sensor_glucose .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(1):before {
  content: "Date";
  display: inline-block;
    width: 50%;
    float: left;
}
#sensor_glucose .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(2):before {
  content: "Time";
  display: inline-block;
    width: 50%;
    float: left;
}
#sensor_glucose .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(3):before {
  content: "Sensor Glucose";
  display: inline-block;
    width: 50%;
    float: left;
}
#sensor_glucose .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(4):before {
  content: "Unit";
  display: inline-block;
    width: 50%;
    float: left;
}
#sensor_glucose .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(5):before {
  content: "Sensor ID";
  display: inline-block;
    width: 50%;
    float: left;
}

/* Event Entries table*/
#event_entries .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(1):before {
  content: "Date";
  display: inline-block;
    width: 50%;
    float: left;
}
#event_entries .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(2):before {
  content: "Time";
  display: inline-block;
    width: 50%;
    float: left;
}
#event_entries .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(3):before {
  content: "Event Type";
  display: inline-block;
    width: 50%;
    float: left;
}
#event_entries .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(4):before {
  content: "Description";
  display: inline-block;
    width: 50%;
    float: left;
}
#event_entries .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(5):before {
  content: "Value";
  display: inline-block;
    width: 50%;
    float: left;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell{
  padding: 0.6rem 1.2rem !important;
  font-size: 14px !important;
}
/* footer */
.ngx-datatable .datatable-footer .datatable-footer-inner{
  display:block !important;
  height: auto !important;
  text-align: center;
  padding: 5px 0;
}
.ngx-datatable.material .datatable-footer .page-count {
  font-size: 16px !important;
  padding: 2px !important;
  text-align: center;
  color: #5a5a5a !important
}

.ngx-datatable.material .datatable-footer .page-count {
  line-height: 22px !important;
  height: 27px !important;
  font-size: 15px !important;
}
/* Event Entries table*/
#datashare_table .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(1):before {
  content: "Clinic Name";
  display: inline-block;
  width: 50%;
  float: left;
}
#datashare_table .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(2):before {
  content: "Pro.Last Name";
  display: inline-block;
    width: 50%;
    float: left;
}
#datashare_table .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(3):before {
  content: "Pro.First Name";
  display: inline-block;
    width: 50%;
    float: left;
}
#datashare_table .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(4):before {
  content: "Status";
  display: inline-block;
    width: 50%;
    float: left;
}
#datashare_table .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(5):before {
  content: "Data Share";
  display: inline-block;
    width: 50%;
    float: left;
}
#datashare_table .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(6):before {
  content: "-";
  display: inline-block;
    width: 50%;
    float: left;
}
#datashare_table .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(7):before {
  content: "-";
  display: inline-block;
    width: 50%;
    float: left;
}
/*Glucose variability table*/
.thead_h{
  display:none
}
.glucosev_glucose .table > tbody > tr, .table_xs .table > tbody > tr{
  border: 1px solid #BFBFBF
}
.glucosev_glucose .table > tbody > tr > td, .table_xs .table > tbody > tr > td{
  display:block;
  border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
    white-space: normal
}
.glucosev_glucose .table > tbody > tr > td::before,.table_xs .table > tbody > tr > td::before{
  position: absolute;
  top: 6px;
  left: 6px;
  width: 45%;
  padding-right: 10px;
  white-space: nowrap;
}

.glucosev_glucose td:nth-of-type(1):before{
  content: 'Glucose';
  color: black;
}
.glucosev_glucose td:nth-of-type(2):before{
  content: '06:00-10:00';
  color: black;

}
.glucosev_glucose td:nth-of-type(3):before{
  content: '10:00-14:00';
  color: black;

}
.glucosev_glucose td:nth-of-type(4):before{
  content: '14:00-18:00';
  color: black;

}
.glucosev_glucose td:nth-of-type(5):before{
  content: '18:00-22:00';
  color: black;

}
.glucosev_glucose td:nth-of-type(6):before{
  content: '22:00-2:00';
  color: black;

}
.glucosev_glucose td:nth-of-type(7):before{
  content: '2:00-6:00';
  color: black;

}
.glucosev_glucose td:nth-of-type(8):before{
  content: 'Total';
  color: black;

}


/* mobile device ngx datatable changes -End */
.align_xs{
position:static !important  
}
.chart_single{
  width: 100%;
  height:350px;
  margin:0 auto
}
.timein_chart1, .timein_chart2{
  width:100%;
  height:500px
}
.chart_singleh500{
  width: 100%;
  height:500px;
  margin:0 auto
}
.a_xs{
  margin: 10px 0;
  display: inline-block;
}
.pad_0_xs{
  padding:0
}
.style_xs{
  display: inline-block;
  width: 240px;
}
.error_txt{
  text-align: left; 
  color: red;
}

.ngx-datatable.material .datatable-footer .datatable-pager {
        margin: 0 0px !important;
}
.ngx-datatable.material .datatable-footer .datatable-pager a {
    color: #007bff !important;
    background-color: #fff !important;
    border: 1px solid #999b9c !important;
    height: 25px !important;
    min-width: 28px !important;
    line-height: 23px !important;
    padding: 0 0px !important;
    border-radius: 2px !important;
    margin: 1px 2px !important;
}
.agpThumbnail div.table-responsive{
  margin-left:10px
}

.box-header .box-title, .font_sm{
  font-size: 15px !important;
}
.f15 {
  font-size: 14px;
}
/* .agpChartDiv_contain{
  width:97%;
  height:250px
} */
.agpThumbnailChart{
  height:50px;
  width:60px;
}
.agpThumbnailChart .highcharts-container {
  margin:0 auto
}
.box{
  margin-bottom: 10px;
}
#capturAGPGraphLogo1{
  width:100%
}
.agpThumbnailDayOfWeek{
  font-size: 10px;
  margin: 0 2px;
  width: 65px;
}
.agpThumbnailMonthYear{
  height:auto;
  font-size: 10px;
}
.agp_thumbnail_td {
  padding: 2px 1px;
}

.box-header, .box-body{
  padding: 5px;
}

.padLR_8{
  padding-right: 8px;
  padding-left: 8px;
}
.skin-blue .main-header .navbar .dropdown-menu li a {
  color: #777;
}
#statisticsTableDiv2 .btn-between-border{
  padding:0 !important
}
.agpDashboardStats {
  font-size: 9pt;
  white-space: nowrap;
}
.btnGrpHeader{
  font-size:9px
}
#statsVerticalLabel{
    position: relative;
    top: 122px;
    left: -10px;
    font-size: 10px;
}
#graphVerticalLabel {
    position: relative;
    top: 220px;
    left: -10px;
     font-size: 10px;
}
#dailyGlucoseProfileVerticalLabel {
 position: relative;
  top:120px;
  left:-10px;
  font-size: 10px;
}
.content-header > h1{
  font-size: 16px;
  
}
.skin-blue .content-header{
  padding: 10px 5px 10px 15px;
}
.swal2-popup{
  width:100% !important
}
.main-footer{
  text-align:center
}
.timeinrange2{
  height:500px
}
.login-page .login-box, .login-box{
  margin:0% auto !important
}
.last_sync{
  display:none;
}
}
@media (min-width: 768px) and (max-width:1024px){
  .paddingLR_0{
    padding-left:0;
    padding-right:0
  }
  .boxtool_xs{
    position: static !important;
    display: inline-flex !important;
    float: right
  }
  #graphVerticalLabel {
    position: relative;
    top: 220px;
    left: -12px;
}
.agpThumbnail div.table-responsive{
  width: 95% !important;
  left: -1%;
  position: relative;
}
.agpThumbnailChart {
  height: 60px;
  width: 80px;
}

}
@media (min-width: 1000px) and (max-width: 1200px) {
.dashboard_panel i{
  display: none
}
.btn-align{
  position: relative;
    top: -3px;
}
.padLR_8.widget{
  padding-right: 8px;
  padding-left: 8px;
}
.padLR_8.widget .box-body.ext{
  min-height: 130px;
  }  
  .padLR_8.widget .box-body{
  min-height: 88px;
  }  
  .sys_tab.table .head{
font-size:14px !important
  }
   .sys_tab.table .content td{
    font-size:13px !important
  }
  .sys_tab.table .content td{
  padding:5px !important
}
.pad_md1{
  padding-left: 10px;
  padding-right: 0;
}
.pad_md0{
  padding:0
}
.dashboard_panel .box.box-primary{
  height:120px
}

}
@media (min-width: 1200px){
  .dashboard_panel .box.box-primary{
    min-height:120px
  }
  .sys_tab i{
    display:none
  } 
  
}
@media (width: 1200px){
  .dashboard_panel .box.box-primary{
    min-height:180px
  }
  .sys_tab i{
    display:none
  } 
  
}


@media (min-width: 768px){
 

.dl-horizontal dd {
    margin-left: auto;
    padding: 5px;
}
.dl-horizontal dt{
  padding: 5px;
}

.invalid-feedback{
  color:red;
}
.table > tbody > tr > td {
  padding: 8px !important;
  vertical-align: middle;
}
.chart_single{
  width: 100%;
  height:550px;
  margin:0 auto
}
.last_sync{
  display:none;
}
.box-tools{
  display: inline-flex
}

}

@media (min-width: 1000px){
  .last_sync{
    display:block;
  }
  #statsVerticalLabel {
    position: relative;
    top: 122px;
    left: -5px;
}
#dailyGlucoseProfileVerticalLabel {
  position: absolute;
  top: 63%;
  left: -5px;
  width: 22px;
}
  #graphVerticalLabel {
    position: relative;
    top: 220px;
    left: -20px;
}
}



input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.box-shadow{
  box-shadow:1px 3px 5px rgba(0,0,0,.50), 0px -3px 15px rgba(0,0,0,.1) !important;
}
.disp_inline{
  display:inline-block
}
.m-r5{
  margin-right:5px
}
.m-r10{
  margin-right:10px
}

.successfully-saved.hide-opacity{
  opacity: 0;
}

.successfully-saved {
  color: #FFFFFF;
  /* //text-align: center; */

  -webkit-transition: opacity 3s ease-in-out;
  -moz-transition: opacity 3s ease-in-out;
  -ms-transition: opacity 3s ease-in-out;
  -o-transition: opacity 3s ease-in-out;
   opacity: 1;
}
.width500{
  width:500px !important
}
.flash-message-success{
 
}

@Keyframes flashfade {
  100% {opacity:0}
  20% {opacity:1}
  80% {opacity:1}
  0% {opacity:0;}
  }
  .flashfade {
    animation-name: flashfade; 
    animation-duration: 6s;
    padding: 10px;
    width: 50%;
    position: absolute;
    right: 10px;
    color: #155724 !important;
    background: #d4edda;
    top: 5px;
  
  display: block;
  }
  .no-border td{
    border:0px solid
  }
  .head_adj{
    top: 4px;
    position: relative;
  }
  .box-header > .box-tools.t0 {
    position: absolute;
    right: 10px;
    top: 0 !important;
}

.ngx-datatable .datatable-body .datatable-row-wrapper {
  display: table !important;
}


/*radio button*/
.form-horizontal .radio-inline{
  padding-top: 0px;
}
.radio-inline input[type=radio]{
  position: relative;
    width: 22px;
    height: 17px;
    top: 4px;
}
.LifeCycleMasterChart  .highcharts-legend-item rect{
  display:none;
}

.LifeCycleMasterChart .highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.LifeCycleMasterChart .highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
.LifeCycleMasterChart .highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.LifeCycleMasterChart .highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
  opacity: 1;
}

.hc-label:after {
  color: #00AA51;
  border-left: 8px solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: inline-block;
  content: '';
  position: absolute;
  right: -8px;
}
.hc-label {
  text-align: right;
  background-color: #00AA51;
  color: #fff;
  width: 25px;
  height: 16px;
  display: inline-block;
  position: relative;
}

@media all and (max-width:768px) {
  .calculator tr {    display: table;  width:100%;    }               
  .calculator td {    display: table-row; }           
}

.datatable-header-cell{
  background-color:#2467cb !important;
}

:host ::ng-deep .ngx-datatable .datatable-body .datatable-scroll {
  display: inherit;
}

table {
  border: 1px solid #ccc;
  width: 100%;
  margin:0;
  padding:0;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr {
  border: 1px solid #ddd;
  padding: 5px;
  background: #fff;

}

table th, table td {
  padding: 10px;
  text-align: center;

}

table th {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.table-responsive table thead th {
  text-align: center;
}

@media screen and (max-width: 900px) {

 .table-responsive table {
    border: 0;
  }

  .table-responsive table thead {
    display: none;
  }


  .table-responsive table tr {
    margin-bottom: 20px;
    display: block;
    border-bottom: 2px solid #ddd;
 box-shadow: 2px 2px 1px #dadada;

  }

  .table-responsive table td {
    display: block;
    text-align: right;
    font-size: 13px;
  }

  .table-responsive table td:last-child {
    border-bottom: 0;
  }
  .table-responsive table td::before {
    content: attr(scope);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
  .table-responsive	tbody{
    line-height:0!important;
  }

}


/* Sortable table demo */

th[sortable] {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

th[sortable].asc:before{
  /* content:'\f0de'; */
  content: '\f15d';
}

th[sortable].desc:before{
  /* content:'\f0dd'; */
  content:'\f15e';
}


th[sortable].desc:before, th[sortable].asc:before {
  /* content: ''; */
  display: inline-block;
  font-family:"FontAwesome";
  /*background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAmxJREFUeAHtmksrRVEUx72fH8CIGQNJkpGUUmakDEiZSJRIZsRQmCkTJRmZmJgQE0kpX0D5DJKJgff7v+ru2u3O3vvc67TOvsdatdrnnP1Y///v7HvvubdbUiIhBISAEBACQkAICAEhIAQ4CXSh2DnyDfmCPEG2Iv9F9MPlM/LHyAecdyMzHYNwR3fdNK/OH9HXl1UCozD24TCvILxizEDWIEzA0FcM8woCgRrJCoS5PIwrANQSMAJX1LEI9bqpQo4JYNFFKRSvIgsxHDVnqZgIkPnNBM0rIGtYk9YOOsqgbgepRCfdbmFtqhFkVEDVPjJp0+Z6e6hRHhqBKgg6ZDCvYBygVmUoEGoh5JTRvIJwhJo1aUOoh4CLPMyvxxi7EWOMgnCGsXXI1GIXlZUYX7ucU+kbR8NW8lh3O7cue0Pk32MKndfUxQFAwxdirk3fHappAnc0oqDPzDfGTBrCfHP04dM4oTV8cxr0SVzH9FF07xD3ib6xCDE+M+aUcVygtWzzbtGX2rPBrEUYfecfQkaFzYi6HjVnGBdtL7epqAlc1+jRdAap74RrnPc4BCijttY2tRcdN0g17w7HqZrXhdJTYAuS3hd8z+vKgK3V1zWPae0mZDMykadBn1hTQBLnZNwVrJpSe/NwEeDsEwCctEOsJTsgxLvCqUl2ACftEGvJDgjxrnBqkh3ASTvEWrIDQrwrnJpkB3DSDrGW7IAQ7wqnJtkBnLRztejXXVu4+mxz/nQ9jR1w5VB86ejLTFcnnDwhzV+F6T+CHZlx6THSjn76eyyBIOPHyDakhBAQAkJACAgBISAEhIAQYCLwC8JxpAmsEGt6AAAAAElFTkSuQmCC') no-repeat;*/
  /* background-size: 22px; 
  width: 22px;
  height: 22px;*/
  font-size: 14px;
  /* margin-left: 0px; */
  /* float: left; */
}

/* th[sortable].desc:before {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
} */

/* Filtering table demo */
/* ngbd-table-filtering span.ngb-highlight {
  background-color: yellow;
} */

/* Complete table demo */
/* ngbd-table-complete span.ngb-highlight {
  background-color: yellow;
} */

/* ngb-carousel .picsum-img-wrapper {
  position: relative;
  height: 0;
  padding-top: 55%; 
}

ngb-carousel .picsum-img-wrapper>img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
} */


.thumbnailDiv table tr {
  border: none;
}

#glucoseStatistics table tr {
  border: none;
}

.agpDescription-left-align p table tr td {
  text-align: left !important;
}
/* div.agpDescription-left-align tr p:last-child {
  font-size: 12px;
} */
.disp_inlinetable{
  display: inline-table;
}

/* 


  .bs-datepicker-body table td span.selected, .bs-datepicker-body table td.selected span{
    background: #2667C8 !important;
  } */

  .bs-datepicker-body table td span.selected, .bs-datepicker-body table td.selected span{
    background: #2667C8 !important;
  }
  .bs-datepicker-head{
    background: #2667C8 !important;
  }

  .bs-datepicker-head button{
    -webkit-border-radius: 60px;
    border-radius: 60px;
    border: none;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    animation: glowing 1300ms infinite;
  }
  @keyframes glowing {
    0% { background-color: #2667C8; box-shadow: 0 0 1px #FFFFFF; }
    50% { background-color: #2667C8; box-shadow: 0 0 2px #FFFFFF; }
    100% { background-color: #2667C8; box-shadow: 0 0 1px #FFFFFF; }
  }
  .popover-right .popover-content {
    max-height: 200px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3);
  }
  .popover-right .popover-content::-webkit-scrollbar {
    width: 5px;
  }
  .popover-right .popover-content::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  .highcharts-legend-item > text.legend-exclamation {
    font-size: 16px !important;
  }
  input::-ms-reveal,
  input::-ms-clear {
    display: none;
  }
  
  .custom-swal-title {
    display: inline-block !important;
  }
  p#banner-content a{
    color: #000 !important;
    text-decoration: underline !important;
  }