.row {margin-left:0 !important; margin-right: 0 !important; padding:0;}

ul {
    list-style: none;
    padding:0;
}

.bg-img {
    width:100%;
    height: 225px;
    border-bottom: 1px solid orangered;
}

.hv:hover {
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.logins {background-image: url("/static/images/bg-sub.png"); padding:10px 0;}

.access p {display: inline; margin: 5px 0 5px 10px !important;}

h1 {margin:10px 0 30px 0;}

h3 {
    margin: 0;
}


.video {
    margin-bottom: 20px;
}

.logo {
    border: 3px solid #fff;
    width:140px;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -75px;
    margin-bottom: 10px;
    -webkit-border-radius: 140px;
    -moz-border-radius: 140px;
    border-radius: 140px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    background-color: #fff !important;
    z-index:1000000000 !important;
    position: relative;
}

.lHv:hover {
    cursor: pointer;
    border: 3px solid orangered;
}


.social {
    color: #ffffff;
    text-shadow: 0px 3px 5px #000;
}
.social a {margin-left:15px;}
.social a i {font-size: 26px;}

.tm img {
    display: block;
    margin: 10px auto;
    width:120px;
    height: 120px;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
}

.mt40 {margin-top: 40px;}
.mb40 {margin-bottom: 40px;}
.mb70 {margin-bottom: 70px;}

.colrs {
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 0 2px;
    cursor: pointer;
}

.colrs:hover {
    border: 2px solid black;
}

.selColor {
    border: 3px solid black;
}

.exms li {
    display: block;
    margin: 15px 5%;
    width:90%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.exms li a {display:block; padding:10px;}

.selectedExam {border:4px solid #343d4f;}

.exam-0{background-color: #7D669E; color:#ffffff; font-size: 18px;}
.exam-0:hover{background-color: #6c5888;}
.exam-1{background-color: #39ADD1; color:#ffffff; font-size: 18px;}
.exam-1:hover{background-color: #339bbb;}
.exam-2{background-color: #5CB860; color:#ffffff; font-size: 18px;}
.exam-2:hover{background-color: #50a154;}
.exam-3{background-color: #E15258; color:#ffffff; font-size: 18px;}
.exam-3:hover{background-color: #c9494f;}
.exam-4{background-color: #53BBB4; color:#ffffff; font-size: 18px;}
.exam-4:hover{background-color: #47a19b;}
.exam-5{background-color: #3079AB; color:#ffffff; font-size: 18px;}
.exam-5:hover{background-color: #296792;}
.exam-6{background-color: #3079AB; color:#ffffff; font-size: 18px;}
.exam-6:hover{background-color: #296792;}
.exam-7{background-color: #3079AB; color:#ffffff; font-size: 18px;}
.exam-7:hover{background-color: #296792;}

.exm {
    display: block;
    margin: 15px 5%;
    padding:10px;
    width:90%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
}

.exm-0{background-color: #7D669E;}
.exm-1{background-color: #39ADD1;}
.exm-2{background-color: #5CB860;}
.exm-3{background-color: #E15258;}
.exm-4{background-color: #53BBB4;}
.exm-5{background-color: #3079AB;}
.exm-6{background-color: #3079AB;}
.exm-7{background-color: #3079AB;}




.schDetails {
    border-bottom:1px dashed #ccc;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.schDetails h4 {font-size: 15px}

.schDetails h4 i {
    width:20px;
    margin-right: 5px;
    text-align:center;
}


.infoBox {
    display: block;
    width: 96%;
    margin: 0 2% 10px 2%;
    padding: 8px 15px;
    background-color: #f2ede6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}

.infoBox p {
    margin: 0;
    font-size: 16px;
}

.crse {
    display: block;
    width:100%;
    padding: 15px 0;
    font-size: 18px;
}

.crse:hover {
    background-color:#dbdbdb;
}


.modal-dialog {
    width: 70% !important;
    margin: 30px auto;
    height: 70% !important;
}


@media only screen and (max-width: 500px) {
    .social {text-align: center;}
    #parentsBtn, #stdTchBtn {
        width:100%;
        padding: 7px 0;
    }
    .access p {display: block; margin: 0 0 5px 0 !important;}
}

