﻿.dataTables_wrapper {
    margin-top: 20px;
}

    .dataTables_wrapper .dataTables_filter {
        float: left !important;
        text-align: right;
    }

div.dt-buttons {
    position: relative;
    float: right !important;
}

#myTable_filter input {
    margin-left: 10px;
    width: 250px;
}

.my-container {
    padding: 1.5em;
}

.breadcrumb{
    margin-bottom:0 !important;
}

.chon-chu-ho:hover {
    cursor: pointer;
    color: #ff6a00;
}

.them-thanh-vien:hover {
    cursor: pointer;
    color: #ff6a00;
}

.thanh-vien-chuyen-di:hover {
    cursor: pointer;
    color: #ff6a00;
}

.chon-ben-nam:hover {
    cursor: pointer;
    color: #ff6a00;
}
.chon-ben-nu:hover {
    cursor: pointer;
    color: #ff6a00;
}

/*Check box*/
/*! CSS Used from: https://coreui.io/demo/css/style.css */
*, *::before, *::after {
    box-sizing: border-box;
}

label {
    display: inline-block;
    margin-bottom: 0;
}

input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input {
    overflow: visible;
}

    input[type=checkbox] {
        box-sizing: border-box;
        padding: 0;
    }

@@media print {
    *, *::before, *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
}

.switch {
    display: inline-block;
    width: 48px;
    height: 35px;
}

.switch-input {
    display: none;
}

.switch-slider {
    position: relative;
    display: block;
    height: inherit;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #c8ced3;
    transition: .15s ease-out;
    border-radius: 0rem;
}

    .switch-slider::before {
        position: absolute;
        top: 2px;
        left: 2px;
        box-sizing: border-box;
        width: 29px;
        height: 29px;
        content: "";
        background-color: #fff;
        border: 1px solid #c8ced3;
        transition: .15s ease-out;
        border-radius: 0rem;
    }

.switch-input:checked ~ .switch-slider::before {
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
}

.switch-input:disabled ~ .switch-slider {
    cursor: not-allowed;
    opacity: .5;
}

.switch-label {
    width: 64px;
}

    .switch-label .switch-slider::before {
        z-index: 2;
    }

    .switch-label .switch-slider::after {
        position: absolute;
        top: 50%;
        right: 1px;
        z-index: 1;
        width: 50%;
        margin-top: -.5em;
        font-size: 15px;
        font-weight: 600;
        line-height: 1;
        color: #c8ced3;
        text-align: center;
        text-transform: uppercase;
        content: attr(data-unchecked);
        transition: inherit;
    }

    .switch-label .switch-input:checked ~ .switch-slider::before {
        -webkit-transform: translateX(29px);
        transform: translateX(29px);
    }

    .switch-label .switch-input:checked ~ .switch-slider::after {
        left: 1px;
        color: #fff;
        content: attr(data-checked);
    }

.switch-outline-primary-alt .switch-input:checked + .switch-slider {
    background-color: #fff;
    border-color: #20a8d8;
}

    .switch-outline-primary-alt .switch-input:checked + .switch-slider::before {
        background-color: #20a8d8;
        border-color: #20a8d8;
    }

    .switch-outline-primary-alt .switch-input:checked + .switch-slider::after {
        color: #20a8d8;
    }



