﻿/* Three columns side by side */
.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

/* Add some shadows to create a card effect */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Some left and right padding inside the container */
.img-container {
  padding: 0 16px;
}

/* Clear floats */
.img-container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}


.brand-logo {
    float: left;
    margin-right: 10px;
    border-radius: 4px;
    background: url(images/logo2.png);
    height:32px;
    width:32px;
}

.customBGadmission {
background-image: url(images/aboutBG.gif);
background-attachment:fixed;
}

.customBGvision {
background-image: url(images/forewordBG.gif);
background-attachment:fixed;
}

.customBGforeword {
background-image: url(images/missionvisionBG.gif);
background-attachment:fixed;
}

.customBGTransparent {
background-image: url(images/transbg.png);
background-attachment:fixed;
}


.content-noSidebar h1, h5 {
    /*padding: 20px 25px;*/
    color:#ffffff;
}

.Fontwhite {
   color: #ffffff !important;
}

.theadBlue th {
    background-color:#014590;
    color:#ffffff !important;
}

.tbodyWhite {
    background-color:#ffffff;
}

.topSpacer {
    margin-top: 300px;
}

.header .navbar-brand {
    padding: 25px 15px;
}


.custom-navbar {
    background-color: #014590;
    border-color: #034c9c;
}

.custom-navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #00356f;
}

.chats {
    list-style-type: none;
    margin: 0px;
    padding: 12px 15px 15px;
}

.coming-soon .brand {
    line-height: 40px;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 50px;
    color: #fff;
    text-align: center;
}

    .coming-soon .brand .logo {
        border: 16px solid transparent;
        border-color: #4DCACA #31A3A3 #1D8888;
        margin-right: 5px;
        position: relative;
        width: 0;
        height: 0;
        display: inline-block;
        vertical-align: middle;
        top: -4px;
    }

.coming-soon .coming-soon-header .brand, .coming-soon .coming-soon-header .desc, .coming-soon .coming-soon-header .timer {
    position: relative;
    z-index: 1020;
}

.coming-soon .coming-soon-header {
    background-image: url('images/coming-soon.jpg');
    padding: 100px 0 50px;
    position: relative;
}

    .coming-soon .coming-soon-header:before {
        background: #000;
    }

    .coming-soon .coming-soon-header .bg-cover {
        background: #000;
        opacity: .6;
        filter: alpha(opacity=60);
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
    }

    .coming-soon .coming-soon-header .desc {
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
    }

    .coming-soon .coming-soon-header .timer {
        margin-bottom: 50px;
        padding: 10px 0;
    }

        .coming-soon .coming-soon-header .timer:after, .coming-soon .coming-soon-header .timer:before {
            content: '';
            display: table;
            clear: both;
        }

.coming-soon .timer .is-countdown {
    background: 0 0;
    border: none;
    width: 980px;
    margin: 0 auto;
}

    .coming-soon .timer .is-countdown .countdown-section {
        padding: 0 10px;
    }

        .coming-soon .timer .is-countdown .countdown-section + .countdown-section {
            border-left: 1px solid #fff;
            border-left: 1px solid rgba(255,255,255,.3);
        }

.coming-soon .timer .countdown-amount {
    font-size: 36px;
    color: #fff;
}

.coming-soon .timer .countdown-period {
    font-size: 14px;
    color: #999;
}

.coming-soon a {
    color: #00acac;
}

.coming-soon .coming-soon-content {
    color: #333;
    text-align: center;
    padding: 25px 0;
}

    .coming-soon .coming-soon-content .desc {
        margin-bottom: 25px;
        font-size: 14px;
    }

    .coming-soon .coming-soon-content .input-group {
        width: 480px;
        margin: 0 auto;
    }

.footer {
    padding: 15px 20px;
}



.footer {
    padding: 60px 0;
    background: #014590;
    text-align: center;
    /*box-shadow: inset 0 100px 80px -80px rgba(0,0,0,.7);
-webkit-box-shadow: inset 0 100px 80px -80px rgba(0,0,0,.7);*/
}

    .footer .footer-brand-logo {
        display: block;
        margin: 0 auto 10px;
        width: 40px;
        border: 20px solid;
        border-color: #4DCACA #31A3A3 #1D8888;
        border-radius: 4px;
    }

    .footer .footer-brand {
        font-size: 14px;
        color: #fff;
        font-weight: 300;
        padding-top: 10px;
    }

    .footer .social-list {
        margin: 30px 0 0;
        font-size: 10px;
    }

.btn-circle, .btn.btn-circle {
    color: #fff;
    background: #045ab9;
    border-color: #023a77;
}

.padWysiMenu {
    padding: 10px !important;
}

.message {
    color: #333333;
}

.panel-body-dark {
    background-color: #01305a;
    color: #eadede;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.blink_text {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.panel-title{line-height:20px;font-size:12px}.panel-title .accordion-toggle{margin:-10px -15px;padding:10px 15px}.panel-title .accordion-toggle.accordion-toggle-styled .fa:before{content:'\f056'}.panel-title .accordion-toggle.accordion-toggle-styled.collapsed .fa:before{content:'\f055'}.panel-title .pull-right{line-height:20px}
