html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Loading Blocker */
#loading-blocker {
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(100, 100, 100, 0.8);
    backdrop-filter: blur(3px);
    z-index: 9999;
}


/* Navbar Styles */
.my-header-nav-background {
    background: linear-gradient(#014c82, #00355c);
}


#my_header_nav #navbar-logo {
    height: 60px;
}

#my_header_nav a.navbar-brand {
    display: flex;
    align-items: center;
}

#my_header_nav a.navbar-brand > div {
    display: flex;
    flex-direction: column;
    margin-left: 1em;
}

#my_header_nav a.navbar-brand > div > h1 {
    font-size: 1.3em;
    margin-bottom: 0px;
}

#my_header_nav a.navbar-brand > div > p {
    font-size: 0.6em;
    margin: 0px;
    line-height: 1;
    font-style: italic;
}

/* Select Element Styling */
select {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIHZlcnNpb249IjEuMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUwxMCAxTDYgNkwyIDEiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4=');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
    appearance: none;
    -webkit-appearance: none;
}

.single-line-ellipsis {
    white-space: nowrap; /* Ensure text stays on a single line */
    overflow: hidden; /* Hide overflow content */
    text-overflow: ellipsis; /* Add ellipsis for overflowing text */
}

.wrapper-sign {
    position: relative;
    width: auto;
    height: 155px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid black;
}

.signature-pad {
    /*position: absolute;*/
    left: 0;
    top: 0;
    width: 400px;
    height: 150px;
    background-color: white;
}

.my-date-field {
    width: 150px;
}

.required-field:before {
    color: red;
    content: "*"
}

.two-dot:after {
    content: ":"
}

.has-error .form-control, .has-error .form-control:focus {
    border-color: #ed5565;
}

.has-error .select2-selection, .has-error .select2-selection:focus {
    border-color: #ed5565;
}

.has-error .control-label {
    color: #ed5565;
}

.my-check-box {
    width: 20px;
    height: 20px;
    /*margin-left: 20px;*/
}

.control-label {
    /*padding-top: 7px;
    font-family: Verdana, Geneva, sans-serif;*/
    font-size: 13px;
    font-weight: bold;
    color: black;
    /*padding-bottom: 0px !important;*/
    margin-bottom: .2rem;
}

.my-phone-ext {
    width: 100px !important;
}

/*Validate ToolTips*/
.tooltip-inner {
    max-width: 300px;
    padding: 0;
}

.tooltip-alert {
    padding: 8px 10px;
    font-weight: bolder;
    color: #A94442;
}
/*Validate ToolTips*/


.my-bg-primary {
    background-color: #3071a9;
}

/*hide and show datatable columns */
.first-of-type\:rounded-t-md:first-of-type {
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
}

.last-of-type\:rounded-b-md:last-of-type {
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: .375rem;
}

.column-visible, .column-visible:focus, .column-visible:hover {
    background-color: #0b69ab;
    color: #fff;
}

/**/

/*select2*/
/*.select2-asset-dropdown .select2-results__option {
    white-space: nowrap;
    padding: 5px;
}

.select2-asset-dropdown .select2-result-asset {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

.select2-asset-selection .select2-selected-asset {
    display: flex;
    justify-content: space-between;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 200px;*/ /* Adjust the width as needed */
/*}

.select2-container .select2-dropdown {
    width: auto !important;*/ /* Adjust the width of the dropdown */
/*}

.select2-container .select2-results__option {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select2-container .select2-result-asset__number {
    width: 30%;
    display: inline-block;
}

.select2-container .select2-result-asset__description {
    width: 70%;
    display: inline-block;
}

.select2-container--open .select2-dropdown {
    width: 100% !important;
    min-width: 400px;
}*/
/**/

.my-custom-width-control {
    width: 200px!important;
}

.my-cursor-pointer {
    cursor: pointer;
}

table.my-event-table td.my-td-event-info-label {
    width: 20%;
    text-align: left;
    font-weight: 500;
}

table.my-event-table td.my-td-event-info-text {
    text-align: left;
}

.my-container-fluid {
    padding: 20px;
    background-color: #f7f9fc;
}

.table-responsive {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 15px;
}

