@charset "UTF-8";
body, html {
   height: 100%;
   margin: 0px;
   font-family: Helvetica, Arial, "sans-serif";
}
.content {
   height: 100vh;
   width: 100%;
   display: flex;
   flex-direction: column;
}
.header {
   width: 100%;
   height: 60px;
   border-bottom: #DADADA solid thin;
   display: flex;
   flex-direction: row;
}
.logodiv {
   width: 33%;
   height: 60px;
   position: relative;
}
.logodiv img {
   height: 50px;
   position: absolute;
   top: 50%;
   left: 1%;
   transform: translate(-1%, -50%);
}
.headingdiv {
   width: 33%;
   height: 60px;
   line-height: 60px;
   display: flex;
   justify-content: center;
   font-size: 25px;
}
.navdiv {
   width: 33%;
   height: 60px;
   line-height: 60px;
   display: flex;
   justify-content: flex-end;
   font-size: 15px;
}
.content_body {
   display: flex;
   flex-direction: row;
   width: 100%;
   height: 100%;
}
.reportmenu {
   width: 20%;
   min-width: 230px;
   display: flex;
   flex-direction: column;
   flex-wrap: nowrap;
   border-right: #DADADA solid thin;
   height: 100%;
}
.viewfilterdiv {
   margin: 0px auto;
   margin-top: 10px;
   width: 95%;
   display: flex;
   flex-direction: row;
   justify-content: center;
}
.filterbtn {
   margin: 10px;
   display: flex;
   justify-content: center;
   cursor: pointer;
}
.tagfilterdiv {
   margin: 0px auto;
   margin-top: 10px;
   width: 90%;
   font-size: 12px;
}
.tagfilterdiv b {
   font-weight: 600;
}
.reportcontent {
   width: 100%;
   padding: 10px;
   overflow-y: scroll;
}
.reports {
   margin: 0px auto;
   width: 95%;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   font-size: 12px;
}
.idvRepDiv {
   margin: 7px;
   width: 200px;
   border: #C9C9C9 solid 1px;
   border-radius: 3px;
   cursor: pointer;
   -webkit-box-shadow: 0px 0px 5px 1px rgba(222, 222, 222, 1);
   -moz-box-shadow: 0px 0px 5px 1px rgba(222, 222, 222, 1);
   box-shadow: 0px 0px 5px 1px rgba(222, 222, 222, 1);
}
.idvRepDiv:hover {
   background: #F1F1F1;
}
.idvRepDiv div {
   display: flex;
   justify-content: center;
   padding: 6px;
   text-align: center;
   font-size: 12px;
}
.idvLlRepDiv {
   margin: 2px;
   border: #C9C9C9 solid 1px;
   border-radius: 3px;
   width: 100%;
   display: flex;
   flex-direction: row;
   cursor: pointer;
   -webkit-box-shadow: 0px 0px 5px 1px rgba(222, 222, 222, 1);
   -moz-box-shadow: 0px 0px 5px 1px rgba(222, 222, 222, 1);
   box-shadow: 0px 0px 5px 1px rgba(222, 222, 222, 1);
}
.idvLlRepDiv:hover {
   background: #F1F1F1;
}
.idvLlRepDiv div {
   display: flex;
   flex-direction: column;
   justify-content: center;
   font-size: 12px;
   margin-right: 20px;
}
.idvLlRepDiv div img {
   margin: 5px;
}
.idvLlRepDiv div:last-of-type {
   margin-right: 0px;
}
.idvSlRepDiv {
   margin: 2px;
   border: #C9C9C9 solid 1px;
   border-radius: 3px;
   width: 100%;
   display: flex;
   flex-direction: row;
   cursor: pointer;
   -webkit-box-shadow: 0px 0px 5px 1px rgba(222, 222, 222, 1);
   -moz-box-shadow: 0px 0px 5px 1px rgba(222, 222, 222, 1);
   box-shadow: 0px 0px 5px 1px rgba(222, 222, 222, 1);
}
.idvSlRepDiv:hover {
   background: #F1F1F1;
}
.idvSlRepDiv div {
   display: flex;
   flex-direction: column;
   justify-content: center;
   font-size: 10px;
   margin-right: 20px;
}
.idvSlRepDiv div:last-of-type {
   margin-right: 0px;
}
.reptagdiv {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
}
.reptagdiv_ll {
   display: flex;
   flex-direction: row !important;
   flex-wrap: wrap;
}
.reptagdiv_sl {
   display: flex;
   flex-direction: row !important;
   flex-wrap: wrap;
}
.reptags {
   padding: 3px;
   border: #B7B7B7 solid thin;
   background: #255380;
   color: #ffffff;
   font-size: 11px !important;
   margin: 1px;
   display: table-cell;
   vertical-align: middle;
   valign: middle;
   flex-wrap: nowrap;
   word-break: keep-all;
   white-space: nowrap;
}
.reptags_ll {
   padding: 3px;
   border: #B7B7B7 solid thin;
   background: #255380;
   color: #ffffff;
   font-size: 11px !important;
   margin-top: 15px !important;
   margin-bottom: 15px !important;
   margin-right: 3px !important;
   margin-left: 3px !important;
   display: inline-block;
   white-space: nowrap;
}
.reptags_sl {
   padding: 3px;
   border: #B7B7B7 solid thin;
   background: #255380;
   color: #ffffff;
   font-size: 10px !important;
   margin-top: 10px !important;
   margin-bottom: 10px !important;
   margin-right: 3px !important;
   margin-left: 3px !important;
   display: inline-block;
   white-space: nowrap;
}
.aTgs {
   display: none;
}
.pi_dirfolderlist {
   max-height: 150px;
   overflow-y: scroll;
   scroll-behavior: smooth;
}
.pi_diritem {
   display: flex;
   flex-direction: row;
   width: 95%;
   cursor: pointer;
   padding: 3px;
}
.pi_diritem:hover {
   background: #F5F5F5;
}
.pi_diricon {
   display: flex;
   flex-direction: column;
   justify-content: center;
   text-align: center;
}
.pi_diricon img {
   width: 15px;
}
.pi_dirtxt {
   padding-left: 10px;
}
.srchrepfield {
   width: 95%;
   padding: 5px 0px 5px 5px;
}
.pcfield {
   width: 80%;
   padding: 5px 0px 5px 5px;
   margin-right: 4px;
}
.pcgobtn {
   padding: 5px;
   cursor: pointer;
}
.rep_srch_item {
   padding: 3px;
   cursor: pointer;
   font-size: 12px;
}
.rep_srch_item:hover {
   background: #D7DCE6;
}
.rep_cls_srch {
   text-align: center;
   cursor: pointer;
   padding: 3px;
   font-size: 12px;
   font-weight: bold;
   margin-bottom: 5px;
}
.pi_srch_prnt {
   -webkit-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.68);
   box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.68);
   z-index: 10;
   position: absolute;
   font-size: 12px;
   background: #dcdcdc;
   padding: 5px;
}
.curtain {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 100;
   background: rgba(255, 255, 255, 0.95);
}
#uprepacipt {
   width: 100%;
   font-size: 17px;
   line-height: 1.23543;
   font-weight: 400;
   letter-spacing: -.022em;
   font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
   display: inline-block;
   box-sizing: border-box;
   vertical-align: top;
   height: 3.3em;
   padding-top: 18px;
   padding-left: 16px;
   padding-right: 16px;
   color: #333;
   text-align: left;
   border: 1px solid #d6d6d6;
   border-radius: 4px;
   background: hsla(0, 0%, 100%, .8);
   background-clip: padding-box;
   position: relative;
}
#uprepacipt:focus {
   border-color: #0070c9;
   outline: none;
   box-shadow: 0 0 0 3px rgba(131, 192, 253, .5);
}
.form-element {
   position: relative;
}
.form-element .frmtest {
   position: absolute;
   top: 7px;
   left: 16px;
   font-size: 12px;
   color: #666;
   letter-spacing: -.01em;
   font-weight: 400;
}
.frm-btn {
   margin-top: 10px;
   font-size: 17px;
   line-height: 1.47059;
   font-weight: 400;
   letter-spacing: -.022em;
   font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
   background-color: #0070c9;
   background: linear-gradient(#42a1ec, #0070c9);
   border: 1px solid #07c;
   border-radius: 4px;
   color: #fff;
   cursor: pointer;
   display: inline-block;
   min-width: 30px;
   padding: 4px 15px;
   text-align: center;
   white-space: nowrap;
}
.frm-btn:hover {
   opacity: 0.90;
}
.up_login {
   display: none;
   position: fixed;
   top: 10%;
   left: 50%;
   transform: translate(-50%, -10%);
   border: 1px solid #d6d6d6;
   border-radius: 15px;
   width: 300px;
   padding: 15px 40px 15px 40px;
   z-index: 120;
   color: #666;
}