html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.no-data-popupno-data-popup {

}

.no-data-popup h2 {
    font-size: 18px;
    color: #000;
    margin: 0px;
    font-weight: normal;
    padding: 0;
}

.no-data-popup .btn {
    background: #c0d4ed;
    border: solid 1px #a0bddf;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    padding: 3px 15px;
}

.no-data-popup .modal-header {
    padding: 5px 15px;
    border-bottom: solid 1px #8eb2e4;
}

.no-data-popup .modal-body {
    padding: 10px;
}

.no-data-popup .blue-box {
    background: #e9f0f8;
    border: solid 1px #8db2e3;
    border-radius: 5px;
    padding: 15px;
    color: #000;
    font-size: 14px
}

.no-data-popup .modal-footer {
    padding: 5px 10px;
    border-top: solid 1px #8eb2e4;
}


.custom-error-page {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12%;
}

.custom-error-page .card {
        margin: 0 auto;
        width: 46%;
    }

.custom-error-page .heading {
    background-color: #1b60c7
}

.custom-error-page heading img {
        max-width: 100%;
        height: auto;
        border-radius: 4px;
    }

.custom-error-page .inner {
    padding: 48px 50px 0px 50px;
}

.custom-error-page p {
    font-size: 14px;
    color: #000;
    height: 50%;
    text-align:center;
}

.custom-error-page button {
        font-weight: bold;
        font-size: 14px;
        padding: 5px 15px;
        color: #1b60c7;
        border:none;
        border-top: solid 1px #8eb2e4;
        background-color: #fff;
		margin-top: 50px;
}