/*tambahan css global manual*/

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.align-right {
  text-align: right !important;
}

.align-center {
  text-align: center !important;
}

.hide {
	display: none !important;
}

.mk_blink {
	animation: blink-animation 1s steps(5, start) infinite;
	-webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
	to {
		visibility: hidden;
	}
}

@-webkit-keyframes blink-animation {
	to {
		visibility: hidden;
	}
}

.parsley-error {
	background-color: #F2DEDE !important;
}

.fixed-action-btn {
	/*float: right;*/
}

table .action {
	text-align: center;
}

.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%);
}

/* Buttons ===================================== */
.btn:focus {
	outline: none !important; }

.btn-circle {
	border: none;
	outline: none !important;
	overflow: hidden;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%; }
	.btn-circle i {
	font-size: 18px;
	position: relative;
	left: -1px; }

.btn-link {
	font-weight: bold;
	color: #333;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s; }
	.btn-link:active, .btn-link:focus {
	text-decoration: none;
	color: #333; }
	.btn-link:hover {
	text-decoration: none;
	color: #333;
	background-color: #ddd; }

.btn-circle-lg {
	border: none;
	outline: none !important;
	overflow: hidden;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
	border-radius: 50% !important; }
	.btn-circle-lg i {
	font-size: 26px !important;
	position: relative !important;
	left: 0px !important;
	top: 6px !important; }

.btn-circle-sm {
	border: none;
	outline: none !important;
	overflow: hidden;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
	border-radius: 50% !important; }
	.btn-circle-sm i {
	font-size: 18px !important;
	position: relative !important;
	left: -5px !important;
	top: 0px !important; }

.btn:not(.btn-link):not(.btn-circle) {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	border: none;
	font-size: 13px;
	outline: none; }
	.btn:not(.btn-link):not(.btn-circle):hover {
	outline: none; }
	.btn:not(.btn-link):not(.btn-circle) i {
	font-size: 20px;
	position: relative;
	top: 3px; }
	.btn:not(.btn-link):not(.btn-circle) span {
	position: relative;
	top: -2px;
	margin-left: 3px; }

.btn-warning,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
	background-color: #ff9600 !important; }

.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
	background-color: #fb483a !important; }

.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
	background-color: #00b0e4 !important; }

.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
	background-color: #2b982b !important; }

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background-color: #1f91f3 !important; }

.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
	background-color: #fff !important; }

.btn-group,
.btn-group-vertical {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12); }
	.btn-group .btn,
	.btn-group-vertical .btn {
	box-shadow: none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0; }
	.btn-group .btn .caret,
	.btn-group-vertical .btn .caret {
		position: relative;
		bottom: 1px; }
	.btn-group .btn-group,
	.btn-group-vertical .btn-group {
	box-shadow: none !important; }
	.btn-group .btn + .dropdown-toggle,
	.btn-group-vertical .btn + .dropdown-toggle {
	border-left: 1px solid rgba(0, 0, 0, 0.08) !important; }

/*.wrapper h2 {
	margin-top: 20px !important;
}

.wrapper p {
	font-size: 14px;
}

.wrapper label {
	margin-bottom: 5px;
}

.wrapper .form-group {
	margin-top: 10px;
}*/
/*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_bts::after {
		content: " Tambah BTS";
	}
	
	.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*/