﻿
html, body {
  height: 100% !important
}
.no-sync-for-past {
  background-color: #ffc8c3 !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);
}

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;
}
.datatable-header-cell{
  background-color:#00BCD4 !important;
}
.table-bordered th, .datatable-header {
  background:#00BCD4;
  color:#fff;
  font-weight: 400;
}

.datatable-header-cell, .ngx-datatable.material .datatable-header .datatable-header-cell {
  font-size: 15px !important;
  color: #fff !important;
  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;
}

.swal-error-modal .swal2-content #swal2-content, .swal-success-modal .swal2-content #swal2-content {
  font-size: 14px;
}

.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) {
  .visible_xs{
    display: block !important
  }
  .m_tb_0{
    margin-top:0;
    margin-bottom:0
  }
  .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 3px 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: 360px;
  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 */
}

.custom-card-header .card-header>a:hover {
  text-decoration: none !important;
}
.custom-multiselect .dropdown-list {
  bottom: 100%; 
  left: 0; 
  right: 0; 
  top: auto;
}

.custom-multiselect .dropdown-list .item2 {
  height: 100px;
}

.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: #00BCD4;
  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:#00BCD4;
}

  .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: 18px;
  padding-left: 0 !important;
}
/*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:#00BCD4 !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: #00BCD4 !important;
  border-radius: 0;
  color: #fff !important;
  border-left: 1px solid #00BCD4;
  border-right: 1px solid #00BCD4;
} 
.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: #00BCD4;
  border-color: #00BCD4;
}

  .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: #00BCD4;
  padding: 10px;
  color:#fff;
  font-size:11px
}
hr {
  margin: 10px 0px;
}


.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: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;
}

.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 {
margin:0 auto
}
.agpThumbnailChart{
height:80px;
width:150px;
margin:0 auto
}

.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; */
padding: 0.375rem 2.14rem !important;
}

.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;
height: 130px;
}
.graph_table{
border: 2px solid #22AFFC;
border-radius: 4px;
width:100%;
height:100%;
margin:0 2px
}

.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;
}

#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
}
.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;
}

.customTableColor {
  background-color: #4285f4 !important;
  color: #FFFFFF;
}

.customTableColor th {
  text-align: center;
}

.colorBlue {
  /*background-color: #00bfb3;*/
  background-color: #00BCD4;
  color: #FFFFFF;
}

  .colorBlue th {
      text-align: center;
  }

.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: #00BCD4;
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 10px 5px !important;
border: 1px solid #b7afaf;
}
.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
}
.agpChartDiv_contain{
      /*box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2) !important;*/
}

.font-red{
  color:red
}
.ngx-datatable.material .datatable-header .datatable-header-cell{
      padding: 0.5rem 1.2rem !important
}
.ngx-datatable.material-custom .datatable-header .datatable-header-cell{
  padding: 0.2rem 0.5rem !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:#00BCD4;
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;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #E5E6E6;
}
.table > tbody > tr > th,.table > thead > tr > th {
  padding: 8px 4px;
  font-weight: normal;
  font-size: 16px
}
.error_txt{
  text-align: center; 
  color: red;
}
.btn,button, input, select, textarea{
  height:34px
}
input[type="checkbox"]{
  height:auto !important
}
.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) {
  .margint-sm-10{
    margin-top:10px
  }
.col-sm-12 img#capturAGPGraphLogo1{
  width:100%
} 
.timein_chart1, .timein_chart2{
  width:100%;
  height:400px
}
.mbt10{
  margin-top:5px;
  margin-bottom:5px
}
}



@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:18px !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;
}

/*mobile page ngx table align - Home page- S */
#list_of_patients .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(1):before {
  content: "Last Name";
  display: inline-block;
    width: 50%;
    float: left;
}
#list_of_patients .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(2):before {
  content: "First Name";
  display: inline-block;
    width: 50%;
    float: left;
}
#list_of_patients .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(3):before {
  content: "MRN";
  display: inline-block;
    width: 50%;
    float: left;
}
#list_of_patients .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(4):before {
  content: "Gender";
  display: inline-block;
    width: 50%;
    float: left;
}
#list_of_patients .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(5):before {
  content: "DOB";
  display: inline-block;
    width: 50%;
    float: left;
}
#list_of_patients .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(6):before {
  content: "Provider Name";
  display: inline-block;
    width: 50%;
    float: left;
}
#list_of_patients .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(7):before {
  content: "Status";
  display: inline-block;
    width: 50%;
    float: left;
}
#list_of_patients .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(8):before {
  content: "Data Share";
  display: inline-block;
    width: 50%;
    float: left;
}
#list_of_patients .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(9):before {
  content: "\f07c";
  display: inline-block;
    width: 50%;
    float: left;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
    color: #007bff
}
#list_of_patients .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(10):before {
  content: "\f05e";
  display: inline-block;
    width: 50%;
    float: left;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
    color: #007bff
}
/*mobile page ngx table align - Home page- E */
/*mobile view for Clinical Staff (Staff-Staff) - S*/
#clinical_staff_account .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(1):before {
  content: "Last Name";
  display: inline-block;
    width: 50%;
    float: left;
}
#clinical_staff_account .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(2):before {
  content: "First Name";
  display: inline-block;
    width: 50%;
    float: left;
}
#clinical_staff_account .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(3):before {
  content: "Title";
  display: inline-block;
    width: 50%;
    float: left;
}
#clinical_staff_account .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(4):before {
  content: "Email";
  display: inline-block;
    width: 50%;
    float: left;
}
#clinical_staff_account .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(5):before {
  content: "Status";
  display: inline-block;
    width: 50%;
    float: left;
}
#clinical_staff_account .ngx-datatable .datatable-body-cell-label{
  word-wrap: break-word
}

#clinical_staff_account .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(6):before {
  content: "\f07c";
  display: inline-block;
    width: 50%;
    float: left;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
    color: #007bff
}
#clinical_staff_account .ngx-datatable .datatable-row-center .datatable-body-cell:nth-of-type(7):before {
  content: "\f09c";
  display: inline-block;
    width: 50%;
    float: left;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
    color: #007bff
}
/*E */
/* mobile device ngx datatable changes -End */
 /*Normal  Table */

 /*Normal table mobile devces start*/
.thead_h{
  display:none
}
.glucosev_glucose .table > tbody > tr, .table_xs .table > tbody > tr{
  border: 1px solid #BFBFBF
}
.table_xs .table > tbody > tr > td{
  display:block;
  border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
    white-space: normal;
    word-break: break-all;
    text-align: left
}
.table_xs .table > tbody > tr > td::before{
  position: absolute;
  top: 6px;
  left: 6px;
  width: 45%;
  padding-right: 10px;
  white-space: nowrap;
}

#registered_clinic td:nth-of-type(1):before{
  content: 'Clinic Name';
  color: black;
}
#registered_clinic td:nth-of-type(2):before{
  content: 'Country';
  color: black;
}
#registered_clinic td:nth-of-type(3):before{
  content: 'Contact Name';
  color: black;
}
#registered_clinic td:nth-of-type(4):before{
  content: 'E-mail';
  color: black;
}
#registered_clinic td:nth-of-type(5):before{
  content: 'Phone';
  color: black;
}



/* mobile device Normal table 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;
}
}
@media (min-width: 1000px) and (max-width: 1200px) {
.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
}

}


@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;
  }
  .txt_r{
    text-align: right
  }
  #statsVerticalLabel {
    position: relative;
    top: 122px;
    left: -5px;
}
#dailyGlucoseProfileVerticalLabel {
  position: relative;
  top: 150px;
  left: -18px;
}
  #graphVerticalLabel {
    position: relative;
    top: 220px;
    left: -20px;
}
.pad_md_L_0{
  padding-left:0
}
.pad_md_0{
  padding:0
}
}



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;
  }


.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

.clinic-registration-form{
  background-color: #fff;
  border-radius: .75rem;
  box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
  display: table;
  margin: 20px auto;
  max-width: 990px;
  padding: 20px;
  width: auto;
  padding-bottom: 5px;
}
.clinic-registration-form .navbar-brand {
  float: left;
  font-size: 18px;
  height: 120px;
  line-height: 20px;
  width: 400px;
  padding: 0;
}
.required:after {
  color: red;
  content: "*";
  margin-left: 5px;
}
.fa-check {
  color: green;
}
table{
  background-image: linear-gradient(90deg,rgba(234,234,234,.2),#f8f6f6);
  border: 1px solid #ddd;
}
.box-header > .box-tools.t0 {
  position: absolute;
  right: 10px;
  top: 0 !important;
}
.btn.btn-app{
  height:auto;
  border:1px solid #aaa
}
.fa-minus.icon_changed:before {
  content: "\f078";
}
.fa-plus.icon_changed:before {
  content: "\f077";
}
.datatable-body{
  background: linear-gradient(90deg,rgba(234,234,234,.2),#f8f6f6)
}
button.close{
  height:auto
}
.width150{
  width:150px
}
.width100{
  width:100px
}
.width120{
  width:120px
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell{
  padding: .5rem 1.2rem !important
}
.ngx-datatable.material-custom .datatable-body .datatable-body-row .datatable-body-cell {
  padding: 0.2rem 0.5rem !important;
}
.fa:before{
  font-size:16px !important
}
.empty-row{
  height:auto !important;
  text-align: center !important
}
.fa-lg {
  font-size: 22px !important;
}
/* 
.ngx-datatable.bootstrap:not(.cell-selection) .datatable-body-row:hover,
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group
{ 
   background: red;
} */

:host
  ::ng-deep
  .ngx-datatable.material:not(.cell-selection)
  .datatable-body-row:hover {
  background-color: #007bff2e;
}
.cal_icon{
  position: absolute;top: 7px;right: 6px;cursor: pointer;font-size: 20px;
}

/* Fix for ngx data table for timebeing*/
#patients_provider_modal .datatable-scroll{
  width:100% !important
}
.bg1{
  border: 1px solid #ccc;
  background: #f7f7f7;
  padding: 15px 10px 10px 10px;
  margin: 5px;
}
.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 #f1f1f1;
}
.form-group.inline-flex{
  display: inline-flex;
}

.form-group.inline-flex .ngx-dropdown-container[_ngcontent-c8]{
  width:150px
}
.tool_icon{
  font-size: 25px !important;
  background: transparent;
  box-shadow: none;
  color: #778994;
  }
  .tool_icon.fa:before {
    font-size:  25px !important;
}
.ngx-dropdown-container[_ngcontent-c8] button[_ngcontent-c8]{
  border-radius: 0px !important
}
.input-group.date .input-group-addon{
  width: 50px;
  height: 34px;
}

.activeUserGreen{
  float: right;
  
}
@media (min-width: 992px){
  .modal-lgx {
    width: 90%;
}
}
/*alternate row selection for few data table - Issue Fix*/
.ngx-datatable .datatable-body .datatable-scroll{
  display: inline-table
}
.datatable-row-wrapper.datatable-row-wrapper:nth-child(even) .datatable-body-row {
  background: #E5E6E6 ;
}


@keyframes spinner-border {
  to { transform: rotate(360deg); }
}
.spinner_container{
  width:100%;
  min-height:100px;
  height:100%;
  position: relative;
  z-index: 1;
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid #6c757d;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
  z-index: 1;
  left: 50%;
    position: absolute;
    top: 50%;

}
.modal{
  overflow-y: auto;
}
.inner_box{
  border:1px solid #adadad;padding:10px 5px 5px 10px;display:table;width:100%;
  background: #fbfbfb;
}

#sensorHistoryView {
  overflow-y: auto;
}


/*ng-select styles*/
.ng-select.ng-select-opened>.ng-select-container
{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}
.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}
.ng-select.ng-select-opened>.ng-select-container .ng-arrow
{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}
.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover
{border-color:transparent transparent #333}
.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container
{border-bottom-right-radius:0;border-bottom-left-radius:0}
.ng-select.ng-select-opened.ng-select-top>.ng-select-container
{border-top-right-radius:0;border-top-left-radius:0}
.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container
{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}
.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}
.ng-select .ng-has-value .ng-placeholder{display:none}
.ng-select .ng-select-container
{background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;align-items:center}
.ng-select .ng-select-container:hover
{box-shadow:0 1px 0 rgba(0,0,0,0.06)}
.ng-select .ng-select-container .ng-value-container
{align-items:center;padding-left:10px}[dir="rtl"] .ng-select .ng-select-container .ng-value-container
{padding-right:10px;padding-left:0}
.ng-select .ng-select-container .ng-value-container .ng-placeholder
{color:#999}
.ng-select.ng-select-single .ng-select-container
{height:36px}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:0.9em;margin-bottom:5px;background-color:#ebf5ff;border-radius:2px;margin-right:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}.ng-select .ng-clear-wrapper{color:#999}.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}.ng-select .ng-spinner-zone{padding:5px 5px 0 0}[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-panel-items{margin-bottom:1px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{background-color:#ebf5ff;font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}
/*ng-select styles*/

.ng-select-container{
  height:20px;
}

.ng-select-searchable.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{
  top: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{
  text-align: left
}
.dropdown-menu.dropdown-menu-right{
  position:absolute !important;
}


.datatable-body-cell{
  overflow: inherit !important;
}



/*
.ngx-datatable .datatable-body-cell{
overflow-x:visible !important
}
*/


.dropdown-menu li{
  padding-left:10px
}
.dropdown-menu li input[type=checkbox]{
  padding-right: 10px;
  margin: 5px;
  position: relative;
  top: 2px;
}
.table-responsive{
  display:table;
  width:100%
}
.listview{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.listview li input[type="checkbox"]{
  margin: 8px;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px !important;
}
.txt_inactive{
  text-align: center;
  background-color: #e24d4d;
  color: #f8f6f6;
  font-size: 13px;
  padding: 2px 5px;
  border-radius: 3px;
}
.txt_active{
  text-align: center;
  background-color: #2da76f;
  color: #f8f6f6;
  font-size: 13px;
  padding: 2px 5px;
  border-radius: 3px;
}

.row-color {
  background-color: rgb(252, 34, 34) !important;
}

.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  text-align: center !important;
  vertical-align: middle !important;
}


/* 
.wrapper{
  width:70%;
} */
@media(max-width:992px){
 .wrapper{
  width:100%;
} 
}
.panel-heading {
  padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  color:#555;
  font-size:16px;
  font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
/* 
.validationMessage{
  display: none;
} */
.ngx-datatable .datatable-header-cell{
  overflow-x: auto !important;
}

.ngbTableHeader{
  text-align: center;
    background: #2666C6;
    color: whitesmoke;
}

.ngbPointer {
  cursor: pointer;
}

.text-right {text-align: right} /* For right align */
.text-left {text-align: left} /* For left align */
.text-center {text-align: center}

.navbar-nav > .user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .navbar-nav > .user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px;
  }
}

.custuser-header {
  height: 175px;
  padding: 10px;
  text-align: center;
}
.custuser-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.li.custuser-header > p {
  z-index: 5;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 10px;
}
.li.custuser-header > p > small {
  display: block;
  font-size: 12px;
}
.md-form label{
  /* color: whitesmoke !important; */
}

.form-control{
  /* color:#f7dd8c !important */
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 90% !important;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
  margin-top:25px !important;

}


.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;

  opacity: 0;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  box-shadow: none;
}
.blackform input{
  color:#f7dd8c !important
}
.md-form label{
  color: whitesmoke !important;
}
button.swal2-confirm {
  padding-top: 5px !important;
}
input::-ms-reveal,
input::-ms-clear {
  display: none;
}