
.list {
    margin-top: 50px;
    position: relative;
    margin-bottom: 50px;
}

.list .add {
    position: absolute;
    right: 0px;
    top: -42px;
    width: 100px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.thead-default th {
    color: #607d8b;
    background-color: #cfd8dc;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #cfd8dc;
}

.table td {
    height: 280px;
}

.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #cfd8dc;
    text-align: center !important;
    vertical-align: middle;
}

.button {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    transition: all 0.2s ease-in-out;
    color: #fff;
    margin: 0 2px;
    cursor: pointer;
}

.c-yellow {
    background-color: #f8cb00;
}

.c-red {
    background-color: #f86c6b;
}

.c-green {
    background-color: #4dbd74;
}

.c-blue {
    background-color: #20a8d8;
}

.c-yellow_0_7 {
    background-color: rgba(248, 203, 0, 0.71);
}

.c-red_0_7 {
    background-color: rgba(248, 108, 107, 0.71);
}

.c-green_0_7 {
    background-color: rgba(77, 189, 116, 0.71);
}

.c-blue_0_7 {
    background-color: rgba(32, 168, 216, 0.71);
}

td video {
    max-width: 300px;
    max-height: 250px;
}

.pageinfo{
    font-size: 12px;
    margin-left: 15px;
    margin-top: 20px;
    position: absolute;
    color: #6B6B6B;
}

.page {
    display: block;
    -webkit-user-select: none;
    user-select: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
    margin: 0;
    padding: 05px 0 10px 20px;
}

.page li {
    list-style-type: none;
    display: inline-block;
    padding: 10px 20px;
    margin: 0 1px;
}

.card {
    position: fixed;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #cfd8dc;
    width: 500px;
    padding-bottom: 10px;
    display: none;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #eceff1;
    border-bottom: 1px solid #cfd8dc;
    position: relative;
}

.card-header .close {
    color: #000;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
}

.card-block {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-block span {
    display: inline-block;
    font-size: 12px;
    width: 40px;
}

.form-control {
    display: inline-block;
    width: 82%;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    color: #607d8b;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin: 5px 0 0 2%;
}

.category {
    width: 88%;
}

.submenu{
    display: none;
    position: fixed;
    padding:0;
    z-index: 9;
}

.submenu>li{
    background: #A8A8A8;
}