﻿#text-table-p {
    font-weight: 400 !important;
}

#col {
    text-align: center !important;
}

.content-data {
    position: relative;
}

.overlay-action {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
}

.content-data:hover .overlay-action {
    opacity: 1;
}

#table-col1 .dropdown-menu {
    padding: 10px 10px 0 10px;
    cursor:pointer;
}

.edit-shift-infinite-container {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    overflow: auto;
    max-height: 500px;
}

.ant-input {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 250px ;
    height: 32px;
    padding: 7px 13px;
    color: rgba(0,0,0,.65);
    font-size: 13px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4e9f0;
    border-radius: 4px;
    transition: all .3s;
}

    .ant-input:placeholder-shown {
        text-overflow: ellipsis;
    }

.text-right {
    text-align: right !important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.flex-row {
    flex-direction: row !important;
}

.d-flex {
    display: flex !important;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}


.edit-shift-infinite-container .ant-list-item {
    padding-left: 20px;
    padding-right: 20px;
}

    .edit-shift-infinite-container .ant-list-item .right {
        flex: 1;
        text-align: right;
    }

#label-shift-table {
    font-size: 12px;
    margin: 0px !important;
    font-weight:bold;
}

.colorBlue {
    color: dodgerblue;
}

.select2-selection__rendered {
    /*float: left !important;*/
}

/*phân ca*/
.dot-wrapper {
    line-height: 1;
}

    .dot-wrapper > .dot {
        display: inline-block;
        height: 5px;
        width: 5px;
        border-radius: 2.5px;
        margin-left: 1px;
        margin-right: 1px;
    }


.note-footer {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .note-footer > .note-item {
        display: flex;
        align-items: center;
        margin: 0 10px;
        font-size: 10px;
    }

        .note-footer > .note-item > .dot {
            height: 10px;
            width: 10px;
            border-radius: 5px;
            background: blue;
            margin-right: 3px;
        }

.date-range {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    height: 32px;
    padding: 7px 13px;
    color: rgba(0,0,0,.65);
    font-size: 13px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4e9f0;
    border-radius: 4px;
    transition: all .3s;
}

    .date-range:focus, .ant-input:focus {
        outline: none !important;
    }






.content-data-img {
    position: relative;
}

.overlay-action-img {
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s ease;
}

.content-data-img:hover {
    opacity: 0.5;
}

    .content-data-img:hover .overlay-action {
        opacity: 1;
    }