﻿.captiondow{ padding-bottom: 9px;border-bottom: 1px solid #e4e4e4;width: 100%;float: left;}
.captiondow span{ color: #6c3d0b;font-weight: bold;text-transform: uppercase;font-size: 16px}
.download {font: 12px/18px arial;margin: 50px 0;width: 100%;float: left;}
.download .content-bg {position: relative;width: 100%;}
.resulttext { margin-top:10px;margin-left:20px}

@media screen and (max-width:800px){
   .download .downloadHeader .dropDownList{display:none !important;}
   .download .downloadHeader .date,.download .item .date{display:none !important;}
   .download .item .rightCol{width:100px;}
}
@media screen and (max-width:400px){
   .download .downloadHeader .leftCol,.download .item .leftCol{display:none !important;}
   .download .downloadHeader .inputMark{display:none !important;}
}

.download  #txtDownloadSearch{
        width: 220px;
        height: 30px;
        font-size: 14px;
        font-family: Arial;
        text-align: left;
        padding: 5px;
        box-sizing: border-box;
        float: left;
        display: block;
}
.download  #btnSearch{
        height: 30px;
        background: #109255;
        color: #fff;
        font-size: 14px;
        font-family: Arial;
        line-height: 30px;
        display: block;
        padding: 0 17px;
        z-index: 999;
        float: left;
}
.Search {margin-bottom:19px;width: 313px;float: right;}


/* 
Generic Styling, for Desktops/Laptops 
*/
table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #eee; 
}
tr:nth-of-type(even) { 
  background: #fff; 
}

td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}
th { 
  background: #109255; 
  color: white; 
  font-weight: bold; 
  text-align:center;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: "STT"; }
	td:nth-of-type(2):before { content: "Ngày có hiệu lực"; }
	td:nth-of-type(3):before { content: "Tên văn bản"; }
	td:nth-of-type(4):before { content: "Số hiệu"; }
	td:nth-of-type(5):before { content: "Cơ quan ban hành"; }
	td:nth-of-type(6):before { content: "Loại văn bản"; }
	td:nth-of-type(7):before { content: "Tải về"; }
}