﻿@charset "UTF-8";
/***********************
Date：2014-06-04
name:扫描答题卡
CopyRight:iflytek_EUED
***********************/



body{
    background:#f5eedb;
}
.add_content{
    width:1000px;
    min-height:500px;
    margin:0 auto;
    background:#fff;
    border:1px solid #c7c0b6;
}
.add_ctop{
    text-align:center;
    padding:20px 0;
}
.add_ctop_btn{
    display:inline-block;
    width:219px;
    height:71px;
    text-indent:-999px;
    overflow:hidden;
    background:url("../images/btn_addnew.png") no-repeat;
}
.add_ctop_btn:hover{
    background-position:0 -71px;
}

.add_template_btn{
    margin-left: 25px;
    display: block;
    width: 130px;
    overflow: visible;
    font-size: 15px;
    margin-bottom: 5px;
    /*background: url(/answersheet/public/module/global/images/custom.png) no-repeat;*/
    background: url("../images/custom.png") no-repeat;
    line-height: 25px;
    text-decoration: none;
    color: black;
}

.add_template_btn:hover{
    color: #21B677;
}

.add_box_tab{
    /*border-top:1px solid #c7c0b6;*/
    padding:0 25px 25px;
}
.add_box_tab h3{
    height:35px;
    line-height:35px;
    font-size:16px;
    position:relative;
    padding:10px 0;
}
.add_box_tab h3 i{
    display:block;
    width:15px;
    height:9px;
    background:url("../images/nav_new.png") no-repeat;
    position:absolute;
    top:-1px;
    left:30px;
}
.dtk_shuj_tab,.dtk_template_tab{
    width:100%;
}
.dtk_shuj_tab th,.dtk_template_tab th{
    background:#dcecde;
    border:1px solid #b6d0c4;
    text-align:center;
    line-height:47px;
    font-size:16px;
    color:#666;
}
.dtk_shuj_tab tr td,.dtk_template_tab tr td{
    text-align:center;
    line-height:47px;
    font-size:14px;
    background:#fff;
    color:#666;
    border:1px solid #e3e3e3;
}
.dtk_shuj_tab tr:hover td,.dtk_shuj_tab tr.active td,.dtk_template_tab tr:hover td,.dtk_template_tab tr.active td{
    background:#f2ede4;
}
.dtk_shuj_tab tr td a,.dtk_template_tab tr td a{
    color:#666;
}
.dtk_shuj_tab tr td a.green,.dtk_template_tab tr td a.green{
    color:#1cab6e;
}

.dtk_shuj_tab tr td a.gray, .dtk_template_tab tr td a.gray{
    color:lightgray;
}


.new_add_banner{
    position: relative;
    height: 162px;
    background: #5dcbfb url("../images/new_add_banner.png") no-repeat center top;
    border-radius: 5px;
}
.new_add_banner a{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 230px;
    line-height: 55px;
    font-size: 18px;
    color: #ffffff;
    border-radius: 5px;
    background: #18a468;
    border-bottom: 3px solid #0a824f;
    text-align: center;
    margin-top: -29px;
    margin-left: 122px;
}
.new_add_banner a i{
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url("../images/btn_icon.png") no-repeat -142px -129px;
    vertical-align: -3px;
    margin-right: 5px;
}
.new_add_banner a:first-child i{
    width: 23px;
    background-position: -109px -129px;
}
.new_add_banner a:hover{
    color: #ffffff;
    background: #069558;
}
.new_add_banner a:first-child{
    color: #ffffff;
    background: #ff7c1b;
    border-bottom-color: #c75602;
    margin-left: -348px;
}
.new_add_banner a:first-child:hover{
    color: #ffffff;
    background: #e3680c;
}
.sheet_card{
    position: relative;
    height: 46px;
    line-height: 46px;
}
.sheet_card.has:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url("../images/sheet_card.png") no-repeat 0 0 / 100% 100%;
}

.sheet_manual{
    position: relative;
    height: 46px;
    line-height: 46px;
}

.sheet_manual.has:before {
    background: rgba(0, 0, 0, 0) url("../images/sheet_card02.png") no-repeat scroll 0 0 / 100% 100%;
    content: "";
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}


.sheet_paper{
    position: relative;
    height: 46px;
    line-height: 46px;
}

.sheet_paper.has:before {
    background: rgba(0, 0, 0, 0) url("../images/sheet_card03.png") no-repeat scroll 0 0 / 100% 100%;
    content: "";
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}


/*上传弹框*/
.tk_warp{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .7;
    filter: alpha(opacity=70);
    z-index: 99;
}
.upload_pop{
    position: absolute;
    width: 500px;
    top: 200px;
    left: 50%;
    padding-bottom: 30px;
    background: #ffffff;
    margin-left: -250px;
    z-index: 100;
}
.main_box{
    padding: 10px 20px 20px;
}
.each_title{
    display: inline-block;
    line-height: 32px;
    margin-right: 5px;
    margin-left: 10px;
}
.fill_name{
    width: 460px;
    height: 24px;
    line-height: 24px;
    padding: 3px 10px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    outline: none;
}
.select_box{
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    box-sizing: content-box;
    outline: none;
    text-indent: 10px;
}
.ml20{
    margin-left: 20px;
}
.mt30{
    margin-top: 30px;
}
.upload_name{
    display: inline-block;
    width: 238px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #d4d4d4;
    border-right: none;
    border-radius: 3px 0 0 3px;
}
.upload_btn{
    display: inline-block;
    width: 80px;
    line-height: 32px;
    color: #ffffff;
    background: #1bb674;
    border-radius: 0 3px 3px 0;
    text-align: center;
    cursor: pointer;
}
.upload_btn+input[type="file"]{
    display: none;
}
.upload_btn:hover{
    color: #ffffff;
    background: #20c981;
}
.upload_btn:active{
    color: #ffffff;
    background: #19a569;
}
.kcontent {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    font-size: 14px;
    margin: 5px auto 0;
    min-height: 600px;
    overflow: hidden;
    padding: 12px 20px 20px;
    width: 960px;
}
body, button, input, select, textarea {
    font-family: "Microsoft YaHei",arial,SimSun,sans-serif,tahoma;
}