body 
{
	font-size: 12px;
	margin:0;
	background:url(../assets/images/bg/bg.png) fixed;
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
}
label 
{
	display: inline-block;
	width: 110px;
	font-weight:bold;
}
#new label 
{
	display: inline-block;
	width: 150px;
	font-weight:bold;
}
legend 
{
	padding: 0.5em;
}
fieldset fieldset label 
{
	display: block;
}
.login{
	margin:50px auto;
	width:330px;
	border:1px solid black;
	border-radius: 15px;
}
.login .title{
	width:100%;
	height:80px;
	background-color: #feffed;
	border-radius: 15px 15px 0px 0px;
	margin-bottom:30px;
}
.login .title p{
	margin:0;
	text-align:center;
	padding:22px;
	font-size:24px;
}
.login input{
	width:230px;
	height:30px;
	margin-bottom:20px;
	font-size:16px;
}
.login button{
	background-color: #ffbc00;
    border: 2px solid #ffcb00;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 15px;
    padding: 10px;
    width: 72%;
}
#left_menu{
	width:18%;
	height:auto;
	padding:5px 10px;
	float:left;
	background-color:rgba(0, 0, 0, 0);
}
#title{
	font-size:25px;
	color:#fff;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
#search{
	margin-top:0px;
	position:relative;
}
#search input[type="text"]{
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border-color: -moz-use-text-color;
    border-radius: 4px;
    border-style: none;
    border-width: medium;
    color: #ffffff;
	height:45px;
	width:100%;
	padding-left:20px;
	
}
#search input:focus{
	outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 5px #fff;
}
#search_button{
	position:absolute;
	top:10px;
	right:10px;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border:none;
}
#main{
	
	width:99%;
	height:auto;
	margin:auto;
	position:relative;
	margin-bottom:45px;
}
#content{
	width:100%;
	margin:0px 10px 10px 0px;
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
	padding:10px;
	padding-top:0px;
	border-radius: 6px;
	display:flex;
}
#select{
	margin:0;
	padding:0;
	float:left;
	width:14%;
	margin-top:15px;
}
.calendar{
	position:absolute;
	top:15px;
	left:10px;
	color:#fff;
	font-size:18px;

}
#accordion {
	position:relative;
}
#accordion h3{
	
}
#accordion p{
	color:#fff;
	margin-left:20px;
}
#accordion .acc_img{
	margin-right:10px;
	
}
.btn_option{
	width:20%;
	float:left;
	margin-left:10px;
	margin-top:8px;
	}
#content .tieude{
	text-align:center;
	margin-bottom:15px;
	margin-top:12px;
	float:left;
}
#content .tieude p{
	color:#fff;
	margin:0;
	font-size:14px;
}
a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: initial;
}
#button{
	-moz-user-select: none;
    background-color: #3b85bf;
    background-image: none;
    border: 1px solid #3b85bf;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
#calendar{
	overflow-y:inherit;
	width:100%;
	margin:0px;
	padding:0px;
}
* {
  box-sizing: border-box;
}
ul {
 
}
li {
 
}
#calendar ul{
  list-style-type: none;
  
  display: table;
  table-layout: fixed;
  padding:0;
  margin:0;
  
}
#calendar ul li{
  display: table-cell;
  width: auto;
  min-width: min-content;
  max-width: max-content; 
}
#calendar th{
	border:1px solid #dcdcdc;
	
}
#calendar th p{
	margin:0;
	font-weight:normal;
	padding:1px 1px;
	}
#calendar .tr_hover{
	background-color:#fff;
	border:1px solid #e5e5e5;
}
#calendar .tr_hover_ood{
	color:#eee;
	border:1px solid red;
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}
#calendar .tr_hover_ooh{
	color:#000;
	border:1px solid red;
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
}
#calendar .tr_hover th{
	border:none;
	border-right:1px solid #e5e5e5;
}
#calendar tr.tr_hover:hover th{
	background-color:#ddd;
	color:#000;
	
}
#calendar  th.buoi{
	width:2%;
}
#calendar  th.thoigian{
	width:2%;
}
#calendar  th.noidung{
	width:36%;
}
#calendar  th.diadiem{
	width:14%;
}
#calendar  th.thanhphan{
	width:4%;
}
#calendar textarea{	
	color:#000;
	width:100%;
	height:100%;
	font-family:Times New Roman;
	font-size:15px;
	box-shadow:0 4px 6px rgba(0,0,0,0.1);
	font-smoothing:subpixel-antialiased;
	display: table-row;
	min-height:50px;
}
#menu
{
	font-size:12px;	
}
#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	float:right;
	width:100%;
	position:absolute;
	top:0px;
	right:0px;
	z-index:1000;
	border-bottom: 0.8px solid #fff;
}

#menu ul li {
    float: left;
}

#menu ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    font-size:15px;
}

#menu ul li a:hover {
    background-color: #111111;
}


.left_group
{
	float:left;
	width:22%;
	padding:20px 15px 15px 15px;
}
.left{
	float:left;
	width:40%;
	padding:0;
}
.left p{
	line-height:0px;
	margin:6px 0px;
}
.right_group{
	float:right;
	width:55%;
	height:350px;
	overflow:scroll;
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	margin-top:0px;
	padding:20px;
	color:#fff;
}
.right_group .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: 34em;
    top: 50%;
    margin-top: -8px;
}
.commentForm 
{
	width: 106%;
		
}
.commentForm label 
{
	width: auto;
}

.commentForm label.error, .commentForm button.submit 
{
	margin-left: 253px;
}

table{
		border-collapse: collapse;
		width:80%;
		font-size:14px;
		border:none;
		background-color:#fff;
		float:left;
	}

#signupForm label.error {
		margin-left: 10px;
		width: auto;
		display: inline;
	}
#newsletter_topics label.error {
		display: none;
		margin-left: 103px;
	}
.submit{
		width:100px;
		height:30px;
		border-radius: 8px;
		font-weight:normal;
		font-size:20px;
		float:right;
		margin-top:5px;
	}
.submit p{
		margin:0px;
		font-size:16px;
		color:blue;
	}
	
.scroll{
	height:390px;
	overflow:scroll;
	width:100%;
}

table.scroll{
    /* width: 100%; */ /* Optional */
    /* border-collapse: collapse; */
    border-spacing: 0;
    border: 2px solid #dddddd;
    width:100%;
}

table.scroll tbody,
table.scroll thead { display: block;width:100%; }
table.scroll tr{
	width:100%;
	border-bottom:1px solid #dddddd;
}

table.scroll th{
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
thead tr th { 
    height: 30px;
    line-height: 15px;
}

table.scroll tbody {
    height: 351px;
    overflow-y: auto;
    overflow-x: hidden;
}

tbody { border-top: 1px solid #dddddd; }

tbody td, thead th {
    /* width: 20%; */ /* Optional */
    border-right: 1px solid #dddddd;
    
    /* white-space: nowrap; */
}
tbody td{
	border-bottom:1px solid #dddddd;
}
table.scroll tbody tr:hover{
	background-color:#f59614;
	color:#fff;
}
tbody td input{
	width:100%;
}

tbody td:last-child, thead th:last-child {
    border-right: none;
}

#menu {
  display: flex;
  gap: 3px;
}

.menu-button {
  display: flex;
  align-items: center;
  gap: 2px;
  background-color: #f7e48b;
  color: #333;
  border: 1px solid #d4b000;
  border-radius: 6px;
  padding: 5px 3px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s;
}
.menu-button:hover {
  background-color: #f1d253;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* icon riêng từng nút */
.menu-button.du::before {
  content: "";
 background: url('../assets/images/danguy.png') no-repeat center center;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.menu-button.ubnd::before {
  content: "";
  background: url('../assets/images/ubnd.png') no-repeat center center;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.menu-button.mt::before {
  content: "";
  background: url('../assets/images/mttqvn.png') no-repeat center center;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
}

#lich{
		border-collapse: collapse;
		width:100%;
		font-size:17px;
		border:none;
		background-color:#fff;
		float:left;
		margin-bottom:25px;
	}
#lich .col-thu{
	font-size:14px;
	width:4%;
	background:rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
	color:red;
	border-bottom:1px solid red
}

#lich .col-buoi{
	width:4%;
	background:rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
}

#lich tr:hover th.past {
    background: rgba(0, 0, 0, 0.2) !important;
    cursor: default;
}
table tr, table th, table td {
    min-height: 40px;
    height: auto;
}
	
	#calendar input{
		position: absolute;
	}
	
	#calendar tbody tr:hover>th{
		background: #FFF9E6 !important;   /* vàng nhạt pastel */
		           /* chữ đen dễ đọc */
		transition: 0.25s;
	}

	
	/* loại bỏ highlight nền ở cột Thứ và Buổi */
#calendar tbody tr:hover>th.col-thu,
#calendar tbody tr:hover>th.col-thu .ngay-duong,
#calendar tbody tr:hover>th.col-buoi {
  background: rgba(0, 0, 0, 0.2) !important; /* màu gốc */
  color: #f6ff00 !important;                  /* đổi màu chữ */
  font-weight: bold;
  text-shadow: 0 0 3px #000000;    /* viền sáng nhẹ */
}


	 
	 
	#container {
		margin: 10px;
		border: 1px solid #D0D0D0;
		box-shadow: 0 0 8px #D0D0D0;
		padding:15px;
	}
	#container p{
		font-size:20px;
		font-family: 'Amiri', serif;
	}
	.modal{
		width:100%;
		height:95%;
		padding:15px 15px 10px 20px;
		overflow:scroll;
		max-width: 90%;
	}
	.scroll{
		height:100%;
		padding-right:15px;
	}
	
	.scroll img:hover {
	  transform: none; /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	  z-index:1000;
	}
	.huongdan p{
		font-size:17px;
	}

	
	
	#gsnhiemvu tr,#gsnhiemvu th, #gsnhiemvu td{
	   border:none;
	}
	#gsnhiemvu tr{
	   line-height:20px;
	}
	.chonthu {
    position: fixed;
    bottom: 35px;
    z-index: 1000;
    display: none;
	}

	.chonthu a {
		margin-left: 2px;
		background-color: #ff9700;
		font-size: 18px;
		text-decoration: none;
		color: #fff;
		padding: 5px;
		border-radius: 5px;
		display: inline-block;
		width: 40px; /* Đảm bảo hiệu ứng gradient hiển thị rõ */
		text-align: center;
	}

	/* Màu xám cho ngày đã qua */
	.chonthu a.past-day {
		background-color: gray !important;
		color: #ccc !important;
	}
	.giaodien
	{
		position:fixed;bottom:36px;z-index:1000;right:0;	
		display:none;
	}
	.giaodien a{
	margin-right:0px;
	background-color:cadetblue;
	font-size:14px;
	text-decoration:none;
	color:#fff;
	padding:8px 5px 5px 5px;
	}
	
	#tuan_select,#nam_select{
	   float:left;
	   width:auto;
	   margin-top:15px;
	   
	}
	.bentrai{
	   color:#fff;
	}
	select {
    padding: 5px 3px; /* Điều chỉnh padding để phù hợp với kích thước nhỏ hơn */
    font-size: 14px;
    color: #555; /* Màu chữ bên trong ô */
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px; /* Bo góc mềm mại */
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); /* Hiệu ứng nổi */
    transition: all 0.3s ease; /* Hiệu ứng chuyển động */
    width: 90px; /* Giảm chiều rộng của ô select */
    cursor: pointer; /* Thêm con trỏ */
}

/* Hiệu ứng hover và focus */
select:hover {
    border-color: #007bff; /* Đổi màu viền khi hover */
    box-shadow: 0 0 6px rgba(0, 123, 255, 0.5); /* Tỏa sáng nhẹ */
}

select:focus {
    outline: none;
    border-color: #0056b3;
    box-shadow: 0 0 8px rgba(0, 86, 179, 0.7);
}

.ngay-duong {
   color:blue;
   font-size:16px;
}
tr:hover .ngay-duong {
   
}

@media (max-width: 768px)  {

   #baochi {
        width: 96% !important;   /* gần full màn hình */
    }
    #baochi .content ul li {
        flex-direction: column;
        align-items: flex-start;
    }
    #baochi .content ul li img {
        width: 100%;
        margin: 0 0 5px 0;
    }
    #baochi .content ul li a {
        font-size: 15px;
    }

	#baochi .content ul li img {
    width: 120px;          /* cố định chiều rộng */
    height: 80px;          /* cố định chiều cao */
    object-fit: cover;     /* cắt ảnh cho vừa khung, không méo */
    border-radius: 4px;
    margin-right: 10px;
}

	 .rss-item {
        display: flex;
        align-items: flex-start; /* Đảm bảo rằng ảnh và tiêu đề bắt đầu từ trên cùng */
        margin-bottom: 20px; /* Khoảng cách giữa các mục */
    }

    .rss-item img {
        width: 120px; /* Độ rộng cố định của ảnh */
        margin-right: 10px; /* Khoảng cách giữa ảnh và tiêu đề */
    }

    .rss-item h2 {
        flex: 1; /* Tiêu đề sẽ mở rộng để lấp đầy phần còn trống */
        overflow: hidden; /* Ngăn tiêu đề vượt ra khỏi phần tử chứa nếu quá dài */
        text-overflow: ellipsis; /* Khi tiêu đề vượt ra ngoài phần tử chứa, hiển thị dấu elipsis */
        margin:0;
        line-height:20px;
        font-size:15px;
        font-weight:normal;
        
    }
    .rss-item h2 a{color:red;}

    #content,#lich{
    font-size:13px;  
    width:100%;
    table-layout: auto; 
    padding:0px;   
    }
    #content{
        margin-top:0;
        background: rgb(0 82 158 / 50%) none repeat scroll 0 0;
    }
    .chonthu,.giaodien{
    display:inline-block;
    }   
    #loading {
        display: none;
        position: fixed;
        bottom: 10px;
        right:20px;
        z-index:1000;
    }   
    .bentrai{
        color:#fff;
        width:100%;
    }
    .btn_option {
        float:left;
        width:auto;
        margin-left:0px;
    }
    
     #responsive-container {
        flex-direction: column; /* Xếp dọc cho màn hình nhỏ */
        gap: 10px;
    }

    .select-block {
        width: 100%; /* Chiếm toàn bộ chiều ngang */
    }

    select {
        width: 75%; /* Tăng chiều ngang theo container */
    }
    #tuan_select,#nam_select{
	   margin-top:5px;
	   margin-left:7px;
	}
    .tieude{
        width: 100%;       
        
        padding:10px;           
    }
    #oneside{
        display:none;
    }
    #calendar th{
        padding:1px 0px;
        
    }
    #calendar th p{
        padding:1px;  
        
       white-space: normal; /* Cho phép nội dung xuống dòng */
        word-wrap: break-word; /* Ngắt từ nếu cần */
        font-size:14px;
    }
    #lich p.noidung {
        max-width: 300px; /* Chiếm 40% bảng, các cột khác tự điều chỉnh */
        white-space: normal; /* Cho phép nội dung xuống dòng */
        word-wrap: break-word; /* Ngắt từ nếu cần */
        font-size:15px;
    }
   
}
	
.btn-tai-lieu {
    background-color: #f0f0f0;
    color: #000;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.15s ease;
}
.btn-tai-lieu:hover {
    background-color: #e0e0e0;
}
.btn-tai-lieu:active {
    transform: scale(0.96);
}

.btn-tai-lieu.has-file {
    background-color: #28a745;
    color: #fff;
}
.btn-tai-lieu.has-file:hover {
    background-color: #218838;
}
.btn-tai-lieu.has-file:active {
    transform: scale(0.96);
}

.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.toast {
    background: #333;
    color: #fff;
    padding: 12px 18px;
    border-radius: 6px;
    margin-top: 10px;
    min-width: 220px;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    opacity: 0;
    transform: translateX(30px);
    animation: slideIn 0.4s forwards;
    transition: opacity 0.4s, transform 0.4s;
}

/* màu theo loại */
.toast.success { background: #28a745; }   /* xanh lá */
.toast.error   { background: #dc3545; }   /* đỏ */
.toast.info    { background: #17a2b8; }   /* xanh cyan */
.toast.warning { background: #ffc107; color: #000; } /* vàng */

/* hiệu ứng vào */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.gd-dropzone {
  border: 2px dashed #007bff;
  border-radius: 8px;
  background: #f8f9fa;
  padding: 10px;
  text-align: center;
  color: #555;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s;
}

.gd-dropzone:hover {
  background: #e9f5ff;
  border-color: #0056b3;
}

.gd-dropzone.dragover {
  background: #d0ebff;
  border-color: #007bff;
}

.gd-dropzone-icon {
  font-size: 24px;      /* nhỏ gọn hơn */
  color: #ff6600;       /* cam */
  margin-bottom: 8px;
}

.gd-dropzone-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.cv-link i {
  font-size: 20px;     /* nhỏ gọn */
  color: #007bff;      /* xanh hiện đại */
  transition: color 0.3s;
}

.cv-link i:hover {
  color: #ff6600;      /* đổi sang cam khi hover */
}


.btn-update {
  position: fixed;
  bottom: 12px;
  right: 15px;
  z-index: 5000;

  background: #007bff;
  color: #fff;
  font-size: 14px;         /* chữ nhỏ hơn */
  font-weight: 500;
  padding: 8px 14px;       /* thu gọn nút */
  border: none;
  border-radius: 6px;
  cursor: pointer;

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
}

.btn-update:hover {
  background: #0056b3;
}

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

/* Các ô trong dòng được hover: highlight nền */
tr.row-highlight th,
tr.row-highlight td {
  background: #fff8dc !important;
}

/* Nhưng loại trừ Thứ và Buổi: chỉ đổi chữ */
tr.row-highlight th.col-thu,
tr.row-highlight th.col-buoi {
  background-color: unset !important; /* giữ màu gốc */
}

.col-thu.hover,.col-thu.hover .ngay-duong, .col-buoi.hover {
 background: rgba(0, 0, 0, 0.2) !important; /* màu gốc */
  color: #f6ff00 !important;                  /* đổi màu chữ */
  font-weight: bold;
  text-shadow: 0 0 3px #000000;    /* viền sáng nhẹ */
}

#this-week{
	position:absolute;
	top:4px;
	left:10px;
	color:red;
	font-size:14px;
	white-space:nowrap;
	line-height:1;
}

#baochi{
	margin-left:10px;
	width:26%;
	height:auto;
	float:left;
	line-height:28px;
}

#baochi .title{
	height:40px;
	background:blue;
	color:#fff;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:36px;
}

#baochi .title p{
	margin:0;
}

#baochi .content{
	padding:10px;
	background-color:#fff;
	font-size:16px;
}	

#baochi .content p{
	line-height:10px !important;
	background-color:#fff;
	font-size:16px;
	margin:0;
}

#baochi	.content ul li{
	float:left;
	width:100% !important;
	max-width:unset !important;
	height:90px;	   
}
	
#baochi	.content ul li a{
	font-size:15px;
	     
}

#fileList {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2 cột bằng nhau */
  gap: 1px; /* khoảng cách giữa các ô */
}
#fileList .file-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  overflow: hidden;
}
#fileList .file-item a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: 1;
}

.btn_option_fixed {
  position: fixed;
  bottom: 0px;   /* cách mép dưới */
  right: 100px;    /* cách mép phải */
  z-index: 1000;  /* nổi lên trên */
}

.btn_option_fixed a {
  margin: 0 5px;
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  font-family: sans-serif;
  font-size: .875rem;
  padding: .25rem .5rem;
  color: #fff;
  background-color: rgba(0,0,0,.8);
  border-radius: .25rem;
}

.btn-qr {
    min-width: 60px;     /* chiều rộng cố định */
    height: 25px;        /* chiều cao */
    border: none;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Nút khi tạo QR */
.btn-qr.create {
    background-color: #28a745; /* xanh lá */
    color: #fff;
}

/* Hover khi tạo QR */
.btn-qr.create:hover {
    background-color: #218838;
}

/* Nút khi đã có QR */
.btn-qr.done {
    background-color: #6c757d; /* xám */
    color: #fff;
    cursor: not-allowed;
}


		.toggle-btn {
    background: linear-gradient(180deg, #f59814, #f57c00); /* cam đậm nổi bật */
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    padding: 6px 14px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	margin-top:6px;
}
.toggle-btn:hover {
    background: linear-gradient(180deg, #ff9800, #e65100);
    transform: translateY(-1px);
}
.toggle-btn:active {
    transform: translateY(1px);
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.d-none { display:none; }

.footer{
	width:100%;
	height:30px;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	clear: both;
	margin: 20px 0 0 0; 
	border-top: 1px dashed #f59814;  
	text-align: center;
	color:#fff;
	background-color:#f59814;
	padding:5px;
	background: rgba(242,242,242, .5);
	font-size:14px;
	z-index:1000;
}