/**************************************************************************************
  purpose: style for only paper page
**************************************************************************************/
#paperContentBody{
    height: 100vh;
}
.paperContentRow{
    height: 100%;
}
.paper_portraitImg{
    width: 75%;
}
.paper_landscapeImg{
    height: 75%;
}
#img-preview.width img{
    width: 100%;
}
#img-preview.height img{
    height: 100%;
}
#paperContent-middle, #paperContent-bottom{
    margin-left: 3%;
    margin-right: 3%;
}
#paperContent-middle > div{
    width: 50%;
}
@media (max-width: 1609px){
    #paper_leftArea{
        width: 400px;
    }
    #paper_rightArea{
        width: calc(100% - 400px);
    }
    #paperContentBody{
        padding-top: 76px;
        padding-bottom: 6px;
    }
    #recentUsedPaper{
        height: 34px;
    }
    .paperContentRow{
        padding-top: 10px;
        margin-left: 20px;
    }
    .paper_lists{
        height: calc(100vh - 199px);
        min-height: 361px;
    }
    #paperContent-top, .paper_rotation_info{
        padding-left: 30px;
    }
    #paperContent-bottom{
        margin-top:8px;
    }
    #use_selectedPaperInfo{
        height: 64px;
    }
    .paper_rotation_info{
        height: 64px;
    }
    .paper_orientation{
        width: 64px;
        height: 64px;
    }
    #paper_landscape{
        margin-left: 16px;
    }

    #paper_search, .paper_lists{
        margin-top: 6px;
    }

    #paper_search_title{
        height: 24px;
    }

    #paper_search_mode{
        padding: 4px 13px;
        font-size: 13px;
    }

    #btn_paper_search_mode_switch{
        right: 12px;
        width: 128px;
        font-size: 10px;
    }

    #paper_search_box{
        height: 37px;
    }

    .paper_search_input{
        height: 22px;
        line-height: 22px;
        font-size: 13px;
    }

    #paper_search_size span{
        font-size: 13px;
    }

    #btn_paper_search_size{
        margin: 0px 2px;
    }

    #btn_paper_search_size > img{
        width: 22px;
    }

    #btn_paper_search_clear{
        width: 56px;
        line-height: 24px;
        font-size: 12px;
        margin-right: 10px;
    }
    #paper_search_area{
        width: calc(100% - 66px);
    }

    .paper_lists ul li{
        font-size: 12px;
    }

    .used_paper_modal_content_body {
        padding: 16px;
    }

    .used_paper_modal_title{
        line-height: 29px;
        padding-left: 8px;
    }

    .used_paper_modal_title > span, .used_paper_modal_list_title > span{
        font-size: 12px;
    }

    .used_paper_modal_btn {
        margin-top: 5px;
    }

    .used_paper_modal_list_content > select{
        width: 220px;
        height: 200px;
        font-size: 11px;
    }

    #used_paper_modal_btn_cancel, #used_paper_modal_btn_delete, #used_paper_modal_btn_ok {
        height: 37px;
        font-size: 10px;
    }
}

@media (min-width: 1610px) and (max-width: 1930px){
    #paper_leftArea{
        width: 500px;
    }
    #paper_rightArea{
        width: calc(100% - 500px);
    }
    #paperContentBody{
        padding-top: 97px;
        padding-bottom: 7px;
    }
    #recentUsedPaper{
        height: 42px;
    }
    .paperContentRow{
        padding-top: 12px;
        margin-left: 25px;
    }
    .paper_lists{
        height: calc(100vh - 250px);
        min-height: 310px;
    }
    #paperContent-top, .paper_rotation_info{
        padding-left: 37px;
    }
    #paperContent-bottom{
        margin-top:10px;
    }
    #use_selectedPaperInfo{
        height: 80px;
    }
    .paper_rotation_info{
        height: 80px;
    }
    .paper_orientation{
        width: 80px;
        height: 80px;
    }
    #paper_landscape{
        margin-left: 20px;
    }

    #paper_search, .paper_lists{
        margin-top: 8px;
    }

    #paper_search_title{
        height: 30px;
    }

    #paper_search_mode{
        padding: 4px 16px;
        font-size: 16px;
    }

    #btn_paper_search_mode_switch{
        right: 15px;
        width: 160px;
        font-size: 12px;
    }

    #paper_search_box{
        height: 46px;
    }

    .paper_search_input{
        height: 27px;
        line-height: 27px;
        font-size: 16px;
    }

    #paper_search_size span{
        font-size: 16px;
    }    

    #btn_paper_search_size > img{
        width: 28px;
    }

    #btn_paper_search_clear{
        width: 70px;
        line-height: 30px;
        font-size: 14px;
        margin-right: 12px;
    }
    #paper_search_area{
        width: calc(100% - 82px);
    }

    .paper_lists ul li{
        font-size: 16px;
    }

    .used_paper_modal_content_body {
        padding: 20px;
    }

    .used_paper_modal_title{
        line-height: 32px;
        padding-left: 10px;
    }

    .used_paper_modal_title > span, .used_paper_modal_list_title > span{
        font-size: 14px;
    }

    .used_paper_modal_btn {
        margin-top: 7px;
    }

    .used_paper_modal_list_content > select{
        width: 275px;
        height: 250px;
        font-size: 14px;
    }

    #used_paper_modal_btn_cancel, #used_paper_modal_btn_delete, #used_paper_modal_btn_ok {
        height: 42px;
        font-size: 12px;
    }
}

@media (min-width: 1931px) and (max-width: 2570px){
    #paper_leftArea{
        width: 600px;
    }
    #paper_rightArea{
        width: calc(100% - 600px);
    }
    #paperContentBody{
        padding-top: 116px;
        padding-bottom: 9px;
    }
    #recentUsedPaper{
        height: 50px;
    }
    .paperContentRow{
        padding-top: 15px;
        margin-left: 30px;
    }
    .paper_lists{
        height: calc(100vh - 301px);
        min-height: 259px;
    }
    #paperContent-top, .paper_rotation_info{
        padding-left: 45px;
    }
    #paperContent-bottom{
        margin-top:12px;
    }
    #use_selectedPaperInfo{
        height: 96px;
    }
    .paper_rotation_info{
        height: 96px;
    }
    .paper_orientation{
        width: 96px;
        height: 96px;
    }
    #paper_landscape{
        margin-left: 24px;
    }

    #paper_search, .paper_lists{
        margin-top: 9px;
    }

    #paper_search_title{
        height: 36px;
    }

    #paper_search_mode{
        padding: 9px 18px;
        font-size: 18px;
    }

    #btn_paper_search_mode_switch{
        right: 18px;
        width: 192px;
        font-size: 15px;
    }

    #paper_search_box{
        height: 57px;
    }

    .paper_search_input{
        height: 33px;
        line-height: 33px;
        font-size: 18px;
    }

    #paper_search_size span{
        font-size: 20px;
    }    

    #btn_paper_search_size > img{
        width: 33px;
    }

    #btn_paper_search_clear{
        width: 84px;
        line-height: 36px;
        font-size: 16px;
        margin-right: 15px;
    }
    #paper_search_area{
        width: calc(100% - 99px);
    }

    .paper_lists ul li{
        font-size: 18px;
    }

    .used_paper_modal_content_body {
        padding: 24px;
    }

    .used_paper_modal_title{
        line-height: 39px;
        padding-left: 12px;
    }

    .used_paper_modal_title > span, .used_paper_modal_list_title > span{
        font-size: 17px;
    }

    .used_paper_modal_btn {
        margin-top: 8px;
    }

    .used_paper_modal_list_content > select{
        width: 330px;
        height: 300px;
        font-size: 17px;
    }

    #used_paper_modal_btn_cancel, #used_paper_modal_btn_delete, #used_paper_modal_btn_ok {
        height: 56px;
        font-size: 15px;
    }
}

@media (min-width: 2571px) and (max-width: 3199px){
    #paper_leftArea{
        width: 800px;
    }
    #paper_rightArea{
        width: calc(100% - 800px);
    }
    #paperContentBody{
        padding-top: 150px;
        padding-bottom: 12px;
    }
    #recentUsedPaper{
        height: 68px;
    }
    .paperContentRow{
        padding-top: 20px;
        margin-left: 40px;
    }
    .paper_lists{
        height: calc(100vh - 396px);
        min-height: 164px;
    }
    #paperContent-top, .paper_rotation_info{
        padding-left: 60px;
    }
    #paperContent-bottom{
        margin-top:16px;
    }
    #use_selectedPaperInfo{
        height: 128px;
    }
    .paper_rotation_info{
        height: 128px;
    }
    .paper_orientation{
        width: 128px;
        height: 128px;
    }
    #paper_landscape{
        margin-left: 32px;
    }

    #paper_search, .paper_lists{
        margin-top: 12px;
    }

    #paper_search_title{
        height: 48px;
    }

    #paper_search_mode{
        padding: 10px 26px;
        font-size: 26px;
    }

    #btn_paper_search_mode_switch{
        right: 24px;
        width: 256px;
        font-size: 20px;
    }

    #paper_search_box{
        height: 74px;
    }

    .paper_search_input{
        height: 44px;
        line-height: 44px;
        font-size: 26px;
    }

    #paper_search_size span{
        font-size: 29px;
    }    

    #btn_paper_search_size > img{
        width: 44px;
    }

    #btn_paper_search_clear{
        width: 112px;
        line-height: 48px;
        font-size: 22px;
        margin-right: 20px;
    }
    #paper_search_area{
        width: calc(100% - 132px);
    }

    .paper_lists ul li{
        font-size: 24px;
    }

    .used_paper_modal_content_body {
        padding: 32px;
    }

    .used_paper_modal_title{
        line-height: 32px;
        padding-left: 16px;
    }

    .used_paper_modal_title > span, .used_paper_modal_list_title > span{
        font-size: 22px;
    }

    .used_paper_modal_btn {
        margin-top: 10px;
    }

    .used_paper_modal_list_content > select{
        width: 440px;
        height: 400px;
        font-size: 22px;
    }

    #used_paper_modal_btn_cancel, #used_paper_modal_btn_delete, #used_paper_modal_btn_ok {
        height: 74px;
        font-size: 20px;
    }
}

@media (min-width: 3200px) and (max-width: 3839px){
    #paper_leftArea{
        width: 1000px;
    }
    #paper_rightArea{
        width: calc(100% - 1000px);
    }
    #paperContentBody{
        padding-top: 187px;
        padding-bottom: 15px;
    }
    #recentUsedPaper{
        height: 85px;
    }
    .paperContentRow{
        padding-top: 25px;
        margin-left: 50px;
    }
    .paper_lists{
        height: calc(100vh - 495px);
        min-height: 65px;
    }
    #paperContent-top, .paper_rotation_info{
        padding-left: 75px;
    }
    #paperContent-bottom{
        margin-top:20px;
    }
    #use_selectedPaperInfo{
        height: 160px;
    }
    .paper_rotation_info{
        height: 160px;
    }
    .paper_orientation{
        width: 160px;
        height: 160px;
    }
    #paper_landscape{
        margin-left: 40px;
    }

    #paper_search, .paper_lists{
        margin-top: 15px;
    }

    #paper_search_title{
        height: 60px;
    }

    #paper_search_mode{
        padding: 10px 33px;
        font-size: 33px;
    }

    #btn_paper_search_mode_switch{
        right: 30px;
        width: 320px;
        font-size: 25px;
    }

    #paper_search_box{
        height: 93px;
    }

    .paper_search_input{
        height: 55px;
        line-height: 55px;
        font-size: 33px;
    }

    #paper_search_size span{
        font-size: 38px;
    }

    #btn_paper_search_size > img{
        width: 55px;
    }

    #btn_paper_search_clear{
        width: 140px;
        line-height: 60px;
        font-size: 28px;
        margin-right: 25px;
    }
    #paper_search_area{
        width: calc(100% - 165px);
    }

    .paper_lists ul li{
        font-size: 30px;
    }

    .used_paper_modal_content_body {
        padding: 40px;
    }

    .used_paper_modal_title{
        line-height: 65px;
        padding-left: 20px;
    }

    .used_paper_modal_title > span, .used_paper_modal_list_title > span{
        font-size: 28px;
    }

    .used_paper_modal_btn {
        margin-top: 13px;
    }

    .used_paper_modal_list_content > select{
        width: 550px;
        height: 500px;
        font-size: 28px;
    }

    #used_paper_modal_btn_cancel, #used_paper_modal_btn_delete, #used_paper_modal_btn_ok {
        height: 93px;
        font-size: 25px;
    }
}

@media (min-width: 3840px){
    #paper_leftArea{
        width: 1200px;
    }
    #paper_rightArea{
        width: calc(100% - 1200px);
    }
    #paperContentBody{
        padding-top: 224px;
        padding-bottom: 18px;
    }
    #recentUsedPaper{
        height: 102px;
    }
    .paperContentRow{
        padding-top: 30px;
        margin-left: 60px;
    }
    .paper_lists{
        height: calc(100vh - 593px);
    }
    #paperContent-top, .paper_rotation_info{
        padding-left: 90px;
    }
    #paperContent-bottom{
        margin-top:24px;
    }
    #use_selectedPaperInfo{
        height: 192px;
    }
    .paper_rotation_info{
        height: 192px;
    }
    .paper_orientation{
        width: 192px;
        height: 192px;
    }
    #paper_landscape{
        margin-left: 48px;
    }

    #paper_search, .paper_lists{
        margin-top: 18px;
    }

    #paper_search_title{
        height: 72px;
    }

    #paper_search_mode{
        padding: 15px 39px;
        font-size: 39px;
    }

    #btn_paper_search_mode_switch{
        right: 36px;
        width: 384px;
        font-size: 30px;
    }

    #paper_search_box{
        height: 111px;
    }

    .paper_search_input{
        height: 66px;
        line-height: 66px;
        font-size: 39px;
    }

    #paper_search_size span{
        font-size: 46px;
    }

    #btn_paper_search_size > img{
        width: 66px;
    }

    #btn_paper_search_clear{
        width: 168px;
        line-height: 72px;
        font-size: 33px;
        margin-right: 30px;
    }
    #paper_search_area{
        width: calc(100% - 198px);
    }

    .paper_lists ul li{
        font-size: 36px;
    }

    .used_paper_modal_content_body {
        padding: 48px;
    }

    .used_paper_modal_title{
        line-height: 78px;
        padding-left: 24px;
    }

    .used_paper_modal_title > span, .used_paper_modal_list_title > span{
        font-size: 33px;
    }

    .used_paper_modal_btn {
        margin-top: 15px;
    }

    .used_paper_modal_list_content > select{
        width: 660px;
        height: 600px;
        font-size: 33px;
    }

    #used_paper_modal_btn_cancel, #used_paper_modal_btn_delete, #used_paper_modal_btn_ok {
        height: 110px;
        font-size: 30px;
    }
}

.paper_search_input{
    width: 17%;
    border: 2px solid #999999;
}

#paper_search_size span{
    margin-left: 1%;
    margin-right: 1%;
}

#paper_header_title{
    background-color: #666666;
}

#paperInfoComment, #recentUsedPaper{
    width: 100%;
    padding: 0px;
}

.paper_lists ul {
    height: 100%;
    list-style: none;
    margin: 0;
    padding-left: 0px;
    overflow-y: scroll;
}

.paper_lists ul li {
    padding: 0 7px;
    line-height: 2;
    color: #525252;
    cursor: pointer;
}

.paper_lists ul li:hover {
    background: #DAEAFD;
}

.paper_lists ul li.active {
    color: white;
    background: #4597F5;
}

.paper-preview{
    width: 100%;
    text-align: center;
}

.real-paper-review{
    border: 1px #000000 solid;
    padding: 15px;
}

.img-preview{
    width: 100%;
    min-height: 400px;
    padding: 15px;
}

.paper_lists{
    width: 100%;    
    border: 2px solid #999999;
}

.paper_portrait {
    background-color: #CEE0F5;
}

.paper_orientation{
    text-align: center;
    cursor: pointer;
}

.paper_info_title{
    font-weight: bold;
}

.used_paper_modal {
    display: none;
    position: absolute;
    z-index: 303;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    cursor: default;
}

.used_paper_modal_content {
    background-color: #C8DDF2;
    position: absolute;
}

.used_paper_modal_content_body {
    background-color: #FFFFFF;
    position: relative;
    top: 0%;
}

.used_paper_modal_title{
    width: 100%;
    vertical-align: middle;
    text-align: left;
    background-color: #666666;
}

.used_paper_modal_title > span{
    color: white;
    font-weight: bold;
}

.used_paper_modal_btn {
    text-align: center;
}

#used_paper_modal_btn_cancel, #used_paper_modal_btn_delete, #used_paper_modal_btn_ok {
    width: 32%;
    /*background-color: #36A3F7;*/
    border-radius: 5px;
    margin: auto 0 auto auto;
    padding:0px;
}

#used_paper_modal_btn_cancel > span, #used_paper_modal_btn_delete > span, #used_paper_modal_btn_ok > span{
    color: white;
}

/* ------------------------- */

#paper_search_title {
    position: relative;
    background: #999999;
}

#paper_search_mode {
    width: 100%;
    color: white;
    margin: 0px;
}

#btn_paper_search_mode_switch {
    position: absolute;
    top: 55%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    /*color: white;*/
    /*background: #6D8AB5;*/
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    border-radius: 0.25rem;
    cursor: pointer;
    height: 80%;
    padding: 0px !important;
}

#paper_search_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: auto;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    border: 2px solid #999999;
}

#paper_search_area .paper_search_input {
    color: black;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    border-radius: 0.25rem;
    outline: none;
}

#paper_search_area{
    margin-left: 2%;
    margin-right: 2%;
}

#paper_search_name input {
    width: 100% ;
}

#paper_search_size {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

#btn_paper_search_size {
    margin: 0px 1%;
    cursor: pointer;
}

#btn_paper_search_clear {
    text-align: center;
    /*color: white;*/
    /*background: #6D8AB5;*/
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    border-radius: 0.25rem;
    cursor: pointer;
    height: 80%;
    padding: 0px !important;
}

#use_selectedPaperInfo{
    width: 100%;
    font-weight: bold;
    z-index: 1000;
    padding:0px;
}
#paper_landscape.disabled{
    opacity: 0.3;
}

/* ------------------------- */