/* ==================== All Download ==================== */
.calculate { padding: 20px;width: 100%;clear: both; border-top: solid 2px #ED1B23; float: left; }
.calculate > .text-size { font-size: 17px;}
.calculate > .text-size  > input {width: 40%; margin: 0 15px; pointer-events: none; }
.calculate > .button  { text-align: right;}
.calculate > .button  > input {width: 35%;text-align: center;padding: 10px; }
@media screen and (max-width: 767px) {
	.calculate > table { width:100%!important; float:none!important; }
	.calculate { padding: 10px; }
	.calculate > .button  > input {width: 100%; margin: 5px;}
}

form > table.ir_download:first-child{ width: 100%;padding: 5p; border: 0px; border-spacing: 2px; }
table.ir_download_quarter{ width: 100%; padding: 0px; margin: 0px; border: 0px; border-spacing: 0px;  }
table.ir_download { width: 100%; padding: 0px; border-spacing: 0px; border: 1px #e2e2e2 solid; }
table.ir_download tr th { padding: 20px; font-weight: 600;background: #000; color: #fff; border-top: 1px solid #ED1B23 !important;  border-bottom: 6px solid #ED1B23 !important;  vertical-align: middle;
    text-align: center;    /* font-weight: normal; */}
table.ir_download tr th.left { text-align: left; }
table.ir_download tbody > tr > td { text-align: center;background: #ffffff;width: 15%;padding: 20px 0; /*border: solid 1px #ebebeb;*/ }
table.ir_download tbody > tr > td:nth-child(2),
table.ir_download tbody > tr > td:nth-child(4)  { background-color: rgb(0 0 0 / 0.1); }
table.ir_download tr td:first-child { background: #fff; text-align: left; width: 20%; padding: 15px 20px;}
table.ir_download tr td a { display: block; }
table.ir_download tr td.row_year { font-weight: bold; text-align: center; }
table.ir_download_quarter tr td { text-align: center!important; background: none!important; font-weight: normal!important; width: 25%!important; border: none !important;
padding: 0 !important;}
table.ir_download tr.download_quarter th { text-align: center; font-weight: bold; background: #008a53; color: #fff; padding: 15px 0; }

/*   for style input button   */

table.ir_download tr td .checkbox, .radio { width: 21px; height: 21px; background: url("../images/btn-radio.png?ver=1") no-repeat scroll 0 0 transparent; clear: both; display: block; padding: 0; margin: 0 auto; }
table.ir_download tr td .radio { background: url("../images/btn-radio.png?ver=1") no-repeat scroll 0 0 transparent; }
table.ir_download tr td .select { background: url("../images/btn-radio.png?ver=1") no-repeat scroll 0 0 transparent; color: #FFFFFF; font: 12px/21px arial, sans-serif; height: 24px; overflow: hidden; padding: 0 10px; position: absolute; }

input.styled { display: none; }
select.styled { position: relative; width: ' + selectWidth + 'px; opacity: 0; filter: alpha(opacity=0); z-index: 5; } 
.disabled { opacity: 0.5; filter: alpha(opacity=50); }

.submit, 
.reset
{   cursor: pointer; border: 1px #ED1B23 solid; padding: 7px 20px; background: #ED1B23; color: #ffffff; font-weight: 600; border-radius: 0px; transition: all 0.3s ease-in-out;}
.submit:hover, 
.reset:hover { background: #000000; border: 1px #000000 solid;color: #fff; }
.sum_size { text-align: center!important; }


