/*tambahan css global manual*/

.hide {
	display: none !important;
}

.fixed-action-btn {
	/*float: right;*/
}

table .action {
	text-align: center;
}

table .action a,
table .action button {
	margin: 0 5px;
}

.table-bordered {
	border-top: 1px solid #eee;
}

.dataTable-search {
	margin-top: 10px;
	float: left !important;
	width: 100%;
}

.filter_report.form-control:focus, .filter_report.dataTable-input:focus {
	box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.dark-mode {
  /*background-color: rgba(69,77,85,1);*/
  background-color: #18405d;
  color: rgba(255,255,255,1);
}

.c-bg-success {
  color: #000000;
  background-color: #00ff89 !important;
  border-color: #00ff89 !important;
}

.c-bg-warning {
  color: #000000;
  background-color: #ffc107 !important;
  color: #ffc107 !important;
}

.c-bg-danger {
  color: #000000;
  background-color: #dc3545 !important;
  color: #dc3545 !important;
}

.dark-mode .c-bg-success {
  color: #000000 !important;
  background-color: #00ff89 !important;
  border-color: #00ff89 !important;
}

.dark-mode .c-bg-warning {
  color: #000000 !important;
  background-color: #ffc107 !important;
  color: #ffc107 !important;
}

.dark-mode .c-bg-danger {
  color: #000000 !important;
  background-color: #ff0018 !important;
  color: #ff0018 !important;
}

.c-text-success {
  color: #198754 !important;
}

.c-text-warning {
  color: #ffc107 !important;
}

.c-text-danger {
  color: #dc3545 !important;
}

.dark-mode .c-text-success {
  color: #00ff89 !important;
}

.dark-mode .c-text-warning {
  color: #ffc107 !important;
}

.dark-mode .c-text-danger {
  color: #ff0018 !important;
}

.dark-mode .bg-dark {
  background-color : rgba(5, 35, 57, 1) !important;
  color: rgba(64, 73, 79, 1);
}

.dark-mode .sb-sidenav-dark {
  background-color : rgba(5, 35, 57, 1) !important;
  color: rgba(64, 73, 79, 1);
}

.dark-mode .card-body,
.dark-mode .card-footer {
  background-color : rgba(5, 35, 57, 1) !important;
  border-color: rgba(64, 73, 79, 1);
}

.dark-mode .card-body.normal,
.dark-mode .card-footer.normal {
  background-color: transparent !important;
}

.dark-mode .form-floating > .form-control {
  background-color: rgba(20,20,20,1);
  color: rgba(255,255,255,1);
}

.dark-mode .dataTables_length,
.dark-mode .dataTables_length select {
    color: rgba(238,238,238,1) !important;
}

.dark-mode .dataTables_filter,
.dark-mode .dataTables_filter input {
    color: rgba(238,238,238,1) !important;
}

.dark-mode .dataTables_length select,
.dark-mode .dataTables_filter input {
    border: none;
    border-bottom: 1px solid #aaa;
    border-radius: 0px;
}

.dark-mode .dataTables_length select option {
    color: #0d6efd !important;
    border-radius: 0px !important;
    background: rgba(0, 0, 0, 0) !important;
}

.dark-mode .dataTables_filter input {
    margin-bottom: 5px;
}

.dark-mode .dataTables_info {
    color: rgba(238,238,238,1) !important;
}

.dark-mode .dataTables_paginate .paginate_button,
.dark-mode .dataTables_paginate .paginate_button.current {
    color: rgba(238,238,238,1) !important;
    border-radius: 2px;
}

.dark-mode .dataTables_paginate .paginate_button.current {
    background-color: #0d6efd !important;
}

.dark-mode .dataTables_paginate .paginate_button:hover:not(.disabled) {
    background: #ffa500 !important;
    border: 1px solid #ffa500;
}

.dark-mode .dataTables_paginate .paginate_button.disabled {
    display: none !important;
}

.dark-mode .table,
.dark-mode .dataTable-table {
  border-color: rgba(205, 205, 205, 1) !important;
  color: rgba(238,238,238,1) !important;
}

.dark-mode .table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg : rgba(2,22,36,1) !important;
  background-color: rgba(2,22,36,1) !important;
  color: rgba(238,238,238,1) !important;
}

.dark-mode .table th,
.dark-mode .dataTable-table th {
  background-color: rgba(3,26,42,1);
  color: rgba(238,238,238,1) !important;
}

.dark-mode .table td,
.dark-mode .dataTable-table td {
    color: rgba(238,238,238,1) !important;
}


.dark-mode .table-hover > tbody > tr:hover,
.dark-mode .dataTable-table > tbody > tr:hover {
  background-color: rgba(3,26,42,1);
  color: rgba(238,238,238,1);
}


/*
.dark-mode .modal.show .modal-content {
  background-color: #18405d;
}

.dark-mode .modal.show .btn-close {
  background-color: rgba(255,255,255,1);
}

.light-mode {
  background-color: rgba(255,255,255,1);
  color: rgba(20,20,20,1);
} */

.form-switch {
  padding-left: 0em;
}

.form-check .form-check-input {
  float: right;
  margin-left: 3.5em;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.bg-brown {
  background-color: #4f3d17 !important;
}

.text-brown {
  color: #4f3d17 !important;
}

.small-box {
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.small-box>.inner {
  padding: 10px;
}

.small-box .icon {
  color: rgba(0,0,0,.15);
  z-index: 0;
}

.small-box .icon>i {
  font-size: 90px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear,-webkit-transform .3s linear;
}

.small-box .icon>i.fa,
.small-box .icon>i.fab,
.small-box .icon>i.fad,
.small-box .icon>i.fal,
.small-box .icon>i.far,
.small-box .icon>i.fas,
.small-box .icon>i.ion {
  font-size: 70px;
  top: 20px;
}

.small-box h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 0;
  white-space: nowrap;
}

.small-box p {
  font-size: 1.2rem;
}

.small-box h3, .small-box p {
  z-index: 5;
}



.small-box>.small-box-footer {
  background-color: rgba(0,0,0,.1);
  color: rgba(255,255,255,.8);
  display: block;
  padding: 3px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 10;
}

.nav .sb-nav-link-icon svg {
  width: 1.25em !important;
}

#sidenavAccordion .dropdown-toggle::after {
  margin-left: 5.2em !important;
}

.sb-nav-fixed.dark-mode .dropdown-menu.show {
  width: 222px;
}


/*akhir tambahan css global manual*/

/*css khusus tampilan desktop*/

@media screen and (min-width: 678px) {
	
	.dataTable-search {
		margin-top: 0px;
		float: right !important;
		width: 40%;
	}
	
	.btn_add.tambah_admin::after {
		content: "Tambah Admin";
	}
	
	.btn_add.tambah_bts::after {
		content: "Tambah BTS";
	}
	
	.btn_add.tambah_client::after {
		content: "Tambah Client";
	}
	
	.btn_add.tambah_noc::after {
		content: "Tambah NOC";
	}
	
	.btn_add.tambah_user::after {
		content: "Tambah User";
	}


	.input-group.filter_report {
		width: 120px;
	}
	
	
	
	/*.wrapper p {
		font-size: 16px;
	}
	
	.wrapper .form-control, .dataTable-input {
		width: 40%;
	}*/
}
/*akhir css khusus tampilan desktop*/