.admin-content {
    min-height: 400px; background-color: white;
}
.list-group-btn {
    float: right;
}
.list-group-btn button {
    margin-left: 10px;
}
.group-btn-filter button:nth-child(2) {
    margin-left: 10px;
}
.page-header .page-header-title {
    font-size: 30px;
}
.back-to-list {
    float: right;
    line-height: 60px;
}
.data-form .ant-form-item-label label {
    font-weight:  normal;
}
.data-form .ant-form-item-control label {
    font-weight:  normal;
}
.anticon {
    display: inline-block;
    font-style: normal;
    vertical-align: baseline;
    text-align: center;
    text-transform: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ynsi_license_list_domain_client .button-icon {
    font-size: 20px;
    margin: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.anticon {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.dynamic-add-button {
    color: #000;
}
.dynamic-detail-button:hover,.dynamic-add-button:hover {
    color: #0087ff;
}
.anticon:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 500;
}
.eachlicense-item .anticon {
    margin-left: 9px;
    font-size: 16px;
    padding-top: 10px;
    /*font-weight: bold;*/
}
.eachlicense-switch{
    margin-left: 10px !important;
    margin-top: 0 !important;
}
.eachlicense-switch.ant-switch-checked {
    background-color: #00cb00 !important;
}
.button-active {
    color: green;
}
.button-deactive {
    color: red;
}
.dynamic-edit-button:hover {
    color: green;
}
.dynamic-del-button {
    color:red;
}
.ant-timeline-item-content {
    overflow: hidden !important;
}
.ant-timeline .ant-timeline-item:last-child .ant-timeline-item-tail {
    border-left: 2px dotted #e8e8e8 !important;
    display: none  !important;;
}
.ant-timeline-item-content .ant-btn{
    height: 28px;
    width: 44px;
    padding: 0 9px;
}
.license-add-timeline-btn {
    cursor: pointer !important;
}
.license-add-btn {
    cursor: pointer;
    color:#537cff;
    border-bottom: 1px dotted #537cff;
}
.license-list-timeline .ant-timeline-item-content {
    padding-left:0 !important;
    margin-left: 18px !important;
}
.ant-collapse-item {
    background: none !important;
}
.license-label {
    font-weight:bold;
    color: #0000007a
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
    padding: 16px 16px;
    word-break: normal !important;
}