/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

html {
    font-family: Heebo, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

a {
    color: #0056B3;
}

label {
    display: block;
}

body {
    color: #5a5a5a;
}

.body-content {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

/* Custom Alerts
---------------------------------------------------*/

.myAlerts {
    display: block;
    margin-bottom: -15px;
    margin-top: 70px;
    position: relative;
}

/* IHDA 
---------------------------------------------------*/

.lead {
    font-size: 1.1rem !important;
    font-weight: 400 !important;
}

.h50 {
    height: 50px;
}

.ihda-blue {
    color: #0069aa !important;
}

.ihda-orange {
    color: #e38e25 !important;
}

.navbar-dark, .bg-primary {
    background-color: #1c416f !important;
}

.btn-primary {
    background-color: #0056B3 !important;
    border-color: #0056B3 !important;
}

.k-dropdown, .k-dropdown-wrap, .k-numerictextbox, .kendoDropDownList-wrap, .k-datepicker {
    border-color: #ced4da !important;
    color: #495057 !important;
    font-size: 100% !important;
    height: 39px !important;
}

    .k-dropdown-wrap ::placeholder, .k-numerictextbox ::placeholder, .k-maskedtextbox ::placeholder {
        color: #6c757d !important;
    }

.k-numeric-wrap .k-input {
    text-indent: 0 !important;
}

.k-numerictextbox .k-numeric-wrap {
    border-color: #ced4da !important;
    border-radius: .25rem;
}

.form-control .k-textbox {
    border-color: #ced4da !important;
    border-radius: .25rem;
    color: #495057 !important;
    font-size: 115% !important;
    height: 35px !important;
    text-indent: 0 !important;
}

.success-color {
    border-color: #28a745 !important;
    padding-right: calc(1.5em + .75rem);
}

.k-invalid-msg {
    display: none !important;
}

.k-datepicker .k-picker-wrap.k-invalid {
    border: 0px !important;
}

.k-state-disabled {
    color: #000 !important;
}

.border {
    border-radius: .25rem !important;
}

.form-control:invalid, .form-control:valid, .form-control.is-valid {
    background-image: none !important;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

.carousel {
    margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */

.carousel-item {
    height: 32rem;
}

    .carousel-item > img {
        height: 32rem;
        left: 0;
        min-width: 100%;
        position: absolute;
        top: 0;
    }


/* Resources content
-------------------------------------------------- */

.resources {
    padding-bottom: 2rem;
}

    /* Center align the text within the three columns below the carousel */

    .resources .col-lg-4 {
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .resources h2 {
        font-weight: 400;
    }

    .resources .col-lg-4 p {
        margin-left: .75rem;
        margin-right: .75rem;
    }


/* Featurettes
------------------------- */

.featurette {
    padding-bottom: 2rem;
}

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the resources headings */

.featurette-heading {
    /*font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;*/
}

/*////////////// Notification or Toast Messages //////////////*/

/* Sets icon size to 32px */

.k-icon-32 {
    font-size: 32px !important;
}

/* Sets icon size to 48px */

.k-icon-48 {
    font-size: 48px !important;
}

/* Sets icon size to 64px */

.k-icon-64 {
    font-size: 64px !important;
}

/* Notice templates */

.k-notification-info.k-group {
    background: rgba(0%, 0%, 0%, .7);
    color: #fff;
}

/* Error template */

.k-notification-error.k-group {
    background: rgba(100%, 0%, 0%, .7);
    color: #fff;
}

/* Success template */

.k-notification-upload-success.k-group {
    background: rgba(0%, 60%, 0%, .7);
    color: #fff;
}

.info-notice,
.warning-notice,
.success-notice,
.error-notice {
    min-height: 50px;
    min-width: 300px;
}

    .info-notice i,
    .warning-notice i,
    .success-notice i,
    .error-notice i {
        float: left;
        margin: 0px 20px 0px 20px;
    }

    .info-notice h3,
    .warning-notice h3,
    .success-notice h3,
    .error-notice h3 {
        font-size: 1em;
        padding: 32px 0 0 0;
    }

    .info-notice p,
    .warning-notice p,
    .success-notice p,
    .error-notice p {
        font-size: 1em;
        padding: 0px 20px 10px 20px;
    }

.notice-x {
    cursor: pointer;
    font-size: large;
    margin: 5px 10px 5px 0px;
    text-align: right;
}

.k-info-colored {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #134595 !important;
}


.k-error-colored {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #a71e1b !important;
}

.k-progress-colored {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #eec81a !important;
}

.k-success-colored {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #28a745 !important;
}

.myCheckbox, .chkbx, .chkbx2, .myRadio {
    height: 24px !important;
    vertical-align: text-top;
    width: 24px !important;
}

.myBlockedElement {
    opacity: 0.4;
    pointer-events: none;
}

.darker-blue {
    color: #07519F !important;
}

.myBlockedLabel {
    pointer-events: none;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

/****** Extra Small screens 500-575 *****/

@media (max-width: 575px) {
}

/****** Small screens 576-767 *****/

@media (max-width: 767px) {
}

/****** Medium screens 768-991 *****/

@media (max-width: 991px) {
    .mt-5 {
        margin-top: 0px !important;
    }
}

/****** Large screens 992-1999*****/

@media (max-width: 1999px) {
}
