﻿
/*Authen*/

p,
h1,
h2,
h3,
h4,
h5,
a,
td,
select,
li,
th,
div,
input {
    font-family: DBHeavent !important;
}


.css_body_auhen {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-image: url('../../Content/imgs//background/bg-business-team.jpg');
    background-size: cover;
    overflow: hidden;
    background: #151F6D !important;
}

.css_authen_section {
    padding: 20px 40px;
}

.table {
    width: 100% !important;
}

tr td:first-child
{
    /* styles */
    /*border-top-left-radius:16px*/
}

tr td:last-child 
{
}
    .css-tabel-container {
    overflow-y: hidden;
    overflow-x: auto;
}

.css_card {
    width: 400px;
    padding: 3% 4%;
    margin: auto;
    border-radius: 20px;
}

.css_forgot_password {
    cursor: pointer;
    transition: 1s;
}


@media (max-width: 600px) {
    .css_card {
        width: 95%;
        padding: 4%;
        margin: auto;
        border-radius: 20px;
    }
}

.css-action-th {
    width: 10%;
}

.css-table {
    width: 100%;
}

    .css-table > thead > tr > th,
    .css-table > tbody > tr > th,
    .css-table > tfoot > tr > th,
    .css-table > thead > tr > td,
    .css-table > tbody > tr > td,
    .css-table > tfoot > tr > td {
        border-top: 0;
        line-height: 1.42857;
        padding: 8px;
        vertical-align: top;
    }

.dataTables_filter {
    float: left !important;
}

.table > thead:first-child > tr:first-child > th {
    /*padding: 10px 8px !important;*/

}

.pure-material-checkbox {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    font-size: 16px;
    line-height: 1.5;
}
    /* Input */
    .pure-material-checkbox > input {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        z-index: -1;
        position: absolute;
        left: -7px;
        top: -2px;
        display: block;
        margin: 0;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
        box-shadow: none;
        outline: none;
        opacity: 0;
        transform: scale(1);
        pointer-events: none;
        transition: opacity 0.3s, transform 0.2s;
    }

    /* Span */
    .pure-material-checkbox > span {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        color: #6f7173;
        font-size: 14px;
    }

        /* Box */
        .pure-material-checkbox > span::before {
            content: "";
            display: inline-block;
            box-sizing: border-box;
            margin: 3px 10px 3px 1px;
            border: solid 2px; /* Safari */
            border-color: #2296f3;
            border-radius: 2px;
            width: 16px;
            height: 16px;
            vertical-align: top;
            transition: border-color 0.2s, background-color 0.2s;
        }

        /* Checkmark */
        .pure-material-checkbox > span::after {
            content: "";
            display: block;
            position: absolute;
            top: 3px;
            left: 1px;
            width: 10px;
            height: 5px;
            border: solid 2px transparent;
            border-right: none;
            border-top: none;
            transform: translate(3px, 7px) rotate(-45deg);
        }

    /* Checked, Indeterminate */
    .pure-material-checkbox > input:checked,
    .pure-material-checkbox > input:indeterminate {
        background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    }

        .pure-material-checkbox > input:checked + span::before,
        .pure-material-checkbox > input:indeterminate + span::before {
            border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
        }

        .pure-material-checkbox > input:checked + span::after,
        .pure-material-checkbox > input:indeterminate + span::after {
            border-color: #2296f3;
        }

        .pure-material-checkbox > input:indeterminate + span::after {
            border-left: none;
            transform: translate(4px, 3px);
        }

    /* Hover, Focus */
    .pure-material-checkbox:hover > input {
        opacity: 0.04;
    }

    .pure-material-checkbox > input:focus {
        opacity: 0.12;
    }

    .pure-material-checkbox:hover > input:focus {
        opacity: 0.16;
    }

    /* Active */
    .pure-material-checkbox > input:active {
        opacity: 1;
        transform: scale(0);
        transition: transform 0s, opacity 0s;
    }

        .pure-material-checkbox > input:active + span::before {
            border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
        }

    .pure-material-checkbox > input:checked:active + span::before {
        border-color: transparent;
        background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    }

    /* Disabled */
    .pure-material-checkbox > input:disabled {
        opacity: 0;
    }

        .pure-material-checkbox > input:disabled + span {
            color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
            cursor: initial;
        }

            .pure-material-checkbox > input:disabled + span::before {
                border-color: currentColor;
            }

    .pure-material-checkbox > input:checked:disabled + span::before,
    .pure-material-checkbox > input:indeterminate:disabled + span::before {
        border-color: transparent;
        background-color: currentColor;
    }

.swal2-title {
    font-size: 1.275em !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0;
}

/*.keyword-icon {
        font-size: 20px;
        margin: 6px;
        color: #767676;
        transform: rotateZ(90deg)
    }*/

/*#keyword {
        border: solid 0.1px #e5e6e70d;*/
/* width: 140px; */
/*outline: none;
    }*/

.search-group {
    border: solid 1px #e5e6e7;
    width: fit-content;
}

.select2-container--default .select2-selection--single {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    height: 33px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.select2-dropdown {
    border: 1px solid #ddd;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #1ab394;
    border-radius: 3px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1ab394;
    color: white;
    padding: 10px 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 3px;
    padding-right: 15px;
}

.img-circle {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #105bab;
    background-image: url('../../Content/imgs/user.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.card-select {
    border-color: rgba(26, 179, 148, 0.3);
    background-color: rgba(26, 179, 148, 0.1);
}

    .card-select .p-name {
        color: rgba(26, 179, 148, 1);
        margin: 0px;
        font-weight: 500;
    }

    .card-select .btn-delete-times-circle {
        cursor: pointer;
        font-size: large;
        color: gray;
    }

        .card-select .btn-delete-times-circle:hover {
            cursor: pointer;
            font-size: large;
            color: red;
        }

/*table.dataTable thead tr, table.dataTable thead tr {
            padding: 10px 18px;
            border-bottom: 1.18px solid #000000;
        }

        table.dataTable thead th, table.dataTable thead td {
            padding: 10px 18px;
            border-bottom: none;
        }

        table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
            display: none;
        }*/

/*.btn {
        padding: .35rem .75rem !important;
        border: 0 !important;
    }*/

.detail-multi-line {
    white-space: pre-wrap;
}

.detail-collapsed {
    max-height: 80px;
    overflow-y: auto;
}

table.dataTable thead tr, table.dataTable thead tr {
    padding: 10px 18px;
    border-bottom: 1.18px solid #000000;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    overflow:hidden
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: none;
}

.select2-container--default .select2-selection--single {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    height: 33px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.select2-dropdown {
    border: 1px solid #ddd;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #1ab394;
    border-radius: 3px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1ab394;
    color: white;
    padding: 10px 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 3px;
    padding-right: 15px;
}

.img-circle {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #105bab;
    background-image: url('@Url.Content("~/Content/imgs/TemplateMobile/invis-user.png")');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.card-select {
    border-color: rgba(26, 179, 148, 0.3);
    background-color: rgba(26, 179, 148, 0.1);
}

    .card-select .p-name {
        color: rgba(26, 179, 148, 1);
        margin: 0px;
        font-weight: 500;
    }

    .card-select .btn-delete-times-circle {
        cursor: pointer;
        font-size: large;
        color: gray;
    }

        .card-select .btn-delete-times-circle:hover {
            cursor: pointer;
            font-size: large;
            color: red;
        }

.note-editor {
    width: 100%;
}

.select2-selection {
    width: 100% !important;
}

.css-content {
    margin-top: 21px;
}

.widget-count {
    cursor: pointer;
}

.select2-container--default .select2-selection--single {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    height: 40px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    border-radius: 8px;
    display: grid;
    align-items: center;
}
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 6px;
        right: 8px;
        width: 20px;

    }
.select2-dropdown {
    border: 1px solid #ddd;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #1ab394;
    border-radius: 3px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1ab394;
    color: white;
    padding: 10px 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 3px;
    padding-right: 15px;
}


.authen-input {
    border-top: 0;
    border-right: 0;
    border-left: 0;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.css_body {
    background: #ddd;
}

.error-card {
    height: fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 180px;
    box-shadow: 0 0 22px #00000014;
    padding: 20px;
    padding-bottom: 20px;
    border-radius: 30px;
    background: #9152f8;
    background: linear-gradient(45deg, #2b42bf 30%, #2b42bf 100%);
    /* background: -webkit-linear-gradient(top, #7579ff, #b224ef); */
    background: -o-linear-gradient(top, #7579ff, #b224ef);
    background: -moz-linear-gradient(top, #7579ff, #b224ef);
    background: linear-gradient(top, #7579ff, #b224ef);
    color: white;
}

.error-title {
    font-size: 8rem;
    background-color: transparent;
    padding: 4px;
}

.error-description {
    font-size: 1.5rem;
    transform: translateY(-20px);
}

.error-action {
    cursor: pointer;
    color: white;
}

.date-picker {
    font-size: 12px !important;
    /*padding-left: 12px !important;*/
}

.version-text {
    opacity: 0.5;
    /* position: relative; */
    /* text-align: center; */
    font-size: 10px;
    /* color: white; */
    height: -171%;
    max-height: 54%;
    margin-top: -25%;
    transform: translateY(44vh);
}

    .version-text span {
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
        margin: auto;
    }

.css-color-input {
    height: 34px;
    width: 20px !important;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 15px;
}


.service-type {
    position: relative;
    cursor: pointer;
    width: fit-content;
    margin: 8px 8px;
    margin-left: 0px;
    /*height: 200px;*/
    background: #0041c3;
    color: white;
    border-radius: 8px;
    padding: 16px;
}

.css-Choose {
    position: absolute;
    width: fit-content;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.modal-scroll {
    max-height: 64vh;
    overflow-y: auto;
    overflow-x: hidden;
}
/* HIDE RADIO */
/*[type=radio] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }*/

/* IMAGE STYLES */
[type=radio] + svg {
    cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + svg {
    outline: 2px solid #05369cab;
    padding: 12px;
    border-radius: 16px;
    transform: scale(1.5);
    transition: 0.3s;
}




::-webkit-scrollbar {
    width: 0.4em;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    /*outline: 1px solid slategrey;*/
}

.font-weight-bold {
    font-weight: 500 !important;
}

.mini-menu {
    overflow-y: visible !important;
    overflow-x: visible !important;
}

.companycode {
    margin-right: 36px !important;
    color: #fff;
    padding: .375rem .75rem;
    background: #05145a;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .companycode {
        margin-right: 20px !important;
    }
}

select.form-control:not([size]):not([multiple]) {
    height: 2.50rem;
}

.btn-view {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
}
.btn {
    align-items: center !important;
    min-height: 40px;
    border-radius: 60px;
    padding: 8px 18px;
    text-align:center
  
}
    .btn i{
        margin-right:7px
    }
    .form-control {
        min-height: 40px;
        border-radius: 8px !important;
    }

.input-group {
    min-height: 35px;
    border-radius: 0;
}

.select2 {
    /*margin-top: 8px;*/
}

.badge-primary {
    padding: 2px 4px;
    color: white;
    text-align: center;
    border-radius: 3px;
    width: fit-content;
    margin: auto;
}

.text-right {
    text-align: right;
}


.custom-password-eye span {
    border-color: #e5e6e7;
    background: none;
}

.hide-password-icon:after {
    content: '';
    display: block;
    position: absolute;
    /*background */
    background: url(../imgs/icons/password_eye_hide.png) no-repeat 0px 0px;
}

.custom-control {
    padding-top: .25rem;
    display: inline-block;
    width: fit-content !important;
    padding: 3px 29px;
    margin-right: 8px;
}

.custom-control-input {
    display: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/** focus shadow pinkish **/
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

/* The popup bubble styling. */
.popup-bubble {
    /* Position the bubble centred-above its parent. */
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    /* Style the bubble. */
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 60px;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
    color: white;
    background: #FE2C25;
}

/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble-anchor {
    /* Position the div a fixed distance above the tip. */
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
}

    /* This element draws the tip. */
    .popup-bubble-anchor::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        /* Center the tip horizontally. */
        transform: translate(-50%, 0);
        /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
        width: 0;
        height: 0;
        /* The tip is 8px high, and 12px wide. */
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #FE2C25;
    }

/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container {
    cursor: auto;
    height: 0;
    position: absolute;
    /* The max width of the info window. */
    width: 200px;
}

/* The popup bubble styling. */
.popup-bubble2 {
    /* Position the bubble centred-above its parent. */
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    /* Style the bubble. */
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
    color: white;
    background: #55607f;
}

/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble2-anchor {
    /* Position the div a fixed distance above the tip. */
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
}

    /* This element draws the tip. */
    .popup-bubble2-anchor::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        /* Center the tip horizontally. */
        transform: translate(-50%, 0);
        /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
        width: 0;
        height: 0;
        /* The tip is 8px high, and 12px wide. */
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #55607f;
    }

.noti-box {
    color: #676a6c;
    width: inherit;
}

    .noti-box:hover {
        color: #676a6c;
        background: #F8F8F8;
        cursor: pointer;
    }


.menu-padding{
    padding-top:60px !important;
}


.menu-collapse.collapsing {
    -webkit-transition: none !important;
    transition: none !important;
    display: none !important;
}
/* .collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
} */

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
    border: 1px solid #e5e6e7;
    background: white;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.td-title {
    width: 150px;
    white-space: nowrap;
}

    .td-title p {
        white-space: nowrap;
    }

.error {
    margin-bottom: 0;
}

form input, form select {
    width: 100% !important;
}

    form input[type=radio] {
        width: auto !important;
    }

.blockUI {
    z-index: 9999 !important;
}

#notiDropdown {
    left: 0;
    right: 20px;
    top: 80px;
    min-width: 300px;
}

@media only screen and (max-width: 600px) {
    #notiDropdown {
        left: auto;
        right: 20px;
        top: 80px;
        min-width: 300px;
    }
}

.rotate-icon {
    float: right;
    font-size: 24px;
    transition: 0.4s;
}

.ais-text-primary:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.input-group-append {
    cursor: pointer
}

.datetime input {
    background-color: white !important;
}

.disabled {
    background-color: #e9ecef !important;
}
/** BEGIN CSS NEEDED FOR SWITCH **/
.on-off-toggle {
    width: 56px;
    height: 24px;
    position: relative;
    display: inline-block;
}

.on-off-toggle__slider {
    width: 56px;
    height: 24px;
    display: block;
    border-radius: 34px;
    background-color: #ffffff;
    transition: background-color 0.4s;
    box-shadow: 0 0 2px #00000038
}

    .on-off-toggle__slider:before {
        content: '';
        display: block;
        /* box-shadow: 0 0 0 1px #949494; */
        bottom: 3px;
        height: 18px;
        left: 3px;
        position: absolute;
        transition: .4s;
        width: 18px;
        z-index: 5;
        border-radius: 100%;
        background: #99cc55;
    }

    .on-off-toggle__slider:after {
        display: block;
        line-height: 24px;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: bold;
        content: attr(data-off);
        color: #8dc640;
        padding-left: 21px;
        transition: all 0.4s;
        text-align: center;
    }

.on-off-toggle__input {
    /*
    This way of hiding the default input is better 
    for accessibility than using display: none;
  */
    position: absolute;
    opacity: 0;
}

    .on-off-toggle__input:checked +
    .on-off-toggle__slider {
        background-color: #8DC63F;
        box-shadow: 0 0 2px #0000003d;
    }

        .on-off-toggle__input:checked +
        .on-off-toggle__slider:before {
            transform: translateX(32px);
            background-color: #ffffff;
        }

        .on-off-toggle__input:checked +
        .on-off-toggle__slider:after {
            content: attr(data-on);
            color: #fff;
            padding-right: 22px;
            text-align: center;
            padding-left: 0px;
        }

.swal2-title {
    margin-top: 7px;
}

.swal2-container.swal2-center > .swal2-popup {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: center;
    padding-top: 14px;
}

.page-document {
    min-height: 711px;
  
    border-radius:16px;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #e9ecef
}

.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 12px;
    height: 21px;
}
.wrapper{
    border-radius:8px!important;
}