﻿.online-admission-wrapper {
    background-size: cover !important;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}

.online-admission-box {
    background: rgba(255,255,255,1);
    padding: 30px 30px 40px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.3);
    width: auto;
    color: #080f46;
    text-align: center;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 0px 2px 58px -11px rgba(0,0,0,1);
    -moz-box-shadow: 0px 2px 58px -11px rgba(0,0,0,1);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.logo {
    width:110px;
    display:block;
    border-radius:100%;
    margin:0 auto 5px;
}
.logoLarge {
    width: 210px;
    display: block;
    margin: 0 auto 5px;
}
.header1 {
    font-size: 45px;
    margin-bottom: -7px;
}
.header2 {
    font-size: 24px;
    margin-bottom: 25px;
}

.btnbar {
    border-top:1px solid #dddddd;
    padding-top:9px;
    margin-top:0px;
}
.btnbar table {
    width:400px;
    border-collapse:collapse;
    margin:0 auto;
}
.btnbar table td {
    padding:0 20px;
}
.btnbar .btn {
    border: 2px solid #080f46;
    font-size: 16px;
    color: #080f46;
    font-weight: 600;
    display: inline-block;
    padding: 10px 20px;
    min-width: 210px;
    border-radius: 30px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
    .btnbar .btn:hover {
        background: #080f46;
        color: #ffffff;
    }
.powereby {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    color: #fff;
    font-size: 13px;
    padding: 5px 15px;
    text-align: center;
    background: #080f46;
}

.powereby a {
    color: #fff;
}
.section-title-oa {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.title-adm-open {
    font-size: 24px;
    margin-bottom: 14px;
    font-weight: bold;
    color: #3a71ab87;
}
.count-down-labels > div {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 5px 0 5px;
    text-transform: uppercase;
    width: 140px;
    color: #3a71ab61;

}

@media(max-width:767px) {
    .online-admission-wrapper {
        width: 100vw;
    }

    .online-admission-box {
        max-width: calc(100% - 30px);
    }

    .header1 {
        font-size: 30px;
    }

    .header2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .btnbar table {
        width:100%;
    }
    .btnbar table td {
        padding: 0 10px;
    }

    .btnbar .btn {
        padding: 6px 20px;
        min-width: 130px;
    }

    .countdown {
        width:400px;
        height:55px !important;
        margin:0 auto 5px;
    }

    .countdown ul.flip {
        width: calc(12.7% - 10px) !important;
    }
    .count-down-labels > div {
        margin: 0 0 0 20px !important;
        width: calc(25% - 17px);
        float: left;
        font-size: 13px;
    }
        .count-down-labels > div:first-child {
            margin: 0 0 0 5px !important;
        }
    .count-down-labels:after {
       content:"";
       display:block;
       width:100%;
       font-size:0px;
       line-height:0px;
       clear:both;
       float:none;
    }
    .countdown ul.nth-child-2np2-notlast:after, .countdown ul.flip:nth-child(2n+2):not(:last-child):after {
        top: -16% !important;
    }
}

.btnbar {
    position: relative;
    min-height: 82px;
}

#cbox .btninstruction {
    font-size: 13px !important;
    text-decoration: underline !important;
}

.status-notification {
    position: relative;
    top: 8px;
    font-size: 17px;
    padding:3px 5px 5px;
    /*border:1px solid #ffffff;*/
    /*transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;*/
    color:rgba(0,0,0,0);
    -webkit-animation-name: blinkEffect;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes blinkEffect {
    /*0% {
        opacity:1;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }*/
    0% {
        text-shadow: 0 0 0 #080f46;
        transform:scale(1,1);
    }
    
    50% {
        text-shadow: 0 0 0 #c00000;
        transform: scale(1,1);
    }
    100% {
        text-shadow: 0 0 0 #080f46;
        transform: scale(1,1);
    }
}

@media screen and (orientation:portrait) and (max-width: 767px) {
    .online-admission-box {
        padding: 15px 15px 20px !important;
    }
    body .countdown {
        width: 280px !important;
        height: 35px !important;
    }
        body .countdown ul.flip {
            width:calc(20% - 31px) !important;
            height:100% !important;
        }

    .count-down-labels > div {
        margin: 0 0 0 15px !important;
        width: calc(25% - 15px);
        font-size: 11px;
    }
    body .countdown ul.flip:nth-child(2n+2):not(:last-child):after {
        top: -19% !important;
    }

    
}