.container {
	overflow-x: hidden;
	padding-top: 70px;
}

img {
	border: 0px;
}

#header_buttons {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 65px;
	padding: 4px;
	background-color: #001f4f;
	z-index: 99;
	color: #ffffff;
}

#timer{
	font-weight: bold; 
	font-size: 24px;
}

.timer-box{
	float: right; 
	margin-right: 10px; 
	font-size: 12px; 
	text-align: right; 
	text-transform: uppercase;
}

.btn-profile-box{
	font-size: 12px; 
	font-weight: normal; 
	float: left;
}

#title-box{
	float: left;
}

#title-box h4{
	font-size: 20px; 
	margin-top: 7px;
}

#title-box img{
  max-width: 40px;
  border: none; 
}

.attempt-container{
	padding: 59px 5px 5px 5px;
}

.answer_essay_short_box{
	margin-right: 20px; 
	margin-left: 5px;
}

.answer_wordcount{
	float: left; 
	font-size: 90%; 
	color: #919191;
}

.save_answer_signal3{
	background-color: #00d000;
	width: 8px;
	height: 8px;
	display: inline-block;
}

.answer_saved{
	float: right; 
	font-size: 90%; 
	color: #919191; 
	display: none;
}

.question_container {
	padding: 10px;
	/*
	font-size: 16px;
	line-height: 26px;*/
	height: 90%;
	overflow-y: scroll;
	margin-bottom: 30px;
	font-size: 110%;
}

.question_question {
	padding-bottom: 10px;
}

.question_description, .question_description * {
	font-weight: normal !important;
}

.question_question td, .alert-warning td, .question_desc td{
	padding: 0px;
}

.row.print_hide table tr td, .row.print_hide table tr th {
	vertical-align: top;
}

.option_container {
	position: fixed;
	bottom: 26px;
	z-index: 98;
	left: 345px;
}
.non-choice{
  position: inherit !important;
  height: auto !important;
}

@media ( max-width : 767px) {
	.option_container {
		position: fixed;
		bottom: 26px; 
		z-index : 98;
		left: 146px;
	}
}

.question_options {
	padding-top: 20px;
	padding-bottom: 150px;
}

.question_level {
	color: #757575;
	font-size: 14px;
	display: inline-block;
}

.btn_answer {
	margin: 5px;
}

.op {
	padding: 4px;
}

.op_radio {
	float: left;
	padding-right: 5px;
}

.op_text {
	margin-left: 35px;
}

.question_div {
	display: none;
	border-top: 1px solid #dddddd;
	height: 95vh;
	margin-bottom: 100px;
}

#footer_buttons {
	position: fixed;
	bottom: 0px;
	background: #ffffff;
	width: 100%;
	height: 75px;
	padding: 14px;
	border-top: 1px solid #dddddd;
}

#footer_buttons .btn{
	 min-height: 34px;
}

.qbtn {
	cursor: pointer;
	width: 32px;
	height: 26px;
	border-radius: 5px;
	background-color: #212121;
	color: #ffffff;
	float: left;
	font-size: 14px;
	padding: 2px;
	text-align: center;
	margin: 5px;
}

.answered {
	background: #449d44;
}

.unanswered {
	background: #c9302c;
}

.notvisited {
	background: #212121;
}

.save_answer_signal {
	float: right;
	width: 6px;
	height: 6px;
	border-radius: 2px;
	background-color: #666666;
	margin: 2px;
}

#photograph {
	width: 150px;
	height: 150px;
}

.question_desc {
	border: 1px solid #f0f0f0;
	border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
    color: #505050;
}

.question_number {
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}

.tooltip-inner {
	max-width: none;
	white-space: nowrap;
	background: white;
	border: 1px solid lightgray;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
	color: gray;
	margin: 0;
	padding: 0;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-bottom-color: lightgray; /* black */
	border-width: 0 5px 5px;
}

.tooltip_box {
	position: relative;
	overflow: auto;
	max-width: 430px;
}

.tooltip_title {
	background: #F2F2F2;
	line-height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
	padding-left: 5px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.tooltip_body {
	text-align: left;
	padding: 15px;
	white-space: pre-line;
}

@media ( max-width : 340px) {
  #username {
    display: none !important;
  }
}

.audio_panel .panel-heading{
	min-height: 80px;
}

.player_desc{
	padding-top: 5px;
	/* font-weight: bold; */
}

.btn_play, .btn_download{
	min-width: 200px;
}

.time_left{
	font-weight: bold; 
	font-size: 24px;
}

.time_left_text{
	float: right; 
	margin-right: 10px; 
	font-size: 12px; 
	text-align: right; 
	text-transform: uppercase;
}

#q_number{
	text-align: center; 
	font-size: 14px; 
	padding: 18px;
}

.quiz_title{
	font-size: 20px; 
	margin-top: 7px;
}

.quiz_title img{
	max-width: 50px;
}

.question_top{
	padding: 59px 5px 5px 5px;
}

#tracker{
  padding-top: 40px; 
  padding-bottom: 80px; 
  background-color: #f0f0f0;	
}

#tracker-user{
  padding: 5px 5px 5px 5px;
  background-color: white;
  margin-bottom: 20px;
  border-radius: 5px;
  margin-right: 8px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd; 
  padding: 15px;	
}

.tracker-user-box-1{
	margin-bottom: 15px; 
	text-align: center;
}

.tracker-user-box-2{
	border: 1px solid #eeeeee; 
	width: 120px; 
	height: 160px; 
	overflow: hidden; 
	margin: auto;
}

.tracker-user-box-img{
	width: 120px;
}

#tracker-user-email-label{
	font-weight: bold; 
	font-size: 90%;
}

#tracker-user-email{
	font-weight: normal; 
	font-size: 85%; 
	padding-bottom: 10px;
}

#tracker-user-name-label{
	font-weight: bold; 
	font-size: 90%;
}

#tracker-user-name{
	font-weight: normal; 
	font-size: 85%;
}

.tracker-user-photo{
	float: left; 
	margin-right: 10px; 
	border: 1px solid #eeeeee;
}

.tracker-user-photo img{
	width: 90px;
}
.tracker-user-label{
	font-weight: bold; 
	font-size: 90%;
}

.tracker-user-id{
	font-weight: normal; 
	font-size: 85%; 
	padding-bottom: 10px;
}

.tracker-user-name{
	font-weight: normal; 
	font-size: 85%; 
	padding-bottom: 45px;
}

#tracker-button-legend td{
	font-size:12px;
}

.save_image_signal {
    float: right;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #666666;
    margin: 2px;
    margin-top: -44px;
}

@media ( max-width : 767px) {
	.save_image_signal {
	    margin-bottom: 25px;
	    float: none;
	}
}

.webcam_image_login_small, .webcam_image_exam_small, .photo_small{
	width: 60px;
	border: 1px solid #eeeeee;
}

.photo_small_frame{
	width: 60px; 
	height: 90px; 
	overflow: hidden; 
	display: inline-block;
}

.webcam_image_exam{
  width: 192px;
  margin: 12px;
  display: inline;
  padding: 0px;
  float: left;  
}

.webcam_image_exam_img{
	width: 192px;
	margin: 0px;
	padding: 0px;
	/* border: 1px solid #eeeeee; */
}

.webcam_image_exam_bar{
  width: 192px;
  height: 36px;
  font-weight: bold; 
  font-size: 66%; 
  padding: 5px 5px 5px 5px;
  background-color: #eeeeee;
  border: 1px solid #ddd;
}

span.success{
	color: #5cb85c;
}

span.danger{
	color: #d9534f;
}

span.info{
	color: #5bc0de;
}

span.warning{
	color: #f0ad4e;
}

span.primary{
	color: #337ab7;
}

#MessageBoxHeader, .MessageBoxHeader{
	background-color: #eee;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 150%;
  font-weight: bold;
}

.fa-whatsapp {
    background-image: url("../images/logo_whatsapp.png");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    margin-bottom: -4px;
    padding-top: 8px;
}
.fa {
    width: 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
}

.btn-info.active{
  background-color: rgb(75, 75, 75) !important;
}

.table th{
	background-color: #001f4f1f;
}

/* * 1. Kelas untuk menghilangkan gutter/padding antar kolom
 */
.row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row-no-gutter > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

/* * 2. Kelas untuk memperbaiki radius sudut input
 */
.input-group-fix .form-control:first-child {
  /* Input kiri: hapus radius sudut kanan */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-fix .form-control:last-child {
  /* Input kanan: hapus radius sudut kiri */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  
  /* Trik agar border kiri menimpa border kanan input pertama */
  margin-left: -1px; 
}

/* * Opsional: pastikan input di dalam kolom lebarnya 100% 
 * (sebenarnya .form-control sudah 100%, tapi ini untuk jaga-jaga)
 */
.input-group-fix .form-control {
  width: 100%;
}

.input-left{
	border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-right: none !important;
}

.input-right{
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.input-middle{
  border-left: none !important;
  border-right: none !important;
}

.quiz-attempt-row{
	margin-top: 5px;
}

.quiz-attempt-col-main{
	background-color: #fff;
}

#warning_div{
	padding: 10px; position: fixed; z-index: 100; display: none; width: 100%; border-radius: 5px; height: 200px; border: 1px solid #dddddd; left: 4px; top: 70px; background: #ffffff;
}

.dialog-photo{
	float: left; padding-right: 10px;
}

.dialog-email-label{
	font-weight: bold; font-size: 90%;
}

.dialog-email{
	font-weight: normal; font-size: 85%; padding-bottom: 10px;
}

.dialog-name-label{
	font-weight: bold; font-size: 90%;
}

.dialog-name{
	font-weight: normal; font-size: 85%; padding-bottom: 45px;
}

.dialog-id-footer{
	background-color: #d2d2d2; padding: 5px;
}

.savebtn {
    position: fixed; 
    z-index: 98; 
    bottom: 26px; 
    left: 345px;
}

@media (max-width: 767px) {
  .savebtn {
    position: fixed; 
    z-index: 98; 
    bottom: 26px; 
	  left: 146px;
  }
}

/* Dismissible Alert Global Styling */
.alert {
  position: relative;
  padding-right: 40px;
}
.alert-dismissible, .alert-dismissable {
  padding-right: 40px;
}
.alert .close {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  color: inherit;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.6;
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  transition: opacity 0.15s ease-in-out;
}
.alert .close:hover, .alert .close:focus {
  opacity: 1.0;
  text-decoration: none;
  color: inherit;
}

/* --- Global DataTables Top & Bottom Dual Pagination Styling --- */
.dataTables_wrapper .top-dt-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.dataTables_wrapper .top-dt-header .dataTables_length,
.dataTables_wrapper .top-dt-header .dataTables_paginate {
  margin: 0;
}
.dataTables_wrapper .top-dt-header .dataTables_length label {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}
.dataTables_wrapper .top-dt-header .dataTables_paginate .pagination {
  margin: 0;
}
.dataTables_wrapper .dataTables_paginate {
  margin-top: 2px;
  margin-bottom: 4px;
}

/* --- Universal CBT Card System & Shared UI Components --- */
.cbt-card, .destroyer-card, .backup-card, .restore-card, .quiz-detail-card {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
  overflow: hidden;
}
.cbt-card-header, .destroyer-card-header, .backup-card-header, .restore-card-header, .quiz-detail-card-header {
  padding: 16px 20px;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cbt-card-body, .destroyer-card-body, .backup-card-body, .restore-card-body, .quiz-detail-card-body {
  padding: 20px;
}

/* Header Toolbar Card (Preview & Page Headers) */
.preview-header-card {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  padding: 16px 20px;
  margin-top: 15px;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* Interactive Option Cards & Drop Zone */
.format-option-card {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #ffffff;
  display: flex;
  align-items: center;
}
.format-option-card:hover, .format-option-card.active {
  border-color: #2563eb;
  background: #eff6ff;
  box-shadow: 0 2px 4px rgba(37, 99, 235, 0.1);
}

.category-item-card {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 12px;
  transition: all 0.2s ease;
  background: #ffffff;
}
.category-item-card:hover {
  border-color: #fca5a5;
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.08);
}

.file-drop-zone {
  border: 2px dashed #cbd5e1;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  background: #f8fafc;
  cursor: pointer;
  transition: all 0.2s ease;
}
.file-drop-zone:hover, .file-drop-zone.dragover {
  border-color: #f59e0b;
  background: #fffbe0;
}

/* Terminal CLI Box & Copy Button */
.cli-box {
  background: #0f172a;
  color: #38bdf8;
  font-family: monospace;
  font-size: 13px;
  padding: 10px 14px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 10px;
}
.cli-copy-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
}

/* DoD Sanitization Item */
.dod-phase-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 14px;
  background: #f8fafc;
  border-radius: 8px;
  border-left: 4px solid #2563eb;
  margin-bottom: 8px;
}
.dod-phase-item.phase-erase {
  border-left-color: #dc2626;
  background: #fef2f2;
}

.match-status-badge {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 600;
}

