
.warning-tip {
    color: red;
}

.certification-query .btn {
    padding: 8px 10px;
}

.btn-primary {
    background-color: #2386EE;
}
.valid{
    width:44px;
    height:20px;
    background:rgba(90,195,40,1);
    border-radius:10px;
    font-size: 10px;
    color: white;
    line-height:17px;
    padding: 3px 12px;
}
.invalid{
    width:44px;
    height:20px;
    background:rgba(188,194,210,1);
    border-radius:10px;
    font-size: 10px;
    color: white;
    line-height:17px;
    padding: 3px 12px;
}


div.modal-lg {
    width: 80%;
}

.certification-query {
    margin-right: -50px;
    margin-left: -50px;
    padding-left: 180px;
    padding-right: 180px;
    margin-top: -60px;
    background: rgba(237, 242, 255, 1);
}
.carousel-control {
    background-image: none !important;
}

.carousel-control.carousel-index {
    width: 3%;
}

.carousel.carousel-index {
    height: 400px;
}
.carousel-index p {
    text-shadow: none;
}

.carousel-caption.carousel-index {
    position: relative;
    top: 100px;
    bottom: auto;
    text-align: left;
    left: auto;
    right: auto;
}

.carousel-caption.carousel-index p:nth-of-type(1) {
    font-size: 40px;
    margin-bottom: 0;
}
.carousel-caption.carousel-index p:nth-of-type(2) {
    font-size: 22px;
    margin-top: 14px;
}

.carousel-caption.carousel-index p:nth-of-type(3) {
    font-size: 22px;
    font-weight: bold;
}

.carousel.carousel-index .item {
    height: 400px;
}

.carousel-inner.carousel-index > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
}

.emptyFont{
    text-align: center;
    font-size: 22px;
    color: #999999;
    height: 280px;
    padding: 126px;
}

.panel {
    margin-bottom: 10px;
}

.param-form .btn {
    border: none;
    width: 116px;
}

.param-form label {
    font-weight: 400;
}

.param-form input {
    border-radius: 2px;
}

.complete-credential {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
}

.complete-credential table {
    width: 80%;
}

.complete-credential table td, tr {
    padding: 8px 4px;
}

.complete-credential table tr:nth-child(odd) {
    background-color: #F8F9FD; /* Color for odd rows */
}

.complete-credential table tr:nth-child(even) {
    background-color: #EDF4FA; /* Color for even rows */
}

.complete-credential table tr:hover {
    background-color: #cde4fa; /* Color for even rows */
}

.complete-credential .base-body-title {
    background-color: #e2f2f1 !important;
    width: 120px !important;
}

.complete-credential .param-body-course {
    width: 200px;
    text-align: center
}

@media (max-width: 768px) {

    .carousel-caption.carousel-index p:nth-of-type(1) {
        font-size: 34px;
        margin-bottom: 0px;
    }

    .carousel-caption.carousel-index p:nth-of-type(2), .carousel-caption.carousel-index p:nth-of-type(3) {
        font-size: 36px;
        font-weight: bold;
    }


}





