﻿:root {
    --backgroundHighlighterColor: #65CEA7;
    --instituteTabColor: rgba(211,287,205,0.5);
    --instituteTabHoverColor: rgba(211,287,205,0.9);
    --featureIconBackColor: rgba(211,287,205,0.5);
    --featureIconColor: #29447e;
    --featureIconHoverBackColor: rgba(211,287,205,0.9);
    --featureIconHoverColor: #29447e;
}

body {
    height: 97%;
    /*position: fixed;*/
    overflow-y: auto;
    width: 100%;
    font-family: pcrcTxtFonts;
    font-size: small;
}

a {
    text-decoration: none;
}

* {
    margin: 0px;
    padding: 0px;
}

/*----------------------CIRCULARS STYLE START-------------------------*/
.circulars {
    list-style: none;
}

    .circulars li {
        padding: 20px;
        padding-top: 10px;
        padding-right: 130px;
        position: relative;
        background-repeat: no-repeat;
        background-position-x: 15px;
        background-position-y: 10px;
        border-bottom: solid 1px #c1c1c1;
        font-family: Cambria;
        color: #000 !important;
    }

        .circulars li:hover {
        }

.public-news {
    background-image: url('../images/icons/right-arrow.png');
    background-size: 14px 14px;
}

.circularMsg {
    padding-left: 30px;
    font-family: Verdana;
    font-size: small;
    width: 95%;
    margin-bottom: 10px;
}

    .circularMsg span {
        color: #000 !important;
        font-weight: normal !important;
        font-size: small !important;
    }

    .circularMsg strong {
        color: #000 !important;
        font-weight: normal !important;
        font-size: small !important;
    }

    .circularMsg a {
        text-decoration: none !important;
        color: #fff !important;
        background-color: #65CEA7 !important;
        padding: 10px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        border-radius: 0px !important;
        display: inline-block !important;
        top: 10px !important;
        right: 0px !important;
        position: absolute !important;
        text-transform: capitalize !important;
    }

        .circularMsg a:hover {
            background-color: #5CB85C !important;
            color: #fff !important;
        }

.circularPosted {
    color:#c1c1c1 !important;
    font-size:smaller;
    padding-left:30px !important;
    bottom:5px !important;
    position:absolute;
}
/*--------------------END--------------------------------*/
.modalBackSide {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 89998;
    background-color: #333;
    opacity: 0.2;
}

.modalFrontSide {
    background-color: white;
    border-radius: 2px;
    -moz-box-shadow: 20px 20px 0px 0px #808080;
    -webkit-box-shadow: 20px 20px 0px 0px #808080;
    box-shadow: 0px 0px 14px 0px #808080;
    top: 100px;
    left: 32%;
    width: 600px;
    position: fixed;
    z-index: 89999;
    overflow: hidden;
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.5s;
    /* When the animation is finished, start again */
    animation-iteration-count: 3;
}

.modalHeading {
    background-color: #51D4CC;
    text-align: left;
    padding: 10px;
    border-radius: 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: large;
    color: #fff;
}

.closeModal {
    height: 20px;
    width: 20px;
    background-image: url('../Images/icons/close-white.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px 14px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.fb_iframe_widget {
    bottom: -10px !important;
}

.iconBar {
    display: table-row;
}

.iconBarBack {
    /*border: solid 5px #fff;
    border-radius: 40px;
    -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
    -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
    box-shadow: 0px 0px 3px 0px #a1a1a1;
    display: inline-block;
    background-color: #f1f1f1;
    position: relative;
    text-align:center;
    width:100%;
    height:50px;
    top:-50px;
    z-index:-1;*/
}

.loginWindowList {
    list-style: none;
    display: table-row;
    width: auto;
    position: relative;
    z-index: 100;
}

    .loginWindowList li {
        background-size: 80px 80px;
        background-position-x: center;
        background-position-y: 50px;
        height: 110px;
        width: 120px;
        display: inline-block;
        margin-right: 100px;
        background-repeat: no-repeat;
        vertical-align: bottom;
        font-family: pcrcFonts;
        font-size: small;
        color: var(--featureIconColor);
        background-color: var(--featureIconBackColor);
        margin: 10px;
        padding: 10px;
        padding-top: 20px;
        border: solid 1px #808080;
    }

        .loginWindowList li:hover {
            background-color: var(--featureIconHoverBackColor);
            color: var(--featureIconHoverColor);
            background-size: 90px 90px;
            cursor: pointer;
            -moz-box-shadow: 3px 3px 0px 0px #fff;
            -webkit-box-shadow: 3px 3px 0px 0px #fff;
            box-shadow: 0px 0px 8px 0px #fff;
        }

.cssVersion {
    right: 10px;
    bottom: 5px;
    position: fixed;
    font-family: pcrcTxtFonts;
    font-size: small;
}

.bottomCpyR2 {
    padding: 10px;
    padding-left: 20px;
    font-family: pcrcTxtFonts;
    font-size: small;
    color: white;
    margin-top: 50px;
}

.compLogo2 {
    background-image: url('../images/logo.png');
    background-size: auto auto;
    background-repeat: no-repeat;
    height: 100px;
    width: 90%;
    position: relative;
    z-index: 15;
    background-position: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.divBackground {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    background-image: url('../images/BG/1.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.divBackgroundHighlighter {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    position: fixed;
    z-index: 2;
    background-color: var(--backgroundHighlighterColor);
    opacity: 0.7;
}

.divContent {
    position: relative;
    z-index: 3;
}

.cssVersion {
    right: 10px;
    bottom: 5px;
    position: fixed;
    font-family: pcrcTxtFonts;
    font-size: small;
    z-index: 6;
}

#goBackOffice {
    top: 0px;
    right: 5px;
    position: fixed;
    z-index: 1000;
    background-color: white;
    padding: 5px;
    -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
    -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
    box-shadow: 0px 0px 4px 0px #a1a1a1;
}

.iconRotate {
    height: 25px;
    width: 25px;
    background-color: white;
    background-image: url('../images/icons/basics-30-64.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    background-position-x: 0px;
    background-position-y: 0px;
    display: block;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
    display: inline-block;
}

.loginEvent {
    background-image: url('../images/loginEvent/login-event.png');
    background-size: 85% 100%;
    background-repeat: no-repeat;
    height: 80px;
    width: 250px;
    position: relative;
    z-index: 15;
    background-position: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
/*----------------------START PAGE PUBLIC MENU START---------------------------*/
.ulPublicMenu {
    list-style: none;
    top: 0px;
    left: 0px;
    right: 0px;
    position: fixed;
    z-index: 100;
    background-color: rgba(0,0,0,0.3);
}

    .ulPublicMenu li {
        margin: 5px;
        display: table-cell;
    }

        .ulPublicMenu li a {
            text-decoration: none;
            display: table-cell;
            padding: 10px;
            padding-left: 15px;
            padding-right: 15px;
            font-family: Cambria;
            font-size: small;
            color: #FFF;
        }

            .ulPublicMenu li a:hover {
                background-color: #333;
            }
/*----------------------START PAGE PUBLIC MENU END---------------------------*/
/*----------------------Mobile App Menu START-----------------------------*/
#divAppMenu {
    left: 0px;
    bottom: 10px;
    position: fixed;
    z-index: 100;
}

    #divAppMenu ul {
        list-style: none;
    }

        #divAppMenu ul li {
            display: block;
            margin-bottom: 30px;
            -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
            -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
            box-shadow: 0px 0px 3px 0px #a1a1a1;
        }

            #divAppMenu ul li a {
                display: table-cell;
                padding: 10px;
                background-color: white;
                position: relative;
                color: #808080;
            }

                #divAppMenu ul li a:hover {
                    padding-left: 20px;
                }

                #divAppMenu ul li a span {
                    display: block;
                    position: absolute;
                    top: -7px;
                    right: -40px;
                    height: 50px;
                    width: 50px;
                    background-color: #FFF;
                    border-radius: 50px;
                }

                #divAppMenu ul li a .android {
                    background-image: url('../Images/MobileAppIcons/android.png');
                    background-size: 40px 40px;
                    background-position: center center;
                    background-repeat: no-repeat;
                }

                #divAppMenu ul li a .windows {
                    background-image: url('../Images/MobileAppIcons/windows.png');
                    background-size: 35px 35px;
                    background-position: center center;
                    background-repeat: no-repeat;
                }

                #divAppMenu ul li a .iphone {
                    background-image: url('../Images/MobileAppIcons/iphone.png');
                    background-size: 50px 50px;
                    background-position: center center;
                    background-repeat: no-repeat;
                }
/*----------------------Mobile App Menu END-----------------------------*/
.csssave {
    padding: 8px;
    padding-left: 40px;
    padding-right: 30px;
    background-color: #5CB85C;
    border: solid 1px green;
    border-radius: 2px;
    cursor: pointer;
    margin: 5px;
    color: white;
    background-image: url('../images/tick.png');
    background-size: 18px 18px;
    background-position-x: 10px;
    background-position-y: 8px;
    background-repeat: no-repeat;
    font-weight: bold;
    outline: none;
    box-shadow: 2px 2px #999;
}

    .csssave:hover {
        background-color: #47A447;
    }

    .csssave:active {
        box-shadow: 2px 2px #999;
        transform: translateY(1px);
    }

    .csssave:disabled {
        background-color: #808080;
        cursor: no-drop;
        border: solid 1px #333;
        color: white;
    }

.divAdmissionInquiry {
    background-color: #FFF;
    color: #808080;
    display: inline-block;
    bottom: 40px;
    right: 0px;
    position: fixed;
    padding: 10px;
    padding-left: 30px;
    padding-right: 20px;
    cursor: pointer;
    -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
    -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
    box-shadow: 0px 0px 4px 0px #a1a1a1;
    z-index: 10;
}

    .divAdmissionInquiry span {
        display: block;
        height: 50px;
        width: 50px;
        background-image: url('../Images/icons/inquiry-form.png');
        background-size: 80% 80%;
        background-position-x: center;
        background-position-y: center;
        background-repeat: no-repeat;
        position: absolute;
        left: -35px;
        top: -8px;
        border-radius: 50px;
        background-color: #FFF;
    }

    .divAdmissionInquiry:hover {
        padding-right: 30px;
    }

.inquiry-form-back-block {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    position: fixed;
    z-index: 1500;
    background-color: #65CEA7;
    opacity: 0.4;
}

.inquiry-form {
    padding: 20px;
    border-radius: 5px 5px 5px 5px;
    background-color: white;
    -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
    -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
    box-shadow: 0px 0px 4px 0px #a1a1a1;
    width: 400px;
    height: 500px;
    z-index: 1600;
    position: relative;
}

    .inquiry-form .close {
        display: block;
        height: 40px;
        width: 40px;
        background-image: url('../Images/icons/close.png');
        background-size: 18px 18px;
        background-position-x: center;
        background-position-y: center;
        background-repeat: no-repeat;
        position: absolute;
        right: -20px;
        top: -20px;
        -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
        -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
        box-shadow: 0px 0px 4px 0px #a1a1a1;
        border-radius: 40px;
        background-color: #FFF;
        cursor: pointer;
    }

    .inquiry-form iframe {
        border: none;
        width: inherit;
        height: inherit;
        border: solid 1px #a1a1a1;
    }

.css-error-section {
    background-color: #FC8675;
    color: #FFF;
    padding: 20px;
    display: block;
}

.css-institute-tab {
    text-decoration: none;
    display: inline-block;
    width: 45% !important;
    margin: 20px;
    background-color: var(--instituteTabColor);
    vertical-align: top;
}

    .css-institute-tab:hover {
        background-color: var(--instituteTabHoverColor);
        background-size: 90px 90px;
        cursor: pointer;
        -moz-box-shadow: 3px 3px 0px 0px #fff;
        -webkit-box-shadow: 3px 3px 0px 0px #fff;
        box-shadow: 0px 0px 8px 0px #fff;
    }

.css-institute-details {
    text-align: center;
    padding: 10px;
    font-size: 15px;
    font-family: Verdana;
    color: #29447e;
    background-color: rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 3px 3px 0px 0px #aaa;
    -webkit-box-shadow: 3px 3px 0px 0px #aaa;
    box-shadow: 0px 0px 8px 0px #aaa;
}

    .css-institute-details span {
        display: block;
        font-size: 13px;
        margin-top: 5px;
    }

.css-institute-logo {
    background-image: url('../images/logo.png');
    background-size: auto auto;
    background-repeat: no-repeat;
    height: 100px;
    width: 100%;
    position: relative;
    z-index: 15;
    background-position: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

.css-institute-code-mobile {
    text-align: left;
    margin: 10px;
    font-size: 12px;
    font-family: Verdana;
    padding-left: 10px;
    color: #29447e;
    display: block;
    position: relative;
}

    .css-institute-code-mobile b {
        animation: blinkingText 1s infinite;
    }

.css-institute-code-mobile-icon {
    background-image: url('../Images/icons/mobile_basic_green.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: -8px;
    left: -25px;
    animation: shake 1.0s;
    animation-iteration-count: 5;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

@keyframes blinkingText {
    0% {
        color: #FC8675;
    }

    49% {
        color: #fff;
    }

    50% {
        color: transparent;
    }

    99% {
        color: #ff0000;
    }

    100% {
        color: red;
    }
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 8px;
    height: 12px;
    background-color: #fff;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px #333333;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #29447e;
    -webkit-box-shadow: none 0 0 6px #fff;
}

    ::-webkit-scrollbar-thumb:hover {
        -webkit-box-shadow: inset 0 0 2px #fff;
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background-color: #fff;
    }

​ ::-webkit-scrollbar-button {
    background-color: #333333;
}
/* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

::-webkit-scrollbar-corner {
    background-color: #333333;
}
/* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */
​​
