.image_thumbnail {
    max-height: 100px;
}

legend {
    color: red !important;
}

.login-box,
.register-box {
    width: 800px;
    margin: 3% auto;
}

table1 {
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    /* table-layout: fixed; // ***********add this
    word-wrap:break-word; // ***********and this */
}

/*
  .big-col {
    width: 400px !important;
  } */

/* table td span {
    word-wrap: break-word;
    max-width: 400px;
  } */
.DTFC_RightBodyLiner,
.DTFC_RightBodyLiner {
    overflow-x: hidden;
}
table {
    border-collapse: collapse !important;
}

.datepicker {
    z-index: 1151 !important;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible
    + .select2-container
    .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible
    + .select2-container
    .select2-selection__arrow,
select[readonly].select2-hidden-accessible
    + .select2-container
    .select2-selection__clear {
    display: none;
}

.select2-container--bootstrap .select2-results__option[aria-selected="true"] {
    background-color: #bca9a9 !important;
}

#npd-table-div,
.ndp-corner-all {
    background-color: lightgray;
}

a.btn.btn-primary.ladda-button {
    margin-top: 8px;
}

.radio-inline {
    line-height: 34px;
}

.select2-dropdown {
    z-index: 9999 !important;
}

.bootstrap-timepicker-minute,
.bootstrap-timepicker-hour,
.bootstrap-timepicker-meridian,
.bootstrap-timepicker-second {
    width: 50px !important;
}

/* ::-webkit-scrollbar {
    width: 5px;
} */

.bg-secondary-c {
    background-color: lightgray !important;
    border-bottom: 3px solid darkgray !important;
    font-weight: bold;
    color: black;
}

.back-btn {
    background-color: grey;
    color: white;
    border-radius: 4px;
    padding: 1px 7px 1px 2px;
    font-size: 14px;
    transition: transform 0.2s;
}
.back-btn:hover {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 15px;
}

.content-header {
    padding: 10px 10px 0px 15px !important;
}

h3 {
    margin: 0px !important;
    padding: 0px !important;
}

.input-group-addon {
    padding: 0px 7px !important;
    color: blue;
    background-color: rgb(222, 229, 243) !important;
    font-weight: bold;
}

.DTFC_RightBodyLiner {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}
.DTFC_RightHeadWrapper {
    right: 0px !important;
}

.DTFC_RightBodyWrapper {
    top: 0px !important;
}
.table th {
    /* padding: 0.4rem !important; */
    border-top: none;
    background-color: #c8ced3;
    font-size: 15px;
}

.print_export_button {
    background-color: blue !important;
    color: white !important;
    border-radius: 5px 5px 5px 5px;
}

.print_export_button.buttons-colvis {
    background-color: green !important;
}

.swal2-popup {
    font-size: 1.6rem !important;
}


.dropbtn {
    background-color: #048713;
    color: white;
    padding: 3px;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
}
.dropdown {
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}
.dropdown-content a {
    display: block;
    color: black;
    padding: 5px 5px;
    text-decoration: bold;
}
.dropdown-content a:hover {
    background-color: #ddd;
}
.caret-reversed {
    -ms-transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}
