﻿* {margin: 0; padding: 0;}
body {
	margin-top:6px;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0px;
	font-family: Verdana;
	font-size: 11px;
	color: #003366;
    background: url("bg.png");
}
@font-face
{
font-family: arial_2;
src: url(arial_2.ttf);
}
a {
text-decoration:none; color: #003366;
}
a:visited {
color: #003366;
}
a:hover {
color: #ff0000;}
a:active {
color: #0000ff;}
.menu td {background-color: #FFB658; line-height:19px !important;}
input[type=text] { border: solid 1px #ccc; height: 18px; line-height: 18px; padding: 0px 2px; }
input[type=password] { border: solid 1px #ccc; height: 18px; line-height: 18px; padding: 0px 2px; }
input[type=text]:hover { border-color: #cc0000; }
input[type=password]:hover { border-color: #cc0000; }
input[type=text]:focus { border-color: #cc0000; background-color: #ffd7d7; }
input[type=password]:focus { border-color: #cc0000; background-color: #ffd7d7; }

input[type=button]:hover { cursor: pointer; }
input[type=submit]:hover { cursor: pointer; }
input[type=reset]:hover { cursor: pointer; }

textarea { border: solid 1px #ccc; min-height: 50px; line-height: 18px; }
textarea:hover { border-color: #cc0000; }
textarea:focus { border-color: #cc0000; background-color: #ffd7d7; }

select { border: solid 1px #ccc; height: 20px; line-height: 20px; padding: 0px 2px; }
select:hover { border-color: #cc0000; }
select:focus { border-color: #cc0000; background-color: #ffd7d7; }

.area_important 
{
    border:solid 1px #9FCDFF;
    background-color: #fff;
    box-shadow: 0px 1px 3px #a8e1f5;
    border-radius:5px; 
    -moz-border-radius:5px; 
    -webkit-border-radius:5px;
    margin:8px; 
    padding:0px; 
}

.area_important_red
{
    border:solid 1px #ff0000;
    border-radius:5px; 
    -moz-border-radius:5px; 
    -webkit-border-radius:5px;
    margin:8px; 
    padding:0px; 
}
.area_important_title
{
    width: auto;
    height:15px;
    line-height: 15px;
    background-color: #fff;
    background-image: url(bg_group.png);
	background-repeat: repeat-x;
	background-position: top;
    color: #000;
    margin: 1px 1px 10px 1px;
    padding: 3px 5px;
    text-align: left;
    font-weight: bold;
}
.area_important_title_2
{
    width: auto;
    height:15px;
    line-height: 15px;
    background-color: #9fcdff;
    color: #000;
    margin: 1px 1px 10px 1px;
    padding: 3px 5px;
    text-align: left;
    font-weight: bold;
}
.area_important_title_red
{
    width: auto;
    height:15px;
    line-height: 15px;
    background-color: #fff;
    background-image: url(bg_group_red.png);
	background-repeat: repeat-x;
	background-position: top;
    color: #000;
    margin: 1px 1px 10px 1px;
    padding: 3px 5px;
    text-align: left;
    font-weight: bold;
}
.product_row { background-color:#f6f6f3; }
.product_alt_row { background-color:#E5F1F4; }
.product_row_red { background-color:#ffa7a7; } /* thi lan 1 */
.product_row_yellow { background-color:#ffcc00; } /* thi lan 2 */
.product_row_green { background-color:#31CF31; } /* thi lan 3 */
.product_row_grey { background-color:#ff0000; } /* thi lan 4 */

.product_row_dark { background-color:#666; color: #fff;} /* danh sach den tam thoi */
.product_row_black { background-color:#000; color: #fff;} /* danh sach den vinh vien */

.product_row:hover { background-color:#ccffcc; }
.product_alt_row:hover { background-color:#ccffcc; }
.product_row_red:hover { background-color:#f98383; }
.product_row_yellow:hover { background-color:#ffff00; }
.product_row_green:hover { background-color:#060; }
.product_row_grey:hover { background-color:#ff2e2e; }
.product_row_dark:hover { background-color:#999; }
.product_row_black:hover { background-color:#393939; }

.product_row_dark a{ color: #fff; }
.product_row_black a{ color: #fff; }

.product_row_grey a:hover{ color: #147AE0; }
.product_row_dark a:hover{ color: #333; }
.product_row_black a:hover{ color: #ff0000; }

#loginbox {
 position: absolute;
 top: 35%;
 left: 0px;
 width: 100%;
 height: 1px;
 display: block;
}
#login {
	height:auto;
	width:292px;
	margin-left: -145px; /* lấy width chia đôi ra */
	top: 30px; /* lấy height chia đôi ra */
	position: absolute;
	left: 50%;
}
#expireDiv {
    width: 100%;
    min-height: 0px;
    text-align: center;
    background-color: #ffffdd;
    padding: 8px 0;
    margin: -20px 0 15px 0;
    border-bottom: 1px solid #ffd700;
    color: #ff0000;
    display:none;
    cursor: pointer;
}
#signupbox {
 position: absolute;
 top: 35%;
 left: 0px;
 width: 100%;
 height: 1px;
 display: block;
}

#input_box {
	height:auto;
	width:292px;
}

.menuleftconner {height: 25px; width:7px; float:left; background-image: url(../left_menu/left_conner.gif);}
.menurightconner {height: 25px; width:7px; float:left; background-image: url(../left_menu/right_conner.gif);}
#logintitle { width:278px; float:left; text-align:center; line-height:25px; text-transform:uppercase; background-image: url(../left_menu/left_menu_bg_title.gif);}
.loginlabel { width:105px; padding-left:5px; float:left; height:25px; text-align: left;}
.divbox {
	height:auto;
	width:290px;
	float:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-image: url(bgngay.png);
	background-repeat: repeat-x;
	background-position: top;
    background-color: #fff;
}
.logintextbox { width:174px; float:left; min-height:25px; text-align:left; padding-bottom:3px;}
#paramenu { height:25px; line-height:25px; width:186px; float:left; background-image:url(../left_menu/left_menu_bg_title.gif);}
#loginbutton {
	width:100%;
	text-align:center;
	float:left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.menu {
color:#003366; font-family:Verdana; font-size:11px; font-weight:bold;
}
.menu2 {
color:#003366; font-family:Verdana; font-size:11px; font-weight:bold;
}
#main {
	width: 1000px;
	background-color:#FFF;
    border-radius:8px; 
    -moz-border-radius:8px; 
    -webkit-border-radius:8px;
}
#top {
	height: 16px;
}
#logo {
	min-height: 100px;
    width: 210px;
	padding-left:10px;
    float: left;
}
#banner {
	min-height: 100px;
    width: 180px;
    line-height: 16px;
	text-align:right;
	padding-right:10px;
    float: right;
}
#info {
	min-height: 10px;
    width: 565px;
    line-height: 10px;
	text-align:center;
	padding:10px;
    font-family: time new roman;
    font-size: 21px;
    font-weight: bold;
    float: right;
}
#version {
	min-height: 52px;
    width: 550px;
    line-height: 16px;
	text-align:center;
	padding:10px;
    font-family: time new roman;
    font-size: 16px;
    font-weight: bold;
    float: right;
}

#menu {
	height:auto;
	width:100%;
}
#path {
	background-image: url(bgngay.png);
	background-repeat: repeat-x;
    min-height: 19px;
	padding:5px 10px 0px 10px;
	text-align:right;
    width: 980px;
    float: left;
}
#content {
	display:table-cell;
	width:1000px;
	height:100%;
	background-color:#FFF;
	padding-bottom:20px;
}
#footer {
	height: 60px;
	padding-top:22px;
	line-height:15px;
	width:1000px;
	background-color:#FFF;
	background-image: url(bgfooter.png);
	background-repeat: repeat-x;
	background-position: top;
}
#bottom {
	height: 30px;
	width:990px;
	text-align:right;
	padding-right:10px;

}
#leftframe {
	width:200px;
	float:left;
	margin-left:20px;}
.menuleft {
	width:100%;
	margin-bottom:8px;

}


#danhmucthamso {
	width:200px;
	text-align:left;
	float:left;
	white-space:nowrap;
	background-image: url(bgngay.png);
	background-repeat: repeat-x;
	background-position: top;
}
#danhmucthamso ul {
border:1px solid #9196a1;
list-style:none;
padding:3px;
}
#danhmucthamso ul li { position:relative; width:auto; display:block; }
#danhmucthamso ul li a { height:20px; line-height:20px; width:auto; display:block; padding:0 10px; color:#000; text-decoration:none;}
#danhmucthamso ul li a:hover {background:#3a93d2; color:#fff;}

#danhmucthamso ul li a span { height:20px; line-height:20px; width:190px; display:block; padding-left:5px;}

#danhmucthamso ul li ul {
	display:none;
	position:absolute;
	top:-3px;
	left: 198px;
	width:250px;
	background-color:#b9d3fb;
	border: 1px solid #3a93d2;
}
#danhmucthamso ul li ul li {
	display:block;
	position:relative;
	width:auto;
}
#danhmucthamso ul li:hover ul {
	display:block;
	width:auto;
}
#danhmucthamso ul li ul li a {display:block; font-size:11px; height:20px; line-height:20px; width:auto; padding:0 5px; color:#000; text-decoration:none;}
#danhmucthamso ul li ul li a:hover {background:#3a93d2; color:#fff; display:block;}

#danhsachthamso {
width:750px;
float:left;
margin-left:20px;
margin-right:10px;
}
.admin_menu_level_03 {
    display:none; padding-top: 5px;
}
.admin_menu_level_03_tr {
	background: #35bbff;
}
.admin_menu_level_03_tr:hover {
	background: #0066ff; 
}
.admin_menu_level_03_td {
	padding-left:5px;
}
.admin_menu_level_03_tr a {
    color: #000;
}
.admin_menu_level_03_tr a:hover {
	color: #fff;
}
.admin_menu_level_02:hover .admin_menu_level_03 {
    display:block;
	z-index:10000;
    position: relative;
}
.admin_menu_level_02:hover {
    background:#ffffff;
}

.error { color: #ff0000; }


#sub_top_tab, .sub_top_tab {
	width:950px;
    min-height:1px;
    margin-left: 25px;
	float:left;
	white-space:nowrap;
}
#sub_top_tab ul, .sub_top_tab ul {
    width: 100%;
    border:1px solid #FFD700;
    background-color: #ffffdd;
    list-style:none;
    text-align:center;
    padding:0px;
    float: left;
}
#sub_top_tab ul li, .sub_top_tab ul li { 
    position:relative; width:auto; display:block; float:left; cursor: pointer;
}
#sub_top_tab ul li a, .sub_top_tab ul li a { 
    height:25px; line-height:22px; width:auto; display:block; color:#000; text-decoration:none;
}
#sub_top_tab ul li a:hover, .sub_top_tab ul li a:hover { 
    color:#ff0000; 
}
#sub_top_tab ul li span, .sub_top_tab ul li span { 
    height:auto; line-height:22px; width:auto; display:block; 
}

#sub_top_tab ul li ul, .sub_top_tab ul li ul {
    
	visibility: hidden;
	position:absolute;
	bottom:20px;
	left:-1px;
	width:auto;
    padding:6px;
	background-color:#b9d3fb;
	border: 1px solid #3a93d2;
    z-index: 700;
    
}

#sub_top_tab ul li ul li, .sub_top_tab ul li ul li {
    
	display:block;
	position:relative;
    min-height:20px;
    line-height: 20px;
    padding: 0 0px;
	width:auto;
}
#sub_top_tab ul li ul li a, .sub_top_tab ul li ul li a {
    
	padding: 0 5px;
    text-align: left;
    
}

#sub_top_tab ul li ul li a:hover, .sub_top_tab ul li ul li a:hover {
	background-color: #3a93d2;
    color: #fff;
}
#sub_top_tab ul li:hover ul, .sub_top_tab ul li:hover ul {
	width:auto;
}

#more_info {
    float:left; 
    text-align:left; 
    width:410px; 
    padding-right:8px; 
    min-height: 30px;
	white-space:nowrap;
}
#more_info ul {
    width: 100%;
    list-style:square;
    float: left;
}
#more_info ul li { position:relative; width:200px; display:block; min-height:18px; }

#more_info ul li ul {
	display:none;
	position:absolute;
	bottom:20px;
	left:-1px;
	width:100px;
    padding:6px;
	background-color:#ffffcc;
	border: 1px solid #ff0000;
    border-radius:5px; 
    -moz-border-radius:5px; 
    -webkit-border-radius:5px;
    color:#ff0000;
    z-index:5000;
}
#more_info ul li ul li {
	display:block;
	position:relative;
    min-height:20px;
    line-height: 20px;
    padding: 0 0px;
	width:auto;
}

#more_info ul li:hover ul {
	display:block;
	width:auto;
}
ul.we{
    list-style: none outside none;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 82%;
}
ul.we li ul li{
  width: 120px;
  list-style: none outside none;
  float: left;
}
ul.we li ul{
    display: none;
    float: left;
    margin-top: 10px;
    width: 150px;
    position: absolute;
    top: 30px;
    left: 367px;
}
ul.we li:hover ul{
    display: inline-block;
    float: left;
    width: 250px;
}
ul.we li ul li a
{
    text-decoration: none;
    color: #000;
    font-size: 12px;
}
#search_profile {
    bottom: -55px;
    opacity: 0.8;
    position: absolute;
    right: 10px;
    z-index: 600;
}
#search_profile:hover {
    cursor: pointer;
    opacity: 1;
}
#calBorder
{
    z-index: 99999 !important;
}
.checkAll {
    cursor: pointer;
    color: #e31c1c;
}

/* Bootstrap for Ltb*/
.row_ltb {
    float:left;
    width: 100%;
    box-sizing: border-box;
}

.col-ltb-1, .col-ltb-2, .col-ltb-3, .col-ltb-4, .col-ltb-5, .col-ltb-6, .col-ltb-7, .col-ltb-8, .col-ltb-9, .col-ltb-10, .col-ltb-11, .col-ltb-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    box-sizing: border-box;
}
.col-ltb-12 {
  width: 100%;
}
.col-ltb-11 {
  width: 91.66666667%;
}
.col-ltb-10 {
  width: 83.33333333%;
}
.col-ltb-9 {
  width: 75%;
}
.col-ltb-8 {
  width: 66.66666667%;
}
.col-ltb-7 {
  width: 58.33333333%;
}
.col-ltb-6 {
  width: 50%;
}
.col-ltb-5 {
  width: 41.66666667%;
}
.col-ltb-4 {
  width: 33.33333333%;
}
.col-ltb-3 {
  width: 25%;
}
.col-ltb-2 {
  width: 16.66666667%;
}
.col-ltb-1 {
  width: 8.33333333%;
}
#sub_top_tab ul li ul li .select2-container--default .select2-selection--single .select2-selection__arrow b,
.sub_top_tab_2 ul li ul li .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -15px;
    margin-top: 9px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 18px !important;
}
.close_pop {
    position: absolute;
    top:-14px;
    right: -14px;
    z-index:999999;
}