html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 50px;
    margin-bottom: 60px;
}

body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*    color: #676a6c;
    background-color: #2f4050;*/
}

.cover-icon {
    color: #2e86c1;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px;
    padding-right: 10px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 300px;
}

.medium-textbox {
    max-width: 375px;
}

.small-textbox {
    max-width: 150px;
}


.button {
    width: 75px;
    background: #fff;
    padding: 8px;
    text-align: center;
    border-radius: 3px;
    color: #333;
    border: 1px solid #adadad;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.mygrid-wrapper-div {
    overflow: scroll;
}

.navbar-custom {
    background-color: #000080;
}

.bold {
    font-weight: bold;
}

.btn-custom {
    background-color: #00008B;
    color: #FFF;
    border-color: #000080;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-default {
    background-color: #000080;
    color: #FFF;
    border-color: #191970
}

.form-control[readonly].no-field-editing-datepicker {
    background-color: inherit;
}

.email-chips-container {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 4px 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    cursor: text;
    min-height: 38px;
    align-items: center;
    background: #fff;
    max-width: 300px;
}

.email-chips-container:focus-within {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.email-chip {
    background-color: #00008B;
    color: #fff;
    border-radius: 16px;
    padding: 2px 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82em;
    white-space: nowrap;
}

.email-chip-remove {
    cursor: pointer;
    font-size: 1.1em;
    line-height: 1;
    opacity: 0.8;
}

.email-chip-remove:hover {
    opacity: 1;
}

.email-chips-container input.email-chips-input {
    border: none;
    outline: none;
    flex: 1;
    min-width: 160px;
    padding: 2px 0;
    font-size: 0.9rem;
    max-width: none;
    width: auto;
    box-shadow: none;
}