table.tblToHopMon tr th{padding: 4px;}
table.tblToHopMon tr td{padding: 4px;}

div.required.has-error .control-label, div.required.has-error .text-danger{
	color: #E21919;
}
div.required.has-error .form-control {
	border-color: #E21919;
}
div.required .control-label:not(span):after, td.required:after {
	content: '(*)';
	color: #E21919;
	font-weight: bold;
}

.message h3{font-size:20px}
.message h4{font-size:18px}
 
.attach-btn {
	height: 15px !important;
	position: absolute;
	right: 0;
	top: 0;
	width: 12px !important;
	text-indent: 0px !important;
}
div.message a:hover {
	text-decoration: underline;
}
img.attach {
	background: url("../images/remove_attachment.png") no-repeat scroll 0 2px transparent;
	height: 14px;
	width: 12px;
}
img.attach:hover {
	background: url("../images/remove_attachment_hover.png") no-repeat scroll 0 2px transparent;
	height: 14px;
	width: 12px;
}
div.uploading {
	float: left;
	line-height: 1.3;
}
div.upload-spin {
	background: url("../images/ajax-loader-arrow.gif") no-repeat scroll 0 0 transparent;
	height: 16px;
	float: left;
	width: 16px;
	margin-right: 5px;
}
.attachment {
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
}
#composerAttachmentsHolder {
	list-style: none outside none;
	margin-bottom: 0px;
	min-height: 18px;
	overflow: hidden;
	padding: 6px 4px 4px 5px;
}
img.type {
	margin-right: 2px;
}
.attachment span {
	margin-right: 2px;
	padding-right: 15px;
	position: relative;
}
.strong{
	color:#cb0000 !important;
	font-weight:bold !important
}
span.time{color:red; font-size:12px}

.notex{
	position:relative;
}
.notex span.note{
	position:absolute;
	bottom: 0px;
	right: 0px;
	cursor:pointer;
	display:none
}
.notex span.note i{
	cursor:pointer;
}
.notex:hover span.note{
	display:block
}
.notex .popover {
	min-width: 162px;
}
.notex .popover-content {
	padding: 4px;
}
#show_success{
	display:block;
	clear:both;
}
 
input[name="image"]{
	display:none
} 
i.fa-upload{
	font-size: 18px;
	cursor: pointer;
}
#uploadImage{
	display:none
}
.fa-check-circle-o{
	color:green;
	font-size: 18px;
}
.message.success{
	color: #02a402;
    padding: 10px;
    font-weight: bold;
}
.message.error{
	color:red;
	padding: 10px;
	font-weight: bold;
}
.errrorhoso{
	color:red;
	padding: 10px;
	font-weight: bold;
	font-style: italic;
	text-align:center
}

@media (max-width: 768px ) 
{
	 .headerSearch {
		 display:none !important;
	 }
	.table-responsive {
		padding: 0 6px
	}
	.modal-title {
		font-size: 16px;
	}
}

@media (max-width: 992px ) 
{
	.getschool{
		display: block;
	}
	.getschool select{
		width:100%
	}
	.getschool{
		margin:4px 0;
	}
}
@media (min-width: 992px ) AND (max-width: 1239px )
{
	.getschool select{
		width:32.8%;
		display:inline
	}
}
@media (min-width: 1240px )
{
	.getschool select{
		width:32.8%;
		display:inline
	}
}
h4.nguyenvong{
	padding: 10px 15px;
	text-transform: uppercase
}
h3.demuc{
	margin-bottom: 10px;
	padding-left:10px;
}

.nvx-fold {
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.nvx-fold-item + .nvx-fold-item {
  border-top: 1px solid #ddd;
}

.nvx-fold-head {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 40px 10px 10px;
  border: 0;
  background: #f7f7f7;
  color: #333;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  outline: none;
}
.nvx-fold-flex:hover, .nvx-fold-flex:focus{
	background:#eee;

}
.nvx-fold-flex{
	display:flex;
	background:#f7f7f7;
	align-items:center;

}
.nvx-fold-flex input{
	margin-left: 10px;
	width:18px;
	height: 18px;

}

.nvx-fold-head:hover,
.nvx-fold-head:focus {
  background: #eee;
}

.nvx-fold-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-weight: 700;
}

.nvx-fold-content {
  display: none;
  background: #fff;
}

.nvx-fold-body {
  padding: 15px;
}

.nvx-fold-item.nvx-is-open > .nvx-fold-head {
  background: #e9e9e9;
}

.btn-open-modal {
  display: inline-block;
  background: #1a6fc4;
  color: #fff !important;
  border-radius: 5px;
  padding: 11px 28px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  transition: background .2s;
}
.btn-open-modal:hover { background: #155a9e; }
.btn-open-modal i { margin-right: 8px; }
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0, 0);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .8;
}
#ModalAddList.modal.fade.in{opacity:1 !important}
#ModalAddList .modal-header {
    background: #1a3a5c;
    color: #fff;
    border-radius: 6px 6px 0 0;
    padding: 14px 20px;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
#ModalAddList .modal-header {
    background: #1a3a5c;
    color: #fff;
    border-radius: 6px 6px 0 0;
    padding: 14px 20px;
}
#ModalAddList .modal-header .close {
    color: #fff;
    opacity: .8;
    font-size: 22px;
    margin-top: 0;
}
#ModalAddList .modal-title {
    font-size: 17px;
    font-weight: 700;
}
#ModalAddList .table thead td {
    background: #1a3a5c;
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
    white-space: nowrap;
}

.guide-links {
    background: #eaf3ff;
    border-left: 4px solid #1a6fc4;
    padding: 10px 16px;
    border-radius: 4px;
    margin-bottom: 18px;
}
.guide-links p {
    margin: 4px 0;
    font-style: italic;
    font-size: 13.5px;
}
.guide-links a {
    color: #1a6fc4;
}
#ModalAddList .modal-header .closex {
    color: #fff;
    opacity: .8;
    font-size: 22px;
    margin-top: 0;
}
#ModalAddList .modal-title {
    font-size: 17px;
	color:#fff;
    font-weight: 700;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

@media (min-width: 768px) {
    #ModalAddList .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}
@media (min-width: 992px) {
     #ModalAddList .modal-lg {
        width: 900px;
    }
}
button.closex {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.closex {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}


#createCard .download{border:0;background:#0b74c7;color:#fff;padding:11px 16px;border-radius:6px;cursor:pointer;text-decoration:none;display:inline-block}
#createCard button.secondary{background:#667085}button:disabled{opacity:.5;cursor:not-allowed}
#createCard .student-info{line-height:1.9;padding:10px;background:#f7fafc;border-radius:8px;margin-bottom:18px}
#createCard .crop-area{width:100%;height:383px;background:#e5e7eb;margin:0;overflow:hidden}#cropImage{display:block;max-width:100%}
#createCard .preview-box{background:#ddd;overflow:auto}#resultImage{display:block;width:100%;height:auto}
#message,#pdfMessage{margin-top:12px;font-weight:bold}.ok{color:#087f23}.error{color:#c62828}
#createCard .hidden{display:none!important}.download{margin-top:15px}.cards-panel{margin-top:20px}
#createCard .cards-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}
#createCard .actions{display:flex;gap:8px;flex-wrap:wrap}.small{color:#667085;font-size:13px}
#createCard .cards-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}
#createCard .card-item{display:grid;grid-template-columns:24px 1fr;gap:8px;align-items:start;border:1px solid #e5e7eb;border-radius:10px;padding:10px;cursor:pointer}
#createCard .card-item img{grid-column:2;width:100%;height:auto;border-radius:6px;border:1px solid #ddd}
#createCard .card-item span{grid-column:2;font-weight:bold}
#createCard .empty{color:#667085;padding:16px;background:#f9fafb;border-radius:8px}
.upload-wrapper {
 /*  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px; */
}

.upload-btn {
    display: inline-block;
    padding: 8px 18px;
    background: #0070b8;
    color: #fff;
    border: 1px solid #0585d7;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
	margin-top:2px;
	width:100%;
}

.upload-btn:hover {
  background: #0070b8;
  border-color: #0585d7;
}

.upload-btn:active {
  transform: scale(0.97);
}

.file-name {
  font-size: 14px;
  color: #64748b;
  font-style: italic;
}
.content-card{
	margin-top: 10px;
	border:1px #ccc solid;
}

@media(max-width:900px){
	#createCard .grid{grid-template-columns:1fr}
	#createCard .cards-header{align-items:flex-start;flex-direction:column}
}
