@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/gg/Roboto-Regular.ttf') format('truetype'); 
    /* Lưu ý đường dẫn: dấu '../' nghĩa là thoát ra khỏi thư mục css để tìm thư mục fonts */
    font-weight: 400;
    font-style: normal;
}

/* 2. Khai báo cho kiểu Đậm (Bold) - Weight 700 */
@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/gg/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* 3. Khai báo cho kiểu Nghiêng (Italic) - Nếu cần */
@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/gg/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

body
{
/*background:url(../images/bg.jpg) repeat-x scroll 0 0 #E3ECF3;*/
/*background:url(../images/bg.jpg) no-repeat center top #310b28;no-repeat center top #699BC9*/
/*background: url("../images/gradient.gif") repeat-x scroll 0 0 #E3ECF3;*/
/*background: url("../images/green_bt.gif") repeat-x scroll 0 0 #6598C7;*/
font-family:'Roboto', Arial, Helvetica, sans-serif;
padding:0;
/*padding: 2px 0 47px*/
font-size:12px;
margin:0 0 0 0;
color: #0e4354;
}
.clear{
clear:both;
}
a{
color:#256c89;
}
h2{
font-size:18px;
color:#256c89;
font-weight:normal;
padding:0px 0 5px 0;
margin:0px;
clear:both;
}
h3{
font-size:18px;
color:#256c89;
font-weight:normal;
padding:15px 0 5px 20px;
margin:0px;
float:left;
clear:both;
}
a.forgot_pass{
float:right;
color:#256c89;
text-decoration:none;
background:url(../images/help.png) no-repeat left;
padding:0 0 0 18px;
display:block;
margin:15px 20px 0 0;
}
#main_container{
margin:0 auto;
/*width:1024px;*//*sua full giao dien*/
width: 100%;
padding:0px 0 0px 0;
}

.header{
/*width:900px;*/
width:100%;
height:100px;
position:fixed;
z-index:1002;
}

.header_login{
width:600px;
margin:auto;
}
.logo{
float:left;
padding:35px 0 0 0;
}
#clock_a{
float:right;
padding:15px 0 0 0;
}
.jclock{
color:#FFFFFF;
float:right;
font-size:22px;
font-weight:bold;
padding:34px 25px 0 0;
}
.right_header{
/*width:380px;*/
float:right;
text-align:right;
color:#FFFFFF;
/*padding:40px 0 0 0;*/
}

.right_header a{
margin:0 5px 0 5px;
text-decoration:underline;
color:#FFFFFF;
}
.right_header a.messages{
background:url(../images/comment.png) no-repeat right;
padding-right:20px;
}
.right_header a.logout{
background:url(../images/user_logout.png) no-repeat right;
padding-right:20px;
}

.main_content{
margin:0 0 0 0;
/*width:900px;*/
width: 100%;
height:auto;
padding:50px 0 0 0;
/*background:url(../images/menu_bg.jpg) no-repeat center top #fff;*/
/*background:url(../images/menu_bg.jpg) repeat-x center top #fff;*/
}
.footer
{
		/*width:900px;*/
		width:100%;
		height:1px;
        background:url(../images/footer_bg.jpg) repeat-x center top;
        /* background: url("../images/wrapper-bottom-right.jpg") no-repeat scroll right bottom transparent;
		padding: 24px 17px 0 18px;*/
        }

.footer_login{width:600px;margin:auto;}

.left_footer{float:left;padding:25px 0 0 10px;color:#a8549b;font-size:11px;}
.left_footer a{color:#FFFFFF;text-decoration:none;}
.right_footer{float:right;padding:25px 10px 0 0;}

.left_footer_login{float:left;padding:15px 0 0 10px;color:#a8549b;font-size:11px;}
.left_footer_login a{color:#FFFFFF;text-decoration:none;}
.right_footer_login{float:right;padding:15px 10px 0 0;}
/*---------------- menu----------------------*/
.menu {font-size:11px;padding:0px 10px 0 10px; float:left; width:880px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:34px;}

/* style the sub-level lists */
.menu ul ul {width: auto;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:34px;line-height:34px;}

/* style the sub level list items */
.menu ul ul li {display:block;width: auto;height:auto;position:relative;line-height:1em;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;height:100%;font-size:11px;text-decoration:none;color:#fff;padding:0 21px 0 17px;}
.menu a.current{background:url(../images/menu_bg.gif) repeat-x center;}
/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#57c0e8; border-bottom:1px #81dafc solid; color:#fff;width:12em;height:100%;line-height:1em;padding:1em 1em;}
.menu ul table ul a, .menu ul table ul a:visited  {width:14em; width:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu ul ul table {left:-1px;}
.menu ul ul table ul.left {margin-left:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#57c0e8;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#57c0e8;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:url(../images/arrow.gif) no-repeat right #309dc7;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:url(../images/arrow.gif) no-repeat right #088bb4;}

/* style the level hovers */
/* first */
.menu a:hover {color:#fff;background:url(../images/menu_bg.gif) repeat-x center;}
.menu :hover > a {color:#fff;background:url(../images/menu_bg.gif) repeat-x center;}
/* second */
.menu ul ul a:hover{color:#fff;background:url(../images/menu_bg_a.gif) repeat-x center;}
.menu ul ul :hover > a {color:#fff;background:url(../images/menu_bg_a.gif) repeat-x center;}
/* third */
.menu ul ul ul a:hover {background:url(../images/menu_bg_a.gif) repeat-x center;}
.menu ul ul ul :hover > a {background:url(../images/menu_bg_a.gif) repeat-x center;}
/* fourth */
.menu ul ul ul ul a:hover {background:url(../images/menu_bg_a.gif) repeat-x center;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:34px;left:0;width:14em; left_contentz-index:999;}

/* position the third level flyout menu */
.menu ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(../images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}

.center_content{
clear:both;
width:auto;
}

@media only screen and (min-width:1800px){
    .sidebar {
        width:100%;
    }
}
@media only screen and (max-width:992px) {
    .right_content {
        float: left;
        padding: 0px 0px 0px 5px;
        width:97% !important;/*sua full giao dien*/
        margin-left:5px;
        margin-top:5px;
    }
    .main_content {
        margin: 0 0 0 0;
        /*width:900px;*/
        width: 100%;
        height: auto;
        padding: 145px 0 0 0;
    }
    .mytopmenutoggle{
        display:none !important;
    }
}
@media only screen and (max-width:600px) {
    .right_content {
        float: left;
        padding: 0px 0px 0px 5px;
        width:97% !important;/*sua full giao dien*/
        margin-left:5px;
        margin-top:5px;
    }
    .main_content {
        margin: 0 0 0 0;
        /*width:900px;*/
        width: 100%;
        height: auto;
        padding: 145px 0 0 0;
    }
    .mytopmenutoggle{
        display:none !important;
    }
}

.left_content {
    /*float: left;*/
    padding: 0px 0px 0px 0px;
    width: 195px;
    /*max-width: 195px;*/
    /*width:100%;*/
}
.right_content {
    float: left;
    padding: 0px 0px 0px 5px;
    /*width:80%;sua full giao dien*/
    width: calc(100% - 215px);
    margin-left:5px;
    margin-top:5px;
}

.mytopmenutoggle{
    color:#fff;
    display:flex;
    -webkit-box-align:center;
    align-items:center;
    padding:15px;
    cursor:pointer;
    font-size:14px;
}

.sidebarmenu{
margin:0px 0;
padding:0;
/*width:195px;*/
}
.sidebarmenu a.menuitem{background:url(../images/sidebar_menu_top.gif) no-repeat center top;
color: #fff;display: block;position: relative;width:185px;height:31px;margin:0 0 5px 0;line-height:31px;padding:0px 0 0 10px;text-decoration: none;
}
.sidebarmenu a.menuitem_green{background:url(../images/green_bt.gif) no-repeat center top;
color: #fff;display: block;position: relative;width:185px;height:31px;margin:0 0 5px 0;line-height:31px;padding:0px 0 0 10px;text-decoration: none;
}
.sidebarmenu a.menuitem_red{background:url(../../images/red_bt.gif) no-repeat center top;
color: #fff;display: block;position: relative;width:185px;height:31px;margin:0 0 5px 0;line-height:31px;padding:0px 0 0 10px;text-decoration: none;
}
.sidebarmenu a.menuitem:hover{background:url(../images/sidebar_menu_top_a.gif) no-repeat center top;}
.sidebarmenu a.menuitem_green:hover{background:url(../images/green_bt_a.gif) no-repeat center top;}
.sidebarmenu a.menuitem_red:hover{background:url(../images/red_bt_a.gif) no-repeat center top;}

.sidebarmenu a.menuitem:visited, .sidebarmenu .menuitem:active{
color: white;
}
.sidebarmenu a.menuitem .statusicon{
position: absolute;
top:11px;
right:7px;
border: none;
}

.sidebarmenu div.submenu{
background: white;
}
.sidebarmenu div.submenu ul{ 
list-style-type: none;
margin: 0;
padding: 0 0 5px 0;
}

.sidebarmenu div.submenu ul li{
border-bottom: 1px dotted #bfd1d9;
}

.sidebarmenu div.submenu ul li a{
display: block;
color: black;
text-decoration: none;
padding:5px 0;
padding-left: 10px;
}
.sidebarmenu div.submenu ul li a:hover{
background: #e2f0ff;
color: #0e4354;
}

.sidebar_search{
background:url(../images/sidebar_menu_top.gif) no-repeat center;
width:195px;
height:31px;
margin:0 0 5px 0;
}
input.search_input{
width:155px;
height:16px;
margin:5px 0 0 5px;
border:1px #bdebfd solid;
background:#92dbf8;
padding:4px 0 0 2px;
float:left;
color:#096184;
font-size:11px;
}
input.search_submit{
float:left;
background:none;
border:none;
margin:7px 0 0 8px;
}
/*====for add new item*/
.rounded-corner-newitem
{
margin:0px;
width:100%;
text-align: left;
border-collapse: collapse;
}
.rounded-corner-newitem thead th.rounded-company
{
width:26px;
background: #60c8f2 url('../images/left.jpg') left top no-repeat;
}
.rounded-corner-newitem thead th.rounded-q4
{
background: #60c8f2 url('../images/right.jpg') right top no-repeat;
}
.rounded-corner-newitem th
{
padding: 5px;
font-weight: normal;
font-size: 13px;
color: #039;
background: #60c8f2;
}
.rounded-corner-newitem td
{
padding: 8px;
background: #ecf8fd;
border-top: 1px solid #fff;
color: #669;
}

/*=====table======*/
.rounded-corner
{
margin:0px;
/*width:625px;*/
width:100%;
text-align: left;
border-collapse: collapse;
}
.rounded-corner thead th.rounded-company
{
width:26px;
background: #60c8f2 url('../images/left.jpg') left top no-repeat;
}
.rounded-corner thead th.rounded-q4
{
background: #60c8f2 url('../images/right.jpg') right top no-repeat;
}
/*====tbody====*/
.rounded-corner tbody th.rounded-company
{
width:26px;
background: #60c8f2 url('../images/left.jpg') left top no-repeat;
}
.rounded-corner tbody th.rounded-q4
{
background: #60c8f2 url('../images/right.jpg') right top no-repeat;
}
/*====tbody====*/
.rounded-corner th
{
padding: 5px 8px 5px 0px;
font-weight: normal;
font-size: 13px;
color: #039;
background: #60c8f2;
}
/*TIEN Add for second grid header*/
.rounded-corner th.new
{
padding: 5px 0px;
font-weight: normal;
font-size: 13px;
color: #039;
background: #fed961;
}

.rounded-corner td
{
padding: 1px 8px 1px 1px;
background: #ecf8fd;
border-top: 1px solid #fff;
color: #669;

}
.center 
{
	text-align:center;
	}
.right 
{
	text-align:right;
	}	
.rounded-corner tfoot td.rounded-foot-left
{
background: #ecf8fd url('../images/botleft.jpg') left bottom no-repeat;
}
.rounded-corner tfoot td.rounded-foot-right
{
background: #ecf8fd url('../images/botright.jpg') right bottom no-repeat;
}
.rounded-corner tbody tr:hover td
{
background: #d2e7f0;
}
/*===============*/
/*=====for id table==========*/
#rounded-corner
{
margin:0px;
/*width:625px;*/
width:100%;
text-align: left;
border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
width:26px;
background: #60c8f2 url('../images/left.jpg') left top no-repeat;
}
#rounded-corner thead th.rounded-q4
{
background: #60c8f2 url('../images/right.jpg') right top no-repeat;
}
#rounded-corner th
{
padding: 5px;
font-weight: normal;
font-size: 13px;
color: #039;
background: #60c8f2;
}
#rounded-corner td
{
padding: 8px;
background: #ecf8fd;
border-top: 1px solid #fff;
color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
background: #ecf8fd url('../images/botleft.jpg') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
background: #ecf8fd url('../images/botright.jpg') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
background: #d2e7f0;
}
/*===============*/

.question {
position: absolute;
display: inline;
text-align: center;
width: 174px;
height: 78px;
font-size: 13px;
line-height: 1.5em;
background: url('../images/bubble.png') left top no-repeat;
padding: 10px 0 0 0;
text-shadow: 0px 1px 0px #fff;
margin-left: -7em;
margin-top: -6em;
opacity: 0;
}

.yes{
margin-top: .5em;
margin-right: .5em;
cursor: pointer;
display: inline-block;
width: 63px;
height: 21px;
color: #434d17;
text-shadow: 0px 1px 0px #fff;
background: url('../images/buttony.png') left top no-repeat;
}
.cancel {
margin-top: .5em;
margin-right: .5em;
cursor: pointer;
display: inline-block;
width: 63px;
height: 21px;
color: #fff;
text-shadow: 0px 1px 0px #000;
background: url('../images/buttonn.png') left top no-repeat;
}
a.bt_yellow{display:inline-table; float:none; margin:5px 5px 5px 5px; line-height:31px; text-decoration:none; color:#FFFFFF; text-shadow:1px 1px #8fa42b;}
a.bt_yellow strong{width:auto;height:28px; padding:0 5px 0 5px;display:block; float:left;background:url(../images/bt_yellow_center.gif) repeat-x center;}
a.bt_yellow span.bt_yellow_lft{width:10px;height:28px;display:block; float:left;background:url(../images/bt_yellow_left.gif) no-repeat center right;}
a.bt_yellow span.bt_yellow_r{width:10px;height:28px;display:block; float:left;background:url(../images/bt_yellow_r.gif) no-repeat center right;}
a:hover.bt_yellow{ text-decoration:underline;}

a.bt_blx{display:inline-table; float:none; margin:5px 5px 5px 5px; line-height:31px; text-decoration:none; color:#FFFFFF; text-shadow:1px 1px #8fa42b;}
a.bt_blx strong{width:auto;height:28px; padding:0 5px 0 5px;display:block; float:left;background:url(../images/bt_bluex_center.gif) repeat-x center;}
a.bt_blx span.bt_blx_lft{width:10px;height:28px;display:block; float:left;background:url(../images/bt_bluex_left.gif) no-repeat center right;}
a.bt_blx span.bt_blx_r{width:10px;height:28px;display:block; float:left;background:url(../images/bt_bluex_r.gif) no-repeat center right;}
a:hover.bt_blx{ text-decoration:underline;}

a.bt_green{display:block; float:right; margin:5px 5px 5px 5px; line-height:31px; text-decoration:none; color:#FFFFFF; text-shadow:1px 1px #8fa42b;}
a.bt_green strong{width:auto;height:28px; padding:0 5px 0 5px;display:block; float:left;background:url(../images/bt_green_center.gif) repeat-x center;}
a.bt_green span.bt_green_lft{width:10px;height:28px;display:block; float:left;background:url(../images/bt_green_left.gif) no-repeat center right;}
a.bt_green span.bt_green_r{width:10px;height:28px;display:block; float:left;background:url(../images/bt_green_r.gif) no-repeat center right;}
a:hover.bt_green{ text-decoration:underline;}

a.bt_green_left{display:block; float:left; margin:5px 5px 5px 5px; line-height:31px; text-decoration:none; color:#FFFFFF; text-shadow:1px 1px #8fa42b;}
a.bt_green_left strong{width:auto;height:28px; padding:0 5px 0 5px;display:block; float:left;background:url(../images/bt_green_center.gif) repeat-x center;}
a.bt_green_left span.bt_green_lft{width:10px;height:28px;display:block; float:left;background:url(../images/bt_green_left.gif) no-repeat center right;}
a.bt_green_left span.bt_green_r{width:10px;height:28px;display:block; float:left;background:url(../images/bt_green_r.gif) no-repeat center right;}
a:hover.bt_green_left{ text-decoration:underline;}

a.bt_blue{display:block; float:left; margin:5px 5px 5px 5px; line-height:31px; text-decoration:none; color:#FFFFFF; text-shadow:1px 1px #3597bf;}
a.bt_blue strong{width:auto;height:28px; padding:0 5px 0 5px;display:block; float:left;background:url(../images/bt_blue_center.gif) repeat-x center;}
a.bt_blue span.bt_blue_lft{width:10px;height:28px;display:block; float:left;background:url(../images/bt_blue_left.gif) no-repeat center right;}
a.bt_blue span.bt_blue_r{width:10px;height:28px;display:block; float:left;background:url(../images/bt_blue_r.gif) no-repeat center right;}
a:hover.bt_blue{ text-decoration:underline;}

a.bt_blue_right{display:block; float:right; margin:5px 5px 5px 5px; line-height:31px; text-decoration:none; color:#FFFFFF; text-shadow:1px 1px #3597bf;}
a.bt_blue_right strong{width:auto;height:28px; padding:0 5px 0 5px;display:block; float:left;background:url(../images/bt_blue_center.gif) repeat-x center;}
a.bt_blue_right span.bt_blue_lft{width:10px;height:28px;display:block; float:left;background:url(../images/bt_blue_left.gif) no-repeat center right;}
a.bt_blue_right span.bt_blue_r{width:10px;height:28px;display:block; float:left;background:url(../images/bt_blue_r.gif) no-repeat center right;}
a:hover.bt_blue_right{ text-decoration:underline;}

a.bt_red{display:block; float:right; margin:5px 5px 5px 5px; line-height:31px; text-decoration:none; color:#FFFFFF; text-shadow:1px 1px #c24739;}
a.bt_red strong{width:auto;height:28px; padding:0 5px 0 5px;display:block; float:left;background:url(../images/bt_red_center.gif) repeat-x center;}
a.bt_red span.bt_red_lft{width:10px;height:28px;display:block; float:left;background:url(../images/bt_red_left.gif) no-repeat center right;}
a.bt_red span.bt_red_r{width:10px;height:28px;display:block; float:left;background:url(../images/bt_red_r.gif) no-repeat center right;}
a:hover.bt_red{ text-decoration:underline;}

.sidebar_box{
width:195px;
padding:15px 0 5px 0;
}
.sidebar_box_top{width:195px;height:8px;background:url(../images/sidebar_box_top.gif) no-repeat center bottom;}
.sidebar_box_bottom{width:195px;height:8px;background:url(../images/sidebar_box_bottom.gif) no-repeat center bottom;}
.sidebar_box_content{width:175px;height:auto;background-color:#ecf8fd; padding:0 10px 0 10px;}

.sidebar_box_content h3{ color:#49bae8; float:left; font-size:18px; margin:0px;padding:0px; font-weight:normal;}
.sidebar_box_content h4{ color:#f75744; float:left; font-size:18px; margin:0px;padding:0px; font-weight:normal;}
.sidebar_box_content h5{ color:#a4bf40; float:left; font-size:18px; margin:0px;padding:0px; font-weight:normal;}
.sidebar_box_content p{padding:5px 0 5px 0; margin:0px; clear:both; font-size:11px; text-align:left; line-height:17px;}
img.sidebar_icon_right{
float:right; padding:0 0 0 0;
}
.comment h2{width:100%;  margin-left:3px;}
.commentlable
{
	
	margin-left:10px; 
	font-style:normal;
	font-weight:bold;
	font-size:small;
	color:#256C89;
	}
.commentcontent
{
	border-bottom: 0px solid #EAEAEA;
	margin-left:30px; 
	padding: 5px 10px 10px;
	
	}
.sidebar_box_content ul{
list-style:none;
padding:10px 0 10px 0;
margin:0px;
clear:both;
}
.sidebar_box_content ul li{
padding:5px 0 5px 10px;
background:url(../images/list_bullet.gif) no-repeat left top;
background-position:0px 10px;
}


.warning_box{width:540px;clear:both;background:url(../images/warning.png) no-repeat left #fcfae9;
border:1px #e9e6c7 solid;background-position:15px 10px;padding:20px 20px 15px 60px;margin:0 0 10px 0;}

.valid_box{width:540px;clear:both;background:url(../images/valid.png) no-repeat left #edfce9;
border:1px #cceac4 solid;background-position:15px 10px;padding:20px 20px 15px 60px;margin:0 0 10px 0;}

.error_box{width:540px;clear:both;background:url(../images/error.png) no-repeat left #fce9e9;
border:1px #eac7c7 solid;background-position:15px 10px;padding:20px 20px 15px 60px;margin:0 0 10px 0;}

/*--------------*/
div.pagination {
width:625px;
clear:both;
padding:10px 0 10px 0;
margin:0px;
text-align:center;
float:left;
clear:both;
font-size:11px;
}

div.pagination a {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #52bfea;
text-decoration: none; 
color: #52bfea;
}
div.pagination a:hover, div.pagination a:active {
border:1px solid #52bfea;
color: #fff;
background-color: #52bfea;
}
div.pagination span.current {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #52bfea;
font-weight: bold;
background-color: #52bfea;
color: #FFF;
}
div.pagination span.disabled {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #f3f3f3;
color: #ccc;
}
.excel
{
	font-family:Arial;
	vertical-align:middle;
	font-size:16;
	}
	
.search td
{
font-size:medium;
background: #ecf8fd;
border-top: 1px solid #fff;
padding:5px 5px 5px 5px; 
border-bottom-style:solid; 
border-bottom-width:thin;
border-bottom-color:#54C3ED ;
color: #669;

}

/*TIEN: Copy tu WEB Huong dan  - chay duoc  - background: #27AE61 url("../images/gotop32.png") no-repeat center center;*/
a.back-to-top{
    display: none;
    width: 23px;
    height:23px;
    text-indent: -9999px;
    position:fixed;
    z-index:999;
    right: 0px;
    bottom:50px;
    background: #e52b50 url(../images/gotop32.png) no-repeat center center;
    -webkit-border-radius: 30px;
    border-radius:30px;
    border-style:none;
    border:none;
    margin:0;
}

a:focus{
    outline:none;
    border:none;
    -moz-outline-style: none;
}
a:active{
    display:block;
    outline:none;
    border:none;
    -moz-outline-style: none;
}

.homelogo{
float:left;
padding:0px 0 0 0px;
width:35px;
height:35px;

text-align:left;
align-self:center;
}

.headerfilter{
    width:100%;
    display:flex;
}
.col80{
    width:84% !important;
    float:left;
    margin-left:2px;
    /*overflow:auto;*/
}
.col20{
    width:15% !important;
    float:right;
    display:inline-block;
    align-self:center !important;
}



.button {
    /*background-color: Crimson;*/
    border: none;
    color: white;
    padding: 1px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 1px 5px;
    cursor: pointer;
    line-height:25px;
}
.button1 {background-color: Crimson; border-radius: 4px;}
.button2 {background-color: #54a700; border-radius: 4px;}
.button3 {background-color: SeaGreen; border-radius: 4px;} 
.button4 {background-color: MidnightBlue; border-radius: 4px;} 
.button5 {background-color: olive; border-radius: 4px;}
.button6 {background-color: coral; border-radius: 4px;} 
.button7 {background-color: steelblue; border-radius: 4px;} 

.button_search {
    background-color: Crimson;
    border: none;
    color: white;
    padding: 1px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 1px 5px;
    cursor: pointer;
}
.button1_search {background-color: Crimson; border-radius: 2px;}
.button2_search {background-color: #ea8d0b; border-radius: 4px;}
.button3_search {background-color: SeaGreen; border-radius: 8px;} 
.button4_search {background-color: MidnightBlue; border-radius: 15px;} 
.button5_search {background-color: Indigo; border-radius: 50%;}
.button6_search {background-color: Crimson; border-radius: 8px;} 

.button_back {
    background-color: Crimson;
    border: none;
    color: white;
    padding: 1px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 1px 5px;
    cursor: pointer;
    /*line-height:25px;*/
    float:right;
}
.button1_back {background-color: Crimson; border-radius: 2px;}
.button2_back {background-color: #444242; border-radius: 4px;}
.button3_back {background-color: SeaGreen; border-radius: 8px;} 
.button4_back {background-color: MidnightBlue; border-radius: 15px;} 
.button5_back {background-color: Indigo; border-radius: 50%;}
.button6_back {background-color: Crimson; border-radius: 8px;} 

.button_new {
    background-color: Crimson;
    border: none;
    color: white;
    padding: 1px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 1px 5px;
    cursor: pointer;
    /*line-height:25px;*/
}
.button1_new {background-color: Crimson; border-radius: 2px;}
.button2_new {background-color: SeaGreen; border-radius: 4px;}
.button3_new {background-color: SeaGreen; border-radius: 8px;} 
.button4_new {background-color: MidnightBlue; border-radius: 15px;} 
.button5_new {background-color: Indigo; border-radius: 50%;}
.button6_new {background-color: Crimson; border-radius: 8px;} 
.button2_save {background-color: steelblue; border-radius: 4px;}
.button2_submit {background-color: darkorange; border-radius: 4px;}
.button2_blue {background-color: #2b73fa; border-radius: 4px;}
.button2_red {background-color: #da0101; border-radius: 4px;}
.button2_cyan {background-color: darkcyan; border-radius: 4px;}
.button2_black {background-color: black; border-radius: 4px;}
.button2_tomato {background-color: tomato; border-radius: 4px;}
.button2_dashboard {background-color: green; border-radius: 4px;}
.button2_history {background-color: peru; border-radius: 4px;}

.button_export {
    background-color: Crimson;
    border: none;
    color: white;
    padding: 1px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 1px 5px;
    cursor: pointer;
    /*line-height:25px;*/
}
.export1 {background-color: Crimson; border-radius: 2px;}
.export2 {background-color: #4682B4; border-radius: 4px;}
.export3 {background-color: rgba(0, 102, 0, 1); border-radius: 4px;}
.export_ST {background-color: #a41e24; border-radius: 4px;}
.export_Cancel {background-color: sienna; border-radius: 4px;}
.export_Reject {background-color: darkslategray; border-radius: 4px;}

.notifymenu{
    position:absolute;    top:9px;    right:3px;    opacity:.88;    font-size:12px;    padding-left:5px;    padding-right:5px;
    background-color: red;
    text-shadow:none;
    padding-top:2px;
    padding-bottom:0px;
    font-weight:400;
    line-height:15px;
    display:inline-block;
    min-width:10px;
    color:#fff;
    vertical-align:baseline;
    white-space:nowrap;
    text-align:center;
    border-radius:10px;
}


/*New on 15/6/22*/
.recent-comment .media {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  padding-top: 10px;
}
.recent-comment .media-left {
  padding-right: 25px;
}
.recent-comment .media-left img {
  border-radius: 100px;
  width: 40px;
}
.recent-comment .media-body {
  position: relative;
}
.recent-comment .media-body h4 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
}
.recent-comment .media-body p {
  margin-bottom: 5px;
  line-height: 16px;
  color: #868e96;
}
.recent-comment .comment-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #373757;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}
.comment-action {
  float: left;
}
.comment-action .badge {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.comment-action i {
  padding: 0 5px;
}
.recent-meaasge {
  margin-top: 15px;
}
.recent-meaasge .media {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 10px;
  padding-bottom: 10px;
}
.recent-meaasge .media-left {
  padding-right: 25px;
}
.recent-meaasge .media-left img {
  border-radius: 100px;
}
.recent-meaasge .media-body {
  position: relative;
}
.recent-meaasge .media-body h4 {
  font-size: 16px;
}
.recent-meaasge .media-body p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.meaasge-date {
  float: right;
  color: #373757;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
}

/*2024 - New HTML */
.input-group-icon{position:relative;color:#71808f}
.input-group-icon .form-control{padding-left:25px; height:25px; border-radius:4px;}
.input-group-icon .input-icon{position:absolute;left:0;top:0;height:24px;line-height:26px;width:25px;text-align:center}
.input-group-icon.right .input-icon{right:0;left:auto}
.input-group-icon.right .form-control{padding-left:12px;padding-right:33px}
