﻿ /*招聘公司注册*/
.company-table {
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 12px;
}

.company-table td {
    padding: 5px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.company-table .table-title {
    /*background: rgba(58,103,210,0.8);*/
    background: #9c1d26;
    color: #fff;
}

.company-table .checkMail {
    font-size: 14px;
    color: blue;
    text-decoration: none;
}

.company-table input[type='text'], select {
    vertical-align: baseline;
}

.company-table input[type='radio'] {
    margin-top: -2px;
}

.company-table .register {
    outline: none;
    border: none;
    font-size: 14px;
    color: #fff;
    text-align: center;
    height: 32px;
    line-height: 32px;
    background: #3a67d2;
    width: 100px;
    cursor: pointer;
    font-family: "微软雅黑";
}

.tdLess a {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    width: 517px;
}

#gta{overflow:hidden;}
#gta li{float:left;padding:0 4px;}
#gta #MainNeedSpeName-error{position:absolute;bottom:0;right:0;}

/*单位状态*/
.company-table .search-state a{
    display:inline-block;
    width:100px;
    height:36px;
    line-height:36px;
    text-align:center;
    color:#ffffff;
    border-radius:6px;
    margin-left:16px;
}
.company-table .search-state a:hover{
    color:#ffffff !important;
}
.company-table .search-state #SearchUnitRegistration{
    background:#87CEFA;
}
.company-table .search-state .sign-out{
    background:#9c1d26;
}