[data-link] {
    cursor: pointer;
}

.table-no-outside-border {
    border: 0px solid #e3e6f0;
}

.table-no-outside-border thead tr th {
    border-top: 0px solid #e3e6f0;
    border-left: 0px solid #e3e6f0;
    border-right: 0px solid #e3e6f0;
}

.table-no-outside-border tbody tr td {
    border-left: 0px solid #e3e6f0;
    border-right: 0px solid #e3e6f0;
}

.table-form-control-hover > tbody > tr:hover > td > .form-control {
    color: #6e707e;
    background-color: #fff;
    border-color: #bac8f3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, .25);
}

.table-horizontal > tbody > tr > th {
    background: #f9f9f9;
    vertical-align: middle;
    border-top: 1px solid #eceeef;
}
.table-horizontal > tbody > tr > td {
    vertical-align: middle;
    border-top: 1px solid #eceeef;
}

.form-group-label {
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    position: relative;
    top: 11px;
    left: 10px;
    background-color: white;
    z-index: 5;
    font-size: 16px;
    border-radius: 5px;
}

.form-group-label + .form-control {
    padding-top: 5px;
    min-height: calc(2em + 0.75rem + 2px);
}

.form-group-label + span.form-control {
    padding-top: 10px;
}

.table-td-no-bordered td, .table-td-no-bordered th {
    border: 0px solid #e3e6f0;
}

.form-control {
    height: auto;
}

.form-control > input[type="checkbox"] {
    margin: 5px 0px;
    width: 25px;
    height: 25px;
}

.pointer{
    cursor:pointer;
}

.toast{
    flex-basis: 550px;
    max-width: 550px;
    z-index: 9999!important;
}

.alert ul li{
    font-size:16px;
}

.modal{
    padding-right: 0px !important;
}

.bootstrap-select.form-control{
    border: 1px solid #d1d3e2;
}
.bootstrap-select.form-control button.btn{
    background-color: #fff !important;
    border-color: #fff !important;
    outline: none !important;
    box-shadow:none !important;
    color: #999 !important;
}

.form-control-x{
    width:25px;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input[type=file].form-control::file-selector-button {
    border: 0px;
    border-right: 1px solid #ced4da;
    padding: .4em .4em;
    border-radius: 0px;
    background-color: white;
    transition: 1s;
}
/*
input[type=file].form-control::file-selector-button:hover {
    background-color: white;
    border: 0px;
    border-right: 1px solid #ced4da;
}
*/
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.float-end {
    float: right !important;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #747a80 !important;
}
.text-end {
    text-align: right !important;
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(32,183,153, 1) !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

div.row.justify-content-center{
    width: 100%;
}
