body {font-family: Arial, Helvetica, sans-serif;}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* The Close Button */
.close {
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
  
	float: right;
	z-index: 28;
	position: relative;
}

#theImg {
	width: 100%;
	margin-top: -23px;
	z-index: -1;
	position: relative;
}

.imgLink {
	color: #20c997;
}

#TT:after {
	content: 'Thành Tiền';
}

#note:after {
	content: 'Ghi Chú';
}

.theTable input, .theTable select {
    width: 100%;
	overflow: auto;
	border: 1px dotted #ccc;
	background: transparent;
	padding: 0;
}

.action_icon {
    width: 26px !important;
    height: 26px;
    cursor: pointer;
}

.action_icon:hover {
    opacity: 0.8;
}

.theTable input:disabled {
    border: none;
    outline: none;
    color: #0b0b0b;
    background-color: transparent;
    font-size: 16px;
    cursor: text;
    background-color: transparent;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    opacity: 1;
}

.theTable button {
	padding: 0;
}

.theTable button input {
	border: none;
}

.theTable p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.theTable .dropdown-content {
	left: 0px;
}

.fully_completed {
	background-color: #28a745;
}

.partially_completed {
	background-color: #ff8a00;
}

.nothing_completed {
	background-color: #fff;
}

.blink {	
	animation: blinker 1s linear infinite;
	background-color: #ff8a00;
	color:#fff;
}

@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

@media screen and (max-width: 550px) {
	#TT:after {
		content: 'TT';
	}
	
	#note:after {
		content: 'HTTT';
	}

	.theTable button {
		width: 20px;
	}
}