﻿
/* FOR 细览  大小切换*/
.font0,.font0 p,.font0 div,.font0 td,.font0 a{
    font-size: 0.9em !important;;
    line-height: 180% !important;
}

.font1,.font1 p,.font1 div,.font1 td,.font1 a {
    font-size: 1em !important;
    line-height: 180% !important;
}

.font2,.font2 p,.font2 div,.font2 td,.font2 a {
    font-size: 1.2em !important;
    line-height: 180% !important;
}

/*For 概览*/
.loadinfo{ margin: 30px auto ; text-align: center}

.pointer{ cursor: pointer }


.datatable td.col1,.datatable th.col1 { width: 6% }
.datatable td.col2,.datatable th.col2 { width: 16% }
.datatable td.col3,.datatable th.col3 { width: 24% }
.datatable td.col4,.datatable th.col4 { width: 32% }
.datatable td.col5,.datatable th.col5 { width: 40% }
.datatable td.col6,.datatable th.col6 { width: 48% }
.datatable td.col7,.datatable th.col7 { width: 56% }
.datatable td.col8,.datatable th.col8 { width: 64% }
.datatable td.col9,.datatable th.col9 { width: 72% }
.datatable td.col10,.datatable th.col10 { width: 80% }
.datatable td.col11,.datatable th.col11 { width: 88% }
.datatable td.col12,.datatable th.col12 { width: 100% }
.datatable td{ overflow: hidden ; text-overflow: ellipsis ;}

.datatable .thead{font-weight: bold ; text-align: center}
.datatable .center{ text-align: center }
.datatable td,.datatable th{ padding: 5px 8px }

.tableborder{ border: 1px solid #ddd; border-collapse:collapse;border-spacing:0;}
.tableborder td , .tableborder th{ border:  1px solid #ddd}


/*For Tab*/
.tabCont{ border-bottom : 2px solid #ccc; height: 38px; }
.tabCont .tab{  list-style: none ;  }
.tabCont .tab li,.tabCont .tab li a { float: left ; font-size: 16px; line-height: 38px; height: 38px; padding: 0 20px;}
.tabCont .tab li a ,.tabCont .tab li a:link ,.tabCont .tab li a:visited { text-decoration: none !important; }
.tabCont .tab li:hover ,.tabCont .tab li.active {border-bottom: 2px solid #2188e4 ; color: #2188e4;}
.tabCont .tab li:hover a,.tabCont .tab li.active a{ color: #2188e4; }
.tabCont .tab li.disabled{ cursor: not-allowed ; }
.tabCont .tab li.disabled a{ color: #ccc ;cursor: not-allowed ; }

/* For Myzj Form */
.form{}
.form div label{ }
.form .error{ border:  1px solid #ff0000 !important; }
.form div::after{clear:both }
.form div .label{ display: inline-block;float: left ; width: 100px; text-align: right ; padding: 10px; font-weight: bold  }
.form div .input{ width: 600px; float: left ; padding: 10px;}
.form div .form-control{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.form div input.form-control {
    height: 28px;
}
.form div textarea.form-control{
}
.form div .half{ width: 50% !important;}


.form .btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-family: inherit;
}
.form .btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}
.form .btn-default:focus,
.form .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.form .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}