table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    vertical-align: middle;
}

table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting {
    background-image: none;
}

.wizard>.content>.title.current {
    padding: 13px;
}

.ht-28 {
    height: 28px;
}

.ui-datepicker {
    z-index: 10000 !important;
}

.table-wrapper {
    position: relative;
}

.btn-export {
    position: absolute;
    right: 230px;
    z-index: 50;
}

.footer-back {
    margin-top: 30px;
    background-color: #1D2939;
}

a {
    color: #334864;
}

a:hover {
    color: #1D2939;
}

tr.group,
tr.group:hover {
    background-color: #dee2e6 !important;
}

.br-menu-sub .sub-item.separated::after {
    content: "";
    display: block;
    border-top: 1px solid #707d8b;
    padding-top: .5rem;
    margin-top: .5rem;
    transform: translateX(17px);
    width: 75%;
}

/*
.grecaptcha-badge {
  visibility:hidden;
}
*/

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {}

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}


/***************************************************************************/
/* input placeholder */

::-webkit-input-placeholder {
    /* Chrome */
    /*color: #17A2B8 !important;*/
    transition: opacity 250ms ease-in-out;
}

:focus::-webkit-input-placeholder {
    opacity: 0.5;
}

:-ms-input-placeholder {
    /* IE 10+ */
    /*color: #17A2B8 !important;*/
    transition: opacity 250ms ease-in-out;
}

:focus:-ms-input-placeholder {
    opacity: 0.5;
}

::-moz-placeholder {
    /* Firefox 19+ */
    /*color: #17A2B8 !important;*/
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}

:focus::-moz-placeholder {
    opacity: 0.5;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    /*color: #17A2B8 !important;*/
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}

:focus:-moz-placeholder {
    opacity: 0.5;
}

/***************************************************************************/
/* The form validators */

.is-required {
    display: inline;
    color: rgb(150, 30, 30);
    padding-left: 5px;
}

.is-invalid {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    border-color: rgb(150, 30, 30);
}

.control-valid {
    font-size: small;
    color: rgb(150, 30, 30);
    margin-left: 15px;
    margin-right: 15px;
}

/***************************************************************************/
/* The customcheck */
.customcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 6px;
}

/* Create a custom checkbox */
.radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: rgb(187, 86, 86);
    border-radius: 10px;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked~.checkmark {
    background-color: #02cf32;
    border-radius: 6px;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input~.radiomark {
    background-color: rgb(175, 37, 37);
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked~.radiomark {
    background-color: #02cf32;
    border-radius: 10px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after,
.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked~.checkmark:after,
.customcheck input:checked~.radiomark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after,
.customcheck .radiomark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/***************************************************************************/

/* Translations */
.flag-lang {
    padding-left: 2px;
    padding-right: 2px;
    border: none;
    height: 15px;
}

.flag-lang-current {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    height: 20px;
}

.icoTranslate {
    margin-left: -35px;
    z-index: 99;
}

/***************************************************************************/

/* List module CSS */
.icoHeaders {
    margin-left: -35px;
    z-index: 99;
}


/***************************************************************************/

/* Carousel  */

.carousel.full-width {
    margin: 0 !important;
    left: -10% !important;
    width: 120% !important;
}

.carousel.full-width .carousel-item {
    position: absolute !important;
    top: -50% !important;
}


/***************************************************************************/

/* Slider : class divImage  */
.divImage {
    float: left;
    margin-right: 4px;
    padding: 8px;
    border: solid 1px darkgrey;
}

.slideshow-list {
    margin: 10px 0px 10px 0px;
}

.img-border-wrapper {
    display: block;
    text-align: center;
    position: relative;
    text-decoration: none;
    margin-bottom: 30px;
}

.img-border-a:before,
.img-border-a:after {
    position: absolute;
    content: "";
    transition: all .25s;
}

.img-border-a:before {
    width: 10%;
    height: 33%;
    left: -10px;
    bottom: -10px;
}

.img-border-a:after {
    width: 10%;
    height: 33%;
    top: -10px;
    right: -10px;
}

.img-border-a:hover:before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}

.img-border-a:hover:after {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}

ul.pagination {
    justify-content: center !important;
}


/* Lists  */

.lst-status.fa-check {
    color: #fff;
}

.lst-status.fa-times {
    color: #fff;
    padding-left: 2px;
    padding-right: 2px;
}


/* Back to top */
#btnTop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    /*padding: 10px;*/
    font-size: 30px;
    height: 43px;
    border-radius: 35px;
}

/* Loading hourglass */
.loadingHourglass {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1000000000000000;
    /*background-color: rgba(233, 236, 239, 0.8);*/
    background-color: rgba(29, 41, 57, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loadingHourglass_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid #17A2B8;
    /*border-color: #17A2B8 transparent #1D2939 transparent;*/
    border-color: #17A2B8 transparent #E9ECEF transparent;
    animation: lds-hourglass 1.8s infinite;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}


/* Bootstrap panels */
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    /* border-color: #ddd; */
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.search-intro a {
    color: black;
}

.search-icon {
    height: 20px;
    float: left;
    margin-right: 5px;
}

.search-title {
    font-size: larger;
    color: #1A0DAB;
}

.search-content {
    margin-bottom: 20px;
}

/* Custom tooltip */
.btn-tooltip {
    position: relative;
}

.btn-tooltiptext {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    bottom: 125%;
    left: 0;
    opacity: 0;
    width: 95%;
    max-width: 95%;
    white-space: normal;
    overflow-wrap: break-word;
    color: black;
    background-color: lightgrey;
    border: solid 1px darkgrey;
    border-radius: 6px;
    padding: 5px;
    transition: opacity 0.3s;
}

.btn-tooltiptext-hover {
    visibility: visible;
    opacity: 1;
}

.list-item-selected {
    color: black;
    background-color: lightgrey;
    border: solid 1px darkgrey;
    border-radius: 6px;
}


/* List cards  */

.list-card {
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease-in-out;
    margin: 5px;
}

.list-card:hover {
    box-shadow: none;
}

/* Clockmachine */
.clockmachine-switch {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.clockmachine-switch-input {
    width: 5em;
    height: 1.5em;
    background-color: #6c757d;
    border-color: #6c757d;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
}

.clockmachine-switch-input:checked {
    background-color: #28a745;
    border-color: #28a745;
}

.clockmachine-switch-input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    background-color: #6c757d;
    border-radius: 1em;
    position: relative;
    transition: background-color 0.2s;
}

.clockmachine-switch-input[type="checkbox"]::before {
    content: '';
    position: absolute;
    top: 0.15em;
    left: 0.15em;
    width: 1.2em;
    height: 1.2em;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.2s;
}

.clockmachine-switch-input[type="checkbox"]:checked::before {
    transform: translateX(3.5em);
}

.clockmachine-switch-input:focus {
    box-shadow: none;
}

.clockmachine-switch-label {
    font-size: 1.8rem;
    margin: 0;
    font-weight: 500;
}
