﻿.edl-form-box
{
    margin: 20px 0;
}
.edl-table
{
    width: 70%;
    margin: 20px auto;
}
.edl-table tr
{
    height: 55px;
}
.edl-table-title
{
    font-size: 16px;
}
.edl-table-title .red
{
    color: #f00;
    margin-left: 5px;
}
.edl-code
{
    cursor: pointer;
    margin-left: 20px;
    vertical-align: middle;
}
.edl-input-text
{
    outline: none;
    width: 100%;
    padding: 8px 12px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    box-sizing: border-box;
    border-radius: 3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.edl-textarea
{
    border: 1px solid #ced4da;
    color: #495057;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 8px 12px;
    width: 100%;
    height: 120px;
    outline: none;
}
.edl-input-text:focus, .edl-textarea:focus
{
    transition: all .218s ease 0s;
    border: 1px solid #2196f3;
}
.edl-select
{
    background: #fff none repeat scroll 0 0;
    border-color: #666 #ccc #ccc #666;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    height: 30px;
    line-height: 30px;
    margin-right: 2px;
    min-width: 100px;
}
.fieldset_list
{
    border: 1px solid #d8d8d8;
    margin: 10px 0;
}
.fieldset_list legend
{
    font-size: 13px;
    color: #666;
    background-color: #f9f9f9;
    border: 1px solid #d8d8d8;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    width: 56px;
    margin-bottom: 0;
}
.fieldset_tip
{
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.file_ul li
{
    margin-bottom: 5px;
    margin-left: 10px;
}
.file_ul li .input-text
{
    margin-right: 10px;
    height: 23px;
    line-height: 23px;
    width: 230px;
    padding: 3px 5px;
    border: 1px solid #ddd;
    margin-bottom: 8px;
    border-radius: 3px;
}
.file_ul li .edl-input-alt
{
    width: 180px;
}
.file_ul li a
{
    color: #fff;
    font-size: 12px;
    padding: 4px 6px;
    background: #2196f3;
    border-radius: 2px;
}
.file_ul li a:hover
{
    text-decoration: none;
    opacity: .8;
}
.radio
{
    margin-right: 3px;
}
.option_label
{
    margin-right: 8px;
}
.red
{
    color: #f00;
    margin-left: 5px;
}
.codeimg
{
    cursor: pointer;
    margin-left: 20px;
    vertical-align: middle;
}
.uploadfile
{
    height: 25px;
    line-height: 25px;
    width: 330px;
    padding: 3px 5px;
    border-radius: 2px;
    border: 1px solid #dadada;
    outline: none;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
}
.laydate-icon
{
    padding: 5px 6px;
    border-radius: 3px;
    width: 200px;
}
.upload-btn
{
    background: #5a98de;
    color: #fff!important;
    display: inline-block;
    text-align: center;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    padding: 3px 10px;
    border-radius: 3px;
    transition: all .3s;
}
.upload-btn:hover
{
    background: #0a6999;
    color: #fff;
    text-decoration: none;
}
.edl-submit
{
    outline: none;
    border-color: #088ef0;
    background: linear-gradient(#34a5f8,#088ef0);
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border: none;
    transition: .3s;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 60px;
    color: #fff;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
}
.edl-submit:hover
{
    opacity: .8;
    color: #fff;
}