* {
	box-sizing: border-box;
	border-collapse: collapse;
}

body {
	background-color: #e5e5e5;
}
.action_icon {
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.action_icon:hover {
	opacity: 0.8;
}

.theTable input:disabled, .theTable select:disabled {
	border: none;
	outline: none;
	color: #0b0b0b;
	background-color: transparent;
	font-size: 16px;
	cursor: text;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}

.theTable {
	width: 90vw;
	margin: auto;
}

.theTable input, .theTable select {
	width: 100%;
}

.theTable .tblCell {
	padding-left: 5px;
}

.header {
	display: flex;
}	

h2 {
	margin: -5px 10px;
	text-align: center;
	width: 90vw;
}

.new_btn {
	margin-left: 5px;
	position: relative;
	top: 5px;
}

.create_btn {
	width: 30px;
	height: 30px;
	margin-top: 5px;
	margin-left: 5px;
	background-image: url(../../img/icon/new_100.png);
	background-size: cover;
	cursor: pointer;
}

.create_btn:hover, .new_cat_close_btn:hover, .create_cat_btn:hover {
	opacity: 0.8;
}

.create_cat_mask {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 2;
	display: none;
}

.create_cat_form {
	position: absolute;
	width: 310px;
	height: 360px;
	top: calc(50% - 360px / 2);
	left: calc(50% - 310px / 2);
	background-color: #f6f6f6;
	border-radius: 10px;
	padding: 15px;
	overflow: auto;
}

#new_skill, #new_group, #new_desc, #new_weight {
	width: 80%;
	margin: 10%;
	margin-bottom: 0;
	margin-top: 0;
}

.input_caption {
	width: 80%;
	margin: 10%;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 13px;
	color: #0b0b0b;
}

.new_cat_close_btn {
	background-image: url(../../img/icon/cancel_black100.png);
	background-size: cover;
	cursor: pointer;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 5px;
	right: 5px;
}

.create_cat_btn {
	background-color: #28a745;
	color: #f6f6f6;
	border: none;
	width: calc(278px * 0.8);
	height: 48px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 5px;
	margin-left: 10%;
	cursor: pointer;
}

.seq input {
	text-align: center;
}

.collapsible {
	color: #393939;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 13px;
	padding-top: 13px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 16px;
	font-weight: bold;
}

.content {
  /*display: none;*/
  overflow: hidden;
}

.theTable {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 2px;
	background-color: #fff;	
}

.tblRow {
	display: table-row;
	width: 100%;	
	margin-bottom: 15px;
}

.tblH {
	display: table-cell;
	background: #333;
	font-size: 16px;
	color: #fff;
	vertical-align: middle;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 1;
	padding-top: 20px;
	padding-bottom: 20px;
	white-space: nowrap;
}

.tblCell {
	display: table-cell;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	text-align: center;
}

.test {
	border: 1px solid #ccc;
}

.date {
	width:20%;
	text-align: center;
}

.seq {
	width:3%;
	text-align: center;
}

.name {
	width:20%;	
	padding-left: 5px;
}

.desc {
	width:55%;
	padding-left: 5px;
}

.amt {
	width:15%;
	text-align: right;
	padding-right: 5px;
}

.type {
	width:10%;
	text-align: center;
}

.sum {
	margin-top: 0px;
	margin-bottom: 10px;	
	float: right;
	width: 20%;
}

.sumCon {
	min-height: 50px;
}


.edit_custom {
    background-color: #fbeee0;
    border: 2px solid #422800;
    border-radius: 30px;
    box-shadow: #422800 4px 4px 0 0;
    color: #422800;
    cursor: pointer;
    font-weight: 700;
    font-size: 8px;
    padding: 0 18px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    height: 20px !important;
    width: 50px !important;
    float: right;
    margin-right: 5px;
}

.edit_custom:hover {
    background-color: #fff;
}

.edit_custom:active {
    box-shadow: #422800 2px 2px 0 0;
    transform: translate(2px, 2px);
}

.weight::after {
	content: "Trọng số";
}

.inactive, .inactive input, .inactive select {
	text-decoration: line-through;
}


@media (min-width: 768px) {
    .button-74 {
        min-width: 120px;
        padding: 0 25px;
    }
}

@media screen and (max-width: 950px) {
	.theTable {
		width: 95.5% !important;
		margin-left: 2.25% !important;
		font-size: 12px !important;
	}
	
	h3 {
		width: 95.5% !important;
		margin-left: 2.25% !important;
	}
	
	.rating-label {
		width: 250px !important;
	}
	
	.amt {
		width: 60px !important;
	}
}

@media screen and (max-width: 926px) {
	.theTable {
		width: 99vw;
	}
	
	.theTable .tblCell {
		padding: 0;
	}
	
	.action_icon {
		width: 20px;
		height: 20px;
	}
	
	.action_icon_container {
		flex-direction: column;
	}
	
	
	.rating {
		height: 12px !important;
	}
	
	.rating-label {
		width: 125px !important;
	}
	
	.desc {
		width: 200px !important;
	}
	
	.date {
		width: 200px !important;
	}
}

@media screen and (max-width: 926px) and (orientation:landscape) {
   .create_cat_form {
       height: 100%;
   }
}

@media screen and (max-width: 428px) {
	.pay_desc {
		width: 28% !important;
	}
	.pay_amt {
		width: 27% !important;
	}
	
	.rating {
		height: 12px !important;
	}

	h3 {
		width: calc(100% - 4px) !important;
		margin-left: 2px !important;
	}
	
	
	.theTable {
		font-size: 12px !important;
		width: calc(100vw - 4px) !important;
		margin-left: 2px !important;
	}
	
	.tblH {
		font-size: 13px !important;
	}
	
	.rating-label {
	  width: 125px !important;
	}
	
	.seq {
		width: 14px !important;
	}
	
	.date {
	  width: 53px !important;
	}
	
	.skill {
		width: 75px !important;
	}
	
	.weight {
		width: 35px !important;
	}
	
	.amt {
		width: 25px !important;
	}

	.weight::after {
		content: "TS";
	}
	
	.desc {
		width: 55px !important;
	}
	
	.theTable input:disabled, .theTable select:disabled {
		font-size: 12px;
	}
}