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;
}