﻿.table-container .td-button {
    width: 250px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border: 0px;
    /*height: 45px;*/
    padding-top: 7.5px;
}
/*.textright {
    text-align: right;
    width: 25%;
    border: 0px
}*/
.table-container .textright {
    text-align: right;
    width: 25%;
    border: 0px
}

.table-container {
    border-collapse: collapse;
    /*border: 1px solid #dcdcdc;*/ /* 边框颜色 */
    width: calc(100% - 30px); /* 100% 减去左右两侧各 15px 的距离 */
    margin: 0 auto; /* 水平居中 */
    padding: 0 15px; /* 左右各 15px 的内边距 */
    /*font-family: Arial, Helvetica, sans-serif;*/ /* 设置字体 */
}
    .table-container tr {
        height:45px;
    }
    .table-container th {
        width: 20%;
        border: 1px solid #f1f1f1; /* 边框颜色 */
        padding: 0px 20px;
    }

    .table-container td {
        
        border: 1px solid #f1f1f1; /* 边框颜色 */
        padding: 0px 20px;
        
    }
.blackspan {
    font-family: 'Microsoft YaHei', sans-serif; /* 微软雅黑字体，如果系统中没有这个字体则使用无衬线字体 */
    /*color: black;*/ /* 字体颜色为黑色 */
    font-size: 13px; /* 字号为13像素 */
}

a.RedBorder {
    width: 70px;
    height: 30px;
    line-height: 24px;
    /*margin: auto;*/
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #191919;
    border: none;
    outline: none;
    background-position: 0 -150px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    /*background-color: #4285f4;*/
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #4285f4;
    position: relative;
}
.Submit {
    width: 70px;
    height: 30px;
    line-height: 24px;
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 13px;
    font-weight: normal;
    border: none;
    outline: none;
    background-position: 0 -150px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
 
}
.Submit.disabled {
    background-color: #adadad;
}
.RedBorder badge {
    position: absolute;
    top: -6px;
    right: -6px;
    border-radius: 0.25em;
    padding: 2px 5px; /* 内边距 */
    background-color: #4285f4; /* 背景色 */
}
a.ActionInfo {
    width: 70px;
    height: 30px;
    line-height: 24px;
    margin: auto;
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    border: none;
    outline: none;
    background-position: 0 -150px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: #4285f4;
    display: inline-flex; /* 使用flex布局 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    border-radius: 5px; /* 添加圆角 */
}
.badge.badge-warning.pull-right {
    position: absolute;
    top: -6px;
    right: -6px;
    border-radius: 0.25em;
    /*padding: 2px 5px;*/ /* 内边距 */
    background-color: #4285f4; /* 背景色 */
    color: #fff;
}
.ManagerTextBox {
    width: 300px; /* 设置宽度为200px */
    height: 30px; /* 设置高度为30px */
    border: 1px solid #ddd; /* 设置边框为1像素的实线，颜色为灰色 */
    border-radius: 3px; /* 设置圆角为3px */
    /* 其他样式属性 */
}
.btn.btn-outline.btn-default.position-relative {
    position: relative;
}