.mt-10 { margin-top: 10px; }

.sidebar-dark-primary{
    background-color: #082743!important;
}

.m-025rem{
    padding: 0.25rem!important;
}

i:hover {
    opacity: 50%;
}

.vetrinaTableHeader{
    padding: 4px;
    border: 1px solid black;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #007fff;
    color: white;
    font-size: 15px;
}
.vetrinaTableTitle{
    color: red;
    font-size: 40px;
}

th{
    vertical-align: middle!important;
}

.primaryColor{
    color: #007fff;
}

.dangerColor{
    color: #dc3545;
}

.successColor{
    color: #28a745;
}

fieldset {
    border: 1px solid #cac1c1 !important;
    padding: 0.5em !important;
    margin: 0.5em !important;
}

fieldset legend {
    width: auto;
    color: #0046d5;
    font-size: 70%;
}

.personalized-input-file {
    background-color: white;
    border: 1px solid slategrey;
}

.cursorPointer {
    cursor: pointer;
}

.filterAdv {
    border: solid 1px #c8e3ff;
    /*padding-top: 1rem!important;*/
}

.filterable {
    margin-top: 15px;
}

.filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
    height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
    color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
    color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
    color: #333;
}

.headerTableType1 {
    background-color: #55a7ff;
    color: #fff;
}

.bpm-primary {
    background-color: #082743 !important;
    border-color: #082743 !important;
}
.btn-bpm-primary {
    background-color: #082743 !important;
    color: #fff;
}
.btn-bpm-primary:hover {
    background-color: #366086 !important;
    color: #fff;
}

.truncateCell {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 1px;
}

.datatable-responsive-per, .datatable_container{
    width: 100%;
    overflow-x: auto;
}

.dataTables_filter {
    text-align: end;
}

.dataTableHead {
    background-color: #007fff;
    color: #fff;
}

.filterHeadInput {
    background-color: #ffffff;
    font-weight: bold;
}

.pagination {
    justify-content: flex-end !important;
}

.centerItems {
    justify-content: center;
    align-items: center;
}
.categorySettingFilters {
    width: calc(100% - 300px);
}
.categorySettingFilters .row {
    margin: 10px;
}
.border-type-1 {
    border: 1px solid #bdbdbd;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.font-15 {
    font-size: 15px;
}
.table-modified-1 {
    width: auto !important;
}
.table-modified-1 td,
.table-modified-1 th {
    padding: 2px 0px !important;
    border-top: 1px solid #55a7ff42 !important;
}
.table-modified-1 input {
    padding: 2px 3px !important;
}
.divContainerTableFilter {
    display: flex;
    justify-content: center;
    width: 100%;
}
.margin-5 {
    margin: 5px !important;
}
.border-irregular-head-white {
    border: 1px solid #ffffff !important;
    padding: 2px 3px !important;
}
.btn-show {
    color: #ffffff;
    background-color: #007fff;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}
.btn-show:hover {
    background-color: #0056ab;
}

.selected-row {
    background-color: #b8d9f7;
}
.categories-filter {
    height: 500px;
    overflow-y: auto;
}
.btn-center-mb-10 {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.input-create-adv {
    height: auto !important;
    padding: 0 0.75rem !important;
}
.form-group-create-adv {
    margin-bottom: 0.5rem !important;
}
fieldset {
    padding-top: 0 !important;
}
fieldset .title {
    background-color: #082743;
    color: #ffffff;
    justify-content: center;
    font-weight: 600;
    padding: 5px;
}

.white-space-nowrap {
    white-space: nowrap;
}

.wrap-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-type-2 thead {
    background-color: #5a6f81;
    color: #ffffff;
}

.custom-tooltip {
    position: relative;
    display: inline-block;
}

.custom-tooltip .tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: black;
    color: #fff;
    text-align: justify;
    border-radius: 6px;
    padding: 5px 5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.custom-tooltip:hover .tooltiptext {
    visibility: visible;
}

/* form required option */
.form-group .required:after, .form-group-sm .required:after {
    color: red;
    content: '*';
}

/* breadcrumbs */
.breadcrumb-container {
    padding: 0 0.5rem;
}

.breadcrumb {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
}

.breadcrumb > li + li:before {
    content: "\203A " !important;
}

li.breadcrumb-item a:hover {
    text-decoration: underline;
}

/* for sidebar */
nav ul li {
    width: 100%;
}

#treeArea > .he-tree.tree > li > ul:first-child {
    padding-inline-start: 0;
}

nav ul li p {
    margin-left: 4px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    margin-right: 10px !important;
}

nav ul li a.nav-link {
    display: flex !important;
    align-items: center;
}

.ml-rem-1 {
    margin-left: 1rem !important;
}

.ml-rem-2 {
    margin-left: 2rem !important;
}

.ml-rem-3 {
    margin-left: 3rem !important;
}

.ml-rem-4 {
    margin-left: 4rem !important;
}

.ml-rem-5 {
    margin-left: 5rem !important;
}

.ml-rem-6 {
    margin-left: 6rem !important;
}

.ml-rem-7 {
    margin-left: 7rem !important;
}

.ml-rem-8 {
    margin-left: 8rem !important;
}
.overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255,255,255,0.8);
}
.spinnerOverlayCrown {
    width: 82px;
    height: 82px;
}
.spinnerOverlayImg {
    border-radius: 35px;
    overflow: hidden;
    width: 70px;
    height: 70px;
    position: absolute;
}
.modal-default>.modal-header {
    background-color: #082743;
    color: #FFFFFF;
}
.modal-default>.modal-header>button {
    color: #FFFFFF;
}
.modal-default>.modal-footer {
    border-top: 0px;
    display: flex;
    justify-content: center;
}

.label-no-decoration {
    font-weight: normal!important;
    margin-bottom: 0;
}

/* datatable number of data info */
div.dataTables_length label {
    margin-bottom: 0;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0 !important;
}

.append-as-search-button {
    cursor: pointer;
}

.font-12px { font-size: 12px }
.input-upper { text-transform: uppercase; }
@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p {
        width: 100%;
    }
}

@media screen and (min-width: 800px){
    .adv-modal-center{
        width: calc(100% - 20rem)!important;
        max-width: 100%!important;
    }
}

@media screen and (min-width: 800px) {
    .adv-modal-center {
        width: calc(100% - 20rem) !important;
        max-width: 100% !important;
    }
}
