/************ Applet List common ************/

.applets {
    position : absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom :0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* font-family : "Noto Sans", "Noto Sans CJK JP Light", sans-serif; */
}

.applets .applets_background {
    position : absolute;
    top : 0px;
    left : 0px;
    width : 100%;
    height : 100%;
    background : rgba(0, 0, 0, 0.3);
    overflow : scroll; /*hack*/
}

.applets .applets_body {
    position: absolute;
    top: 48px;
    left: 0px;
    right: 0px;
    bottom: 48px;
    margin: 0 auto;
    width: 646px;
    background-color: #F7F7F7;
    overflow: hidden;
}

.applets .applets_dialog {
    height: 100%;
}

.applets .applets_dialog_header {
    position:relative;
    height: 100px;
    width: 100%;
    background-color: #81C151;
    border-bottom: 6px solid rgba(0, 0, 0, 0.2);
}

.applets .applets_dialog_header:after {
    display: block;
    clear: both;
    content: "";
    height: 0;
    visibility: hidden;
}

.applets .applet_header_text_area {
    position: relative;
    height: 100px;
    text-align: left;
    overflow: hidden;
    padding-right: 20px;
}

.applets .applet_header_text {
    font-size: 21px;
    font-weight: bold;
    color: #FFF;
    overflow: hidden;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}

.applets .applets_dialog_contents {
    position: relative;
    height: 100%;
    background-color: #F7F7F7;
    overflow : scroll;
    padding-bottom: 200px;
}

.applets .applets_list_item {
    position:relative;
    min-height: 100px;
    width: 100%;
    background-color: #F7F7F7;
    border-bottom : 1px solid #E6E6E6;
}

.applets .applets_list_item:after {
    display: block;
    clear: both;
    content: "";
    height: 0;
    visibility: hidden;
}

.applets .applet_icon_area {
    display : block;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 20px 40px;
    float : left;
}

.applets .applet_icon_area .service_icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

.applets .applet_meta_wrapper {
    position: relative;
    height: 100px;
    padding: 20px 40px 20px 0;
    text-align: left;
    overflow: hidden;
}

.applets .applet_meta_main {
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    height: 30px;
    max-height: 30px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.applets .applet_meta_sub {
    font-size: 14px;
    line-height: 20px;
    max-height: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.applets .applets_list_last_row {
    margin-top: 24px;
    text-align: center;
}

.applets .applets_help {
    display: inline-block;
}

.applets .applets_help_icon {
    display: block;
    background-image: url("../res/ic16_help.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    float: left;
}

.applets .applets_help_text {
    float: left;
    line-height: 20px;
    margin: 0 10px;
    color: #0071F9;
    font-size: 16px;
}

.applets .applets_list_loading_img {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
}

.applets .applets_dialog_footer {
    position : absolute;
    height: 60px;
    width: 100%;
    bottom: 0px;
    border-top : 1px dashed #CCC;
    background-color: #F7F7F7;
}

.applets .applets_footer_cancel {
    display : inline-block;
    box-sizing: border-box;
    /* font-family : "Noto Sans", "Noto Sans CJK JP Light", sans-serif; */
    font-size : 18px;
    color : #0071F9;
    text-align : center;
    height : 100%;
    line-height: 60px;
    width : 100%;
    border-right : 1px dashed #CCC;
    float: left;
}
