body {
    font-family: 'Montserrat', sans-serif;
    padding-top: 50px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 600px) {

    label {
        text-align: left;
        font-weight: bold;
    }

    .col-form-label {
        text-align: left;
        font-weight: bold;
    }
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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: 280px;
}*/
.validation-summary-errors li {
    list-style-type: none;
}

.validation-summary-errors ul {
    padding-left: 0px;
}

.ihislogo span {
    background-image: url("IHiSlogo.png");
    position: relative;
    background-position: left bottom;
    width: 50px;
    height: 26px;
    padding-top: 10px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -999em;
}

.ihislogo {
    vertical-align: middle;
}

.applogo {
    background-image: url("Applogo.png");
    position: relative;
    background-position: left right;
    width: 290px;
    height: 60px;
    background-repeat: no-repeat;
    display: block;
    text-indent: -999em;
    margin-top: 0.2px;
}

.applogo-icon {
    top: 12px;
    color: #dddddd;
    font-size: 23px;
}

.jumbotron {
    background-color: #fff !important;
}

.container.body-content {
    padding-top: 5px;
}

@-ms-viewport {
    width: device-width;
}

.navbar-custom .navbar-nav > li > a {
    color: #fff;
}

.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-custom .navbar-brand {
    color: #eeeeee;
}

select option:not(:disabled) {
    color: black;
}

select option:disabled {
    color: #C0C0C0;
    text-decoration: line-through !important;
}


.btn .btn-primary {
    width: 220px;
}

.btn-navy-blue {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-navy-blue:active {
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-navy-blue:hover {
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
    }


.box-container {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.form-box-container {
    margin-top: 40px !important;
    margin-bottom: 70px !important;
    margin-left: 100px !important;
}

.hr {
    border-bottom: 2px double lightgray;
}

.container.body-content {
    padding-top: 5px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div {
    display: block;
    unicode-bidi: isolate;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
}

.footer {
    position: sticky;
    bottom: 0;
    width: 100%;
}


@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha-container .card {
    width: 245px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-home:before {
    content: "";
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0 rem;
}

.bg-dark {
    --bs-bg-opacity: 1;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}




.h4, h4 {
    font-size: 18px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h4 {
    display: block;
    /*    margin-block-start: 1.33em;*/
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    /*font-weight: bold;*/
    unicode-bidi: isolate;
}

.line {
    border-bottom: 1px solid #888;
}

.h3, h3 {
    font-size: 24px;
}



.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}



body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}



html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.btn-3d {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #337ab7;
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 11px #4d565f;
    transition: all 0.3s ease;
}

    .btn-3d:active {
        box-shadow: 0 2px #0056b3;
        transform: translateY(3px);

    }


.btn-tr-3d {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    
}


.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;

}
