@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600&display=swap);

.dummy-border {
    border: 1px solid grey;
}

.dummy-red-border {
    border: 1px solid red;
}

.unselectable {
    user-select: none;
}

.test-fade {
    display: "block" !important;
    transition: 2s;
}

.ant-form-item-label label {
    margin-bottom: 0px !important;
}

.underline {
    text-decoration: underline;
}

.underline-on-hover:hover {
    text-decoration: underline;
}

.on-hover-pointer:hover {
    cursor: pointer;
}

.on-hover-red:hover {
    color: red;
    transition: 0.5s;
}

.on-hover-green:hover {
    color: green;
    transition: 0.5s;
}

.on-hover-text-primary:hover {
    color: #0f85ff;
    transition: 0.5s;
}
.on-hover-bg-fade:hover {
    opacity: 0.9;
}

.bg-fade {
    opacity: 0.9;
}

.hover-cell {
    background-color: #f5f5f5;
    transition: 0.3s;
    cursor: pointer;
}

.unhover-cell {
    background-color: none;
    transition: 0.4s;
}

/* .table th:hover {
    opacity: 0.7;
} */

/* .table thead:hover {
    cursor: pointer;
} */

.table thead tr th {
    vertical-align: middle;
}

.table tbody td {
    vertical-align: middle;
}

.table-daily-report th {
    text-align: center;
    border: 1px solid #ccc !important;
}

.table-daily-row-bottom-line {
    border-bottom: 2px solid #ccc !important;
}

.width-100-percent {
    width: 100%;
}

.width-130 {
    width: 130px;
}

.width-260 {
    width: 260px;
}

.height-65 {
    height: 65px !important;
}

.height-100 {
    height: 100px !important;
}

.min-width-175 {
    min-width: 175px;
}

.min-width-200 {
    min-width: 200px;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-top-negative-20 {
    margin-top: -20px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-top-13 {
    margin-top: 13px !important;
}

.margin-top-17 {
    margin-top: 17px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-bottom-negative-20 {
    margin-bottom: -20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-top-0 {
    margin-bottom: 0px !important;
}

.table-time-history td,
.table-time-history th {
    text-align: center;
}

.table-time-history tbody tr:hover {
    background-color: #fafafa;
    transition: 0.3s;
}

.drawer-footer {
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e9e9e9;
    padding: 10px 16px;
    background: #fff;
    text-align: right;
    position: absolute;
}

.ant-form-explain,
.ant-form-extra {
    min-height: 3px !important;
}

.anticon svg {
    vertical-align: text-top;
}

.ant-radio-group {
    display: block !important;
    line-height: 0 !important;
}

.ui-timepicker-standard {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
        "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica,
        Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol" !important;

    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background-color: #fff !important;
    border: 1px solid #e9e9e9 !important;
    border-top-width: 1.02px !important;
    border-radius: 4px !important;
    outline: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    user-select: none !important;
}

.ui-timepicker-standard .ui-state-hover {
    /* overwrites .ui-state-hover */
    background-color: #e6f7ff !important;
    border: 1px solid transparent !important;
    font-weight: normal !important;
    color: #646464 !important;
}

.ui-timepicker-standard .ui-menu-item {
    color: rgba(0, 0, 0, 0.65) !important;
}

.side_bar_version {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
}

.parent-badge {
    margin-right: 14px !important;
}

.badge-pill {
    padding-right: 0.6em !important;
    padding-left: 0.6em !important;
    border-radius: 10rem !important;
}

.textCenter {
    text-align: center;
    vertical-align: middle !important;
}

.leaveCountHeader {
    min-width: 60px;
    text-align: center;
}