a:hover
{
  text-decoration: none;
  text-underline: none;
}
.checkbox label:after,
.radio label:after {
  content: '';
  display: table;
  clear: both; }

.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #20a8d8;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
  color: #20a8d8; }

.radio .cr {
  border-radius: 50%; }

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 51%;
  left: 17%; }

.radio .cr .cr-icon {
  margin-left: 0.04em; }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none; }

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in; }

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1; }

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
  opacity: .5; }
  
img
{
  max-width: 100%;	
}	
.mt-25
{
  margin-top: 2.5rem;	
}
.mt-285
{
  margin-top: 1.65rem;
}

.mt-281
{
  margin-top: -1.25rem;
}

.app-header.navbar .navbar-brand {
  background-color: transparent;
  border-bottom: 1px solid transparent;
}

.list-question-survey {
  min-height: calc(100vh - 175px);
}

.block-wrap-survey .btn-action-survey {
  padding: 0px 5px;
  margin: 0px 3px;
  border-radius: 4px;
}

.block-wrap-survey .col-4 .card-header {
  padding: 0.25rem 0.25rem;
}

.block-wrap-survey .block-control .btn-action-survey {
  padding: 0px 5px;
  margin: 0px 3px;
  border-radius: 4px;
}

.block-wrap-survey .col-4 .card-footer {
  padding: 0.25rem 0.25rem;
}

.btn-add-device
{
  color: #fff !important;
}

.list-detail-survey
{
  min-height: 70px;
}

.item-question, .list-detail-survey .list-group-item, .list-detail-survey .item-detail-text {
  padding: 1px 0px;
  border: none;
  white-space: nowrap;
  overflow-x: hidden !important;
  text-overflow: ellipsis !important;
  width: 100%;
  display: block;
  z-index: 9999;
}
.list-question-survey .item-detail
{
  min-height: 30px;
}

.block-wrap-survey .item-detail
{
  border: 1px solid #e4e5e6;
  padding: 4px;
  min-height: 36px !important;
}
.item-detail .item-text
{
  float: left;
  width: 80%;
}
.item-detail .item-control
{
  float: right;
  width: 20%;
  text-align: right;
}

.item-control .btn-action-survey {
  padding: 0px 5px;
  /*margin: 3px 0px 3px -10px;*/
  border-radius: 4px;
}
.title-card-device
{
  margin-bottom: 0rem;
  margin-top: 0.35rem;
}

.frmDevice
{
  background: #fff;
  padding: 0.75rem;
}
.breadcrumb-fixed .breadcrumb
{
  padding: 0.45rem 1rem;
}

.breadcrumb-fixed .breadcrumb .form-group
{
  width: 100%;
}
.breadcrumb .label-text
{
  font-size: 1rem;
  font-weight: 600;
}

.breadcrumb .col-form-label
{
   font-weight: 600;
}

.text-muted, .p-title
{
  position: relative;
}
.mt-30-percent
{
  margin-top: 30%;
}
.title-info::after
{
  position: absolute;
  width: 84%;
  content: "";
  border-bottom: 1px solid #c2cfd6;
  bottom: 5px;
  right: 0;
}
.title-config::after
{
  position: absolute;
  width: 84%;
  content: "";
  border-bottom: 1px solid #c2cfd6;
  bottom: 5px;
  right: 0;
}
.title-info-2::after
{
  position: absolute;
  width: 86%;
  content: "";
  border-bottom: 1px solid #c2cfd6;
  bottom: 5px;
  right: 0;
}
.title-info-3::after
{
  position: absolute;
  width: 81%;
  content: "";
  border-bottom: 1px solid #c2cfd6;
  bottom: 5px;
  right: 0;
}
.title-info-4::after
{
  position: absolute;
  width: 78%;
  content: "";
  border-bottom: 1px solid #c2cfd6;
  bottom: 5px;
  right: 0;
}
.btn-add-device
{
  font-size: 0.75rem;
}

.error
{
  color: #ff0000;
  font-size: 0.875rem;
}

.frm-login em.error
{
  position: absolute;
  z-index: 99;
  margin-top: 2rem;
  color: #ff0000;
  font-size: 0.775rem;
}
.breadcrumb .btn-view
{
  width: 100px;
}


.mt-285 .title-view
{
  font-size: 1.625rem;
}

.report-daily .title-view
{
  font-size: 1.325rem !important;
}

.report-daily .top-4-changes .card
{
   border: 1px solid #eee;
}

.mt-285 .title-p
{
  border-bottom: 1px solid #c2cfd6;
  padding: 0.35rem;
  font-size: 1rem;
}
.btn-group-toolbar label
{
  width: 50px;
}
.fa-question-circle
{
  cursor: pointer;
  vertical-align: super;
  font-size: 0.875rem;
}

.btn-outline-primary
{
  box-shadow: none !important;
  cursor: pointer;
}

.tooltip
{
  font-size: 0.875rem;
}
.tooltip-inner {
  text-align: left !important;
}
.footer-fixed .app-footer
{
  height: 30px;
}

.footer-fixed .app-body {
  margin-bottom: 30px;
}
.footer-fixed
{
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 30px;
  top: 0;
}
.toolbar-control button
{
  width: 125px;
}

.analytics  .btn-next
{
  position: absolute;
  top: 50%;
  right: 1%;
  font-size: 25px;
  transform: translateX(0%) translateY(-50%);
}

.analytics  .btn-prev
{
  position: absolute;
  top: 50%;
  left: 1%;
  font-size: 25px;
  transform: translateX(0%) translateY(-50%);
}


/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 200px;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(32, 168, 216, 0.75) 1.5em 0 0 0, rgba(32, 168, 216, 0.75) 1.1em 1.1em 0 0, rgba(32, 168, 216, 0.75) 0 1.5em 0 0, rgba(32, 168, 216, 0.75) -1.1em 1.1em 0 0, rgba(32, 168, 216, 0.75) -1.5em 0 0 0, rgba(32, 168, 216, 0.75) -1.1em -1.1em 0 0, rgba(32, 168, 216, 0.75) 0 -1.5em 0 0, rgba(32, 168, 216, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(32, 168, 216, 0.75) 1.5em 0 0 0, rgba(32, 168, 216, 0.75) 1.1em 1.1em 0 0, rgba(32, 168, 216, 0.75) 0 1.5em 0 0, rgba(32, 168, 216, 0.75) -1.1em 1.1em 0 0, rgba(32, 168, 216, 0.75) -1.5em 0 0 0, rgba(32, 168, 216, 0.75) -1.1em -1.1em 0 0, rgba(32, 168, 216, 0.75) 0 -1.5em 0 0, rgba(32, 168, 216, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.border-text
{
  border-bottom: 1px solid #dddddc;
  margin: 0 1.5rem;
}
.icounter-table th, .icounter-table td
{
  border: 1px solid #c2cfd6;
}

.icounter-table td
{
  background: #fff;
}

.select2-container--bootstrap .select2-selection--single
{
  padding-top: .255rem;
  padding-bottom: .255rem;
  height: unset;
}


.select2-container--bootstrap .select2-selection--multiple
{
  min-height: calc(1.7625rem + 2px);
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field
{
  display: none;
}

.opt-parent
{
  font-weight: bold;
}

.opt-child
{
  padding-left: 10px;
}

.opt-parent> i {
   font-size: 18px;
 }
 .opt-child > i {
  font-size: 15px;
}

.level-0
{
  padding-left: 5px;
}

.level-1
{
  padding-left: 10px;
}

.level-2
{
  padding-left: 15px;
}

.level-3
{
  padding-left: 20px;
}

.level-4
{
  padding-left: 25px;
}

.level-5
{
  padding-left: 30px;
}

.level-6
{
  padding-left: 35px;
}

.select2-container--default .select2-results > .select2-results__options {
  overflow-x: hidden;
}

.select2-container--bootstrap .select2-results__option {
  padding: .375rem .25rem;
}

.select2-container .select2-selection--single .select2-selection__rendered i
{
  margin-right: 5px;
}

.select2-container .select2-selection--single .select2-selection__rendered .opt-child
{
  padding-left: 0px;
}

span.select2-results li div {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

span.select2-results li div i {
  margin-right: 5px;
}
.frm-marketing label
{
  font-weight: 600;
}
.pagination .page-item .page-link , .pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover
{
  outline: none;
  box-shadow: none;
  width:  40px;
  background-color: #fff;
}

.pagination .page-item {
  padding: 0px 5px;
}

#accordion
{
  background: #fff;
}

.form-group button
{
  width: 120px;
}
.w-180
{
  width: 180px;
}

.css-area
{
  width: 100%;
  height: 80px;
  resize: none
}

.sweet-alert .btn-lg, .sweet-alert .btn-group-lg > .btn
{
  padding: 0.15rem 0.75rem;
  outline: none;
  box-shadow: none;
}
.logo
{
  background: #fff;
  padding: 10px;
}
.sidebar .nav-dropdown.open .nav-dropdown-toggle
{
  font-weight: 800;
}
.ui-state-highlight
{
  background: yellow;
}

.table .thead-light th
{
  background-color: #f0f3f5;
  border-color: #c2cfd6;
  border-bottom: 0px;
  font-weight: normal;
}

#top-5-visitor .table .thead-light th
{
  background-color: #dee1e3;
  border-color: #c2cfd6;
  font-weight: normal;
}

.sidebar .nav-link i, .sidebar .navbar .dropdown-toggle i, .navbar .sidebar .dropdown-toggle i
{
  margin: 0;
}

.bootbox .modal-footer
{
  text-align: center;
  justify-content: center;
}
.bootbox .modal-footer button
{
  width:  80px;
}

.report-in-out .card-header a.active
{
  color: #000;
}

body .signinForm .input-group p.text-danger
{
  top: 30px;
  position: absolute;
  z-index: 999;
  font-size: 0.875rem;
  margin-bottom: 0px;
}

.treetable-indent
{
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.treetable-expander
{
  position: relative;
  display: inline-block;
  width: 24px;
  height: 16px;
  cursor: pointer;
  color: #444d58;
}

.table-outline .checkbox .cr, .table-outline .radio .cr
{
  color: #444d58 !important;
  border-color: #444d58 !important;
}

#txt-email-error, #txt-email-same
{
  position: absolute;
  top: 30px;
}
.tbl-data-email .form-control[readonly]:focus
{
  outline: none;
  box-shadow: none;
}

.icounter-bg
{
  font-size: 14px;
}

.icounter-bg td
{
  background: unset;
}
/*# sourceMappingURL=bootstrap-treefy.css.map */

.sidebar-hidden  .breadcrumb-fixed  .breadcrumb{
    left :0 !important;
}