
#template {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    width: 832px;
}

#template .head {
    margin-bottom: 7px;
}

#template .head .title {
    float: left;
    width: 300px;
    color: #444444;
    font-size: 24px;
    font-weight: bold;
    line-height: 44px;
    letter-spacing: 0.5px;
}

#template .head .input-select {
    float: left;
    margin-bottom: 2px;
    padding: 10px;
    min-width: 320px;
    font-size: 18px;
}

#template .head .input-select:hover {
    background: #FEFAAD;
}

#template .head .input-select:hover option {
    background: #FFFFFF;
}

#template .head::after {
    display: block;
    content: ' ';
    visibility: hidden;
    height: 0;
    clear: both;
}

#template .global {
    margin-bottom: 5px;
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    overflow: hidden;
}

#template .param {
    width: 800px;
    padding: 7px 15px;
    border-bottom: 1px solid #EEEEEE;
}

#template .param:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#template .param:hover {
    background: #EEEEEE;
}

#template .label {
    float: left;
    width: 150px;
    font-size: 16px;
    line-height: 26px;
}

#template .input {
    float: left;
}

#template .desc {
    width: 400px;
    float: right;
    color: #444444;
    font-size: 14px;
    line-height: 18px;
}

#template .param:hover .desc {
    color: #000000;
}

#template .input-bool {
    width: 16px;
    height: 16px;
}

#template .input-text,
#template .input-select,
#template .input-number {
    padding: 5px;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
}

#template .param:hover .input-select,
#template .param:hover .input-text,
#template .param:hover .input-number {
    background: #FEFAAD;
}

#template .input-select {
    padding: 5px 10px;
}

#template .input-text {
    width: 100%;
}

#template .codec {
    margin-bottom: 5px;
    width: 830px;
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}

#template .codec .title {
    float: left;
    padding: 10px 15px;
    font-size: 24px;
    line-height: 32px;
}

#template .codec .add {
    float: right;
    margin: 10px;
}

#template .codec .input-text {
    padding: 7px 5px;
    width: 100%;
    border: none;
}

#template .codec .input-select {
    padding: 7px 5px;
    width: 100%;
    border: none;
}

#template .codec .add a,
#template .codec .del a,
#template .subtitles .add a,
#template .subtitles .del a {
    display: block;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    background: #0066CC;
    transition: all 0.1s linear;
    border-radius: 5px;
}

#template .codec .del a,
#template .subtitles .del a {
    background: #DD4455;
}

#template .codec .add a:hover,
#template .subtitles .add a:hover {
    background: #1177EE;
}

#template .codec .del a:hover,
#template .subtitles .del a:hover {
    background: #EE6677;
}

#template .codec .outputs {
    clear: both;
}

#template .codec .outputs table {
    margin-left: 10px;
    margin-bottom: 10px;
}

#template .codec .del a {
    padding: 5px 0;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    border: none;
    border-radius: 0;
}

#template .codec .input-text,
#template .codec .input-select {
    background: transparent;
    border: 1px solid transparent;
}

#template .codec td {
    background: #FFFFFF;
    transition: all 0.1s linear;
}

#template .codec tr:hover td {
    background: #FEFACC;
}

#template .codec td:hover,
#template .codec td:hover {
}

#template .codec tr:hover td:hover {
    background: #F0F088;
}

#template .codec tr:hover td:hover .input-text,
#template .codec tr:hover td:hover .input-select {
/*    border: 1px solid #444444; */
}

#template .subtitles {
    margin-bottom: 5px;
    width: 830px;
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}

#template .subtitles .title {
    float: left;
    padding: 10px 15px;
    font-size: 24px;
    line-height: 32px;
}

#template .subtitles .param {
    border-top: 1px solid #EEEEEE;
}

#template .subtitles .label {
    padding: 5px 0;
}

#template .subtitles .input {
    margin: 5px 0;
}

#template .subtitles .add {
    float: right;
    margin: 10px 15px;
}

#template .subtitles .del {
    float: right;
}

#template .subtitles .del a {
    font-size: 14px;
    line-height: 24px;
}

#template .subtitles .languages {
    clear: both;
}
