.ui_view_data{
    width: 340px;
    height: calc(100vh - 100px);
    margin:20px auto;
    background-color: transparent;
    position: relative;
    border: 1px solid #d3d1d1;
    border-radius: 8px;
    padding: 10px;
    overflow: auto;   
    /* pointer-events:fill; */
}

.ui_view_data .title{
    width: 100%;
    height: 40px;
    font-size: 1.2em;
    font-weight: bolder;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(66, 66, 66);
    padding: 6px 0 6px 0;    
}

.ui_view_data .label{
    width: 40%;
    height: 30px;
    font-size: 0.7em;
    float: left;
    padding: 3px 0 0 5px;
}
.ui_view_data .value{
    width: 60%;
    height: 30px;
    font-size: 0.7em;
    float: left;
    
}

.ui_view_data .value input{
    width: 96%;
    border: 1px solid #cccbcb;
    border-radius: 3px;
    background-color: transparent;
    padding-bottom: 2px;
}

.ui_view_data .submit{
    width: 60%;
    height: 40px;
    margin-left: 38%;
    padding-top: 5px;   
    border: 0;
    border-radius: 5px;
    font-size: 1em;
    text-align: center;
    clear: both;
    color: #fff;
    cursor:pointer;
}

.ui_view_data .error{
    width: 100%;
    color: red;
    font-size: 0.65em;
    margin-top: 20px;
    text-align: left;
    padding-left: 10px;
}

.ui_view_search{
    width: 400px;
    height: 120px;
    margin:5px auto;
    background-color: transparent;
    position: relative;
    border: 1px solid #d3d1d1;
    border-radius: 8px;
    padding: 5px;
}
.ui_view_search .title{
    width: 100%;
    font-size: 1em;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bolder;
    text-align: center;
}

.ui_view_search .submit{
    width: 50%;    
    font-size: 1em;
    padding: 5px 0 5px 0;
    background-color: green;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    margin: auto;
}

.ui_view_search .search_panel{
    width: 100%;
    font-size: 0.80em;
    padding: 5px;
}

.ui_view_search .search_panel th ,.ui_view_search .search_panel td{
    text-align: left;
    font-size: 0.85em;
    padding: 2px;
    font-weight: bolder;
}
.ui_view_search .dropdownlist{
    width: 96%;
    height: 20px;
    background: url('../img/ic_arrow_down_50_50_1.png') right no-repeat;   
    background-size: 14px 14px;
    /* background-position-x: 96%; */
    padding: 3px 0 0 4px;
    border: 1px solid #cccbcb;
    border-radius: 3px;
    text-align: left;
    /* font-size: 0.9em; */
}
.ui_view_search .ddl_panel{
    width: 30px;
    min-height: 30px;
    max-height: calc(100vh - 200px);
    height: auto;
    padding: 3px;
    border: 0px solid #f37322;
    border-radius: 3px;
    display: none;
    background-color: #f37322;
    position: absolute;   
    z-index: 501;  
    overflow-y: auto;
}
.ui_view_search .ddl_panel p{
    width: 80%;
    /* margin: 8px; */
    padding: 3px 0 3px 5px;
    text-align: left;
    font-size: 0.75em;
    color: #faf7f7;    
}


.ui_view_report{
    width: 400px;
    height: calc(100vh - 200px);
    margin:15px auto;
    background-color: transparent;
    position: relative;
    /* border: 1px solid #d3d1d1;
    border-radius: 8px; */
    padding: 6px;
    overflow: auto;   
}
.ui_view_report .label{
    width: 30%;
    font-size: 0.8em;
    float: left;
    border-bottom: 1px solid #9c9b9b;
    text-align: right;
    padding: 3px 10px 1px 0;
}
.ui_view_report .value{
    width: 70%;
    font-size: 0.8em;
    float: left;
    border-bottom: 1px solid #9c9b9b;
    padding: 3px 0 1px 8px;    
}
.ui_view_report .tb{
    width: 100%;
    height: auto;
    border-collapse: collapse;
    border: none;
    margin: 0;
}
.ui_view_report .th{
    background-color: #383737;
    color: #fff;
    height: 18px;
    border: 0;
    font-size: 0.9em;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bolder;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ui_view_report .tr{
    background-color: transparent;
    height: 18px;
    border: 0;
    
}
.ui_view_report .trs{
    background-color: #eeecec;
    height: 18px;
    border: 0;
}
.ui_view_report .tr_total{
    background-color: #000;
    color: #fff;
    height: 18px;
    border: 0;
    font-size: 0.9em;
    font-weight: bolder;
    font-family: 'Times New Roman', Times, serif;
}

.ui_view_report .td{
    font-size: 0.8em;    
    text-align: left ;
    padding: 5px 0 5px 4px;
    border: 0;
}
.ui_view_report .tdr{
    text-align: right;
    font-size: 0.8em;    
    padding: 5px 4px 5px 0;    
    border: 0;
}