﻿
.Panel_Footer a {
    color: white;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    text-shadow: none;
}

.Panel_Footer a:hover {
    font-weight: bold;
    color: white;
    text-decoration: none;
    text-shadow: none;
}

.Panel_Footer a.active {    
    color: white;
    font-weight: bold;
    text-decoration: none;
    text-shadow: none;
}

.Panel_Footer {
    position: fixed;
    bottom: 0px;
    background-color: #00796b;
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
    z-index: 99;
    width: 100%;
    text-align: center;
    text-shadow: none;
    font-size: 1.4rem;
}


.Panel_GiaCa 
{
    border-radius: 5px;
    border: solid 1px silver;
    background-color: white;
    color: black;
    padding: 10px;
    margin-bottom: 10px;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(img/Preloader_21.gif) center no-repeat #fff;
}

body {
    font-family: "Merriweather", serif, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;    
}


/* 

body
{
    text-align: center;
    margin: 0px;
    padding: 0px; /*background-color: #E9E9E9; /*background-color: #020242;
    background-color: #333333;
}

.DQ_Box_Top_Left
{
    background:url(img/btl1.png) no-repeat;
    float:left;
    width:5px;
    height:32px;
}

.DQ_Box_Top_Center
{
    background-position: url('img/btc1.png') repeat-x;
    background: url('img/btc1.png') repeat-x;
    margin-left: 5px;
    margin-right: 5px;
    height: 24px;
    padding-top: 8px;
    padding-left: 4px;
    font: bold 14px Arial;
    color: #CC6600;
}

.DQ_Box_Top_Right
{
    background:url(img/btr1.png) no-repeat;
    float:right;
    width:5px;
    height:32px;
}
.DQ_Box_Middle
{   
    padding: 10px 10px 1px 10px;
	text-align:left;    	
	border-left: solid 1px #d6dee0;
	border-right: solid 1px #d6dee0;
}

.DQ_Box_Bottom_Left
{
    background:url(img/bbl1.png) no-repeat;
    float:left;
    width:5px;
    height:5px;
}

.DQ_Box_Bottom_Center
{
    background: url('img/bbc1.png') repeat-x;
	margin-left: 5px;
	margin-right: 5px;
	height:5px;	
}

.DQ_Box_Bottom_Right
{
    background:url(img/bbr1.png) no-repeat;
    float:right;
    width:5px;
    height:5px;
}

*/

/*   Control DQDSThongTin   */

.DQTinNoiBat_Category_BoxTitle
{
    text-align: left;
    color: white;
    width: 100%;
    background-color: Red;
    padding: 6px;    
}

.DQTinNoiBat_Category_BoxTitle a
{
    text-decoration:none;
    color: white;
    font-weight: bold;
}

.DQTinNoiBat_Category_BoxTitle a:hover
{
    color: yellow;    
}

.DQTinNoiBat_Category_Link div
{
    padding-top: 3px;    
}

.DQTinNoiBat_Category_Link a
{
    text-decoration:none;
    color: #0000ff;    
}

.DQTinNoiBat_Category_Link a:hover
{
    color: maroon;    
}

.DQTinNoiBat_Category_Box
{
    text-align: left;
    color: #5a94ca;
    width: 100%;      
}

.DQDSThongTin_WListNews_Box
{
    text-align: left;
    color: #5a94ca;
    width: 100%;    
}

.DQDSThongTin_WListNews_Box div
{
    padding-top: 3px;    
}

.DQDSThongTin_WListNews_Box a
{
    text-decoration: none;
    color: #0000ff;
}

.DQDSThongTin_WListNews_Box a:hover
{
    color: maroon;    
}

.DQDSThongTin_WListNews_Link
{
    text-decoration:none;
    color: #003366;
}

.DQDSThongTin_WListNews_Link:Hover
{
    text-decoration: none;
    color: #3D80BC;
}

.DQDSThongTin_WListNews_Space
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #90b6da;
    margin-top: 6px;
    margin-bottom: 6px;
    height: 1px;
    width:95%;
}

.Class_Clock
{
    /*background: url('img/clock.png') no-repeat right;*/
}

.Panel_Menu {
    background-color: #007bff;
    color: white;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
}

.Panel_Header {
    position: fixed;
    top: 0px;
    background-color: #007bff;
    color: white;    
    font-weight: bold;
    z-index: 99;
    width: 100%;    
}

.Panel_Bottom_Header {
    position: fixed;
    top: 55px;
    color: white;
    font-weight: bold;
    z-index: 99;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}


#myBtn_top {
    display: block; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 45px; /* Place the button at the bottom of the page */
    right: 0px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 5px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    background-color: green;
}

/*
#myBtn_top:hover {
    background-color: #555; /* Add a dark-grey background on hover
}
*/


