/*Global style*/
.hms_ia_warning {
    color: #FF2400;
}

#hms_ia_category_wrapper {
    height: 500px;
    width: 350px;
    overflow-y: scroll;
}

.hms_ia_category_list {
    margin-left: 20px;
}

.hms_ia_category_list li {
    margin: 2px;
}

.hms_ia_title_wrapper {
    width: 100%;
}

.hms_ia_title_wrapper .hms_ia_ico {
    float: left;
}

.hms_ia_title_wrapper h1 {
    line-height: 30px;
}

.hms_ia_ico {
    background-image: url('../images/hms_ia_ico_big.png');
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}

/*Generator settings style*/
.hms_ia_app_id {
    width: 800px;
}

.hms_ia_path {
    width: 800px;
}

.hms_ia_script_text {
    width: 800px;
    height: 250px;
}

.hms_ia_title {
    width: 450px;
}

.hms_ia_textarea {
    width: 800px;
    height: 170px;
}

.hms_ia_channel_link {
    width: 500px;
}