
body{overflow-x:hidden;}

.reportHead .selectLayer .seleWrap select { padding: 18px 15px;}  

.reportHead .iconWrap{display:flex;}
.reportHead .shares{display:flex;}
.reportHead .prints{position:relative;padding:10px 5px;} 
.reportHead .prtList{ display: none; position:absolute;width:300px;height:auto;top:48px;left:-150px;border:1px solid #ccc;border-radius:0;padding:15px; z-index:10;background:#FFF; -webkit-box-shadow: 0 0 10px #ccc;-moz-box-shadow: 0 0 10px #ccc; box-shadow: 0 0 10px #ccc;} 
.reportHead .prtList:before{content: "";position: absolute;left:168px;top:-6px;width:10px;height: 10px;border-top: 1px solid transparent;border-left:1px solid transparent;background: #fff; transform: rotate(45deg);border-color: #ccc; }

.reportHead .printBtn,
.reportHead .printBtn:hover,
.reportHead .printBtn:active,
.reportHead .printBtn:focus,
.reportHead .printBtn:visited,
.reportHead .printBtn:active:focus{width:100px;font-size:15px; line-height:16px;height:auto; display: block;text-align: center;margin:auto;padding:10px;color:#FFF;background:#013358;border-radius: 4px; margin-top: 20px;}
.reportHead .printBtn:hover{background:#00b4df;}
.reportHead .prtList .chkOption{margin-bottom:10px;font-size:15px;display: flex; justify-content: space-between; align-items: flex-end;}
.reportHead .prtList .chkOption input[type='checkbox']{display:inline-block;width:0;height:0;visibility: hidden;margin-bottom:0;padding:0;}
.reportHead .prtList .chkOption input[type='checkbox']:checked + label.rdIcon:after { opacity: 1;} 
.reportHead .prtList .chkOption label.rdtxt{ display: inline-block;font-weight:normal;font-family: "Helvetica",Arial;width: 82%; line-height: 1; padding-top: 3px;font-size: 1.5rem;height:auto!important;}
.reportHead .prtList .chkOption:nth-of-type(1) label.rdtxt{font-family: "Helvetica-Bold",Arial; } 
.reportHead .prtList .chkOption label.rdIcon{font-size: 1.8rem; font-weight: normal;width:2.4rem;height:2.4rem;padding:0.2rem; border:1px solid #a9a9a9; margin-right:0.3rem;margin-bottom:0;display: inline-block; position: relative;box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1); }
.reportHead .prtList .chkOption label.rdIcon:after{color:#013358; content:'\e013';font-family:'Glyphicons Halflings'; line-height: 2.4rem; opacity: 0;position: absolute; top:0;left: 1px;}
.reportHead .prtList .text{margin-bottom: 5px;font-size: 15px;}
.reportHead .prtList .chkOption label.rdIcon:after{color:#8d1a1f;}
.reportHead .printBtn, 
.reportHead .printBtn:hover, 
.reportHead .printBtn:active, 
.reportHead .printBtn:focus, 
.reportHead .printBtn:visited, 
.reportHead .printBtn:active:focus{background:#8d1a1f;border-radius:0;}  
.reportHead .prtList .chkOption label.chIcon:after { color: #8d1a1f;}

.reportHead .prtList .optReport .chtxt,
.reportHead .prtList .optAll .chtxt,
.reportHead .prtList .text{font-weight:bold;}