body {
    color: #727272;
    font-family: "kalpurush", "arial", sans-serif;
    font-size: 17px;
    line-height: 1.5em;
}

.header {
    background: #003a6a none repeat scroll 0 0;
    border-bottom: 4px solid #7ab700;
    border-top: 4px solid #fecd0b;
    min-height: 154px;
    position: relative;
    width: 100%;
}

.mainMenu {
    bottom: 0;
    position: absolute;
}

.sf-menu li:hover, .sf-menu li.sfHover {
    background: #003A6A;
}

.sf-menu {
    margin-bottom: 0;
    display: table;
    width: 84%;
}

.sf-menu > li {
    float: inherit;
    display: table-cell;
}

.sf-menu li {
    background: #004884 none repeat scroll 0 0;

}

.sf-menu > li > ul {
    margin-left: 0px;
}

.sf-menu > li a {
    border-left: 1px solid #00569d;
    border-top: 1px solid #00569d;
    color: #fff;
    padding: 0.5em 1em;
}

ul.sf-menu li ul li a:hover {
    border-left: 0px solid #000;
}

.footer {
    background: #003a6a none repeat scroll 0 0;
    border-bottom: 2px solid #fecd0b;
    width: 100%;
}

.footer .container {
    padding: 20px 10px;
}

@media not all {
    .xpopdrop ul {
        display: block !important;
    }
}

ul.sf-menu li a:hover {
    background: #fff none repeat scroll 0 0;
    color: #003a6a;
    text-shadow: none;
}

ul.sf-menu li ul li:first-child {
    border-top: 4px solid #00569d;
}

ul.sf-menu li ul li:last-child {
    border-bottom: 4px solid #00569d;
}

ul.sf-menu li ul li a {
    border-left: 0px solid #000;
    background: #003a6a none repeat scroll 0 0;
}

ul li {
    list-style-type: none;
}

ul.sf-menu li ul li a.activeMenu, li.pActive > a {
    background: #fff none repeat scroll 0 0;
    color: #003a6a;
    text-shadow: none;
}

.clear {
    clear: both;
}

img {
    max-width: 100% !important;
}

h2.blue {
    background: #003a6a none repeat scroll 0 0;
    border-bottom: 4px solid #7bb602;
    color: #fff;
    font-size: 24px;
    padding: 10px 15px;
}

h2.marginTop0 {
    margin-top: 0;
}

.marginTop30 {
    margin-top: 30px;
}

.margin15 {
    margin-bottom: 25px;
    margin-top: 25px;
}

.bxShadow {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.container {
    max-width: 1160px;
    width: 92%;
}

.sliderSection {
    height: 340px;
    width: 100%;
}

.topSlider {
    width: 100%;
}

.topSlider img {
    height: 342px;
    width: 100%;
}

.schoolCorner h2 {
    margin-bottom: 28px;
    margin-top: 28px;
}

.columnOne, .columnTwo, .columnThree {
    float: left;
    height: auto;
    line-height: 150px;
    min-height: 150px;
    text-align: center;
    width: 33.33%;
}

@media only screen and (max-width: 768px) {
    .columnOne, .columnTwo, .columnThree {
        float: none;
        width: 100%;
    }
}

.schoolSection {
    border-radius: 0 0 5px 5px;
}

.schooHeader {
    margin: 15px 0;
}

.map iframe {
    border: 1px solid #ddd !important;
    border-radius: 4px 4px 0 0;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .map iframe {
        height: 130px;
    }
}

.schoolLogo {
    float: left;
    height: auto;
    margin-left: 20px;
    width: 25%;
}

.schoolLogo img {
    display: block;
    height: auto;
    width: 100%;
}

.schoolName {
    float: left;
    margin-left: 0px;
    text-align: center;
    width: 100%;
}

.schoolnamesize {
    font-size: 22px;
}

.schoolName h2 {
    font-size: 30px;
    margin-left: 15px;
    margin-top: 10px;
    text-transform: uppercase;
}

.schoolName h3 {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.schoolName span {
    color: #727272;
    margin-left: 0;
}

.schoolInfo {
    padding-bottom: 20px;

    text-align: justify;

}

.schoolInfo p {
    color: #727272;
    padding-right: 15px;
    margin-left: 15px;
}

.schoolInfo ul {
    margin-left: -25px;
}

.firstColumn ul {
    padding: 0 0 0 15px;
}

.headmasterQuote {
    height: auto;
    width: 100%;
}

.headmasterQuote p img {
    border: 1px solid #ddd;
    float: right;
    height: auto;
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: 1%;
    overflow: hidden;

    padding: 5px;
    width: 30%;
}

@media only screen and (max-width: 420px) {
    .headmasterQuote p img {
        border: 1px solid #ddd;
        float: right;
        height: auto;
        margin: 2% 0;
        padding: 1%;
        width: 99%;
    }
}

.impLinksWrap {
    margin-top: 28px;
}

.impLinksWrap .firstColumn {
    background: #e0e0e0 none repeat scroll 0 0;
    display: table;
    float: left;
    height: auto;
    line-height: 2em;
    margin-right: 6%;
    text-align: left;
    width: 47%;
}

.impLinksWrap .secondColumn {
    background: #e0e0e0 none repeat scroll 0 0;
    display: table;
    float: left;
    height: auto;
    line-height: 2em;
    margin-left: 0%;
    text-align: left;
    width: 47%;
}

@media only screen and (max-width: 768px) {
    .firstColumn, .secondColumn {
        float: none !important;
        margin: 0 !important;
        width: 100% !important;
    }
}

.impLinksWrap h4 {
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    margin-top: 0;
    padding: 10px 15px;
}

.impLinksWrap ul li a {
    color: #727272 !important;
    font-size: 17px;
    padding-left: 10px;
}

.glyphicon {
    font-size: 10px;
}

button.admission {
    background: rgba(0, 0, 0, 0) url("../img/admissionbg.png") no-repeat scroll 5% 62%;
    border: 2px solid #ddd;
    border-radius: 5px;
    color: red;
    font-size: 25px;
    margin: 0px 0 5px;
    padding: 18px 0;
    text-align: left;
    text-indent: 125px;
    transition: all 0.5s ease 0s;
    width: 100%;
}

button.admission:hover {
    background: red url("../img/admissionbghover.png") no-repeat scroll 5% 62%;
    border: 2px solid red;
    color: #fff;
}

button.formDownload {
    background: rgba(0, 0, 0, 0) url("../img/onlineform.png") no-repeat scroll 5% 62%;
    border: 2px solid #ddd;
    border-radius: 5px;
    color: #003a6a;
    font-size: 25px;
    margin-bottom: 0 !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 17px;
    padding: 18px 0;
    text-align: left;
    text-indent: 125px;
    transition: all 0.5s ease 0s;
    width: 100%;
}

button.formDownload:hover {
    background: #003a6a url("../img/onlineformhover.png") no-repeat scroll 5% 62%;
    border: 2px solid #003a6a;
    color: #fff;
}

button.managingCommettee {
    background: rgba(0, 0, 0, 0) url("../img/committee.png") no-repeat scroll 5% 62%;
    border: 2px solid #ddd;
    border-radius: 5px;
    color: #7ab700;
    font-size: 25px;
    margin: 17px 0 5px;
    padding: 18px 0;
    text-align: left;
    text-indent: 125px;
    transition: all 0.5s ease 0s;
    width: 100%;
}

button.managingCommettee:hover {
    background: #7ab700 url("../img/committeehover.png") no-repeat scroll 5% 62%;
    border: 2px solid #7ab700;
    color: #fff;
}

button.statistics {
    background: rgba(0, 0, 0, 0) url("../img/statisticshover.png") no-repeat scroll 5% 62%;
    border: 2px solid #ddd;
    border-radius: 5px;
    color: #278AF0;
    font-size: 25px;
    margin: 17px 0 5px;
    padding: 18px 0;
    text-align: left;
    text-indent: 125px;
    transition: all 0.5s ease 0s;
    width: 100%;
}

button.statistics:hover {
    background: #278AF0 url("../img/statisticshover.png") no-repeat scroll 5% 62%;
    border: 2px solid #278AF0;
    color: #fff;
}

@media only screen and (max-width: 420px) {
    button.admission, button.managingCommettee, button.formDownload {
        font-size: 22px;
        text-indent: 92px;
    }
}

.tabs {
    display: inline-block;
    width: 100%;
}

.customTab {
    margin-top: 32px;
}

.customTab ul li {
}

.customTab ul li:last-child {
    border: medium none;
}

ul.nav-tabs li {
    width: 33.3%;
}

.nav-tabs {
    border: medium none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #ede9de none repeat scroll 0 0;
    border-left: 1px solid #d0ceb7;
    border-right: 1px solid #d0ceb7;
    border-top: 1px solid #d0ceb7;
    text-align: center;
    width: 100%;
}

.nav-tabs > li > a {
    text-align: center;
}

.tab-content ul {
    background: #ede9de none repeat scroll 0 0;
    border-bottom: 1px solid #d0ceb7;
    border-left: 1px solid #d0ceb7;
    border-right: 1px solid #d0ceb7;
    margin-left: 0;
    margin-top: 1px;
    padding-left: 0;
}

.tab-content ul li {
    border-bottom: 1px solid #d0ceb7;
    line-height: 2.5em;
    list-style-type: none;
    padding-left: 20px;
}

.tab-content a {
    color: #727272;
    font-size: 17px;
}

div#Chart2 {
    background: #e0e0e0 none repeat scroll 0 0 !important;
    height: auto;
    width: 50%;
}

div#Chart2 iframe {
    width: 100%;
}

.phGallery {
    display: table;
    height: auto;
    padding: 2%;
    width: 100%;
}

.phGallery ul {
    display: table;
    margin: 0;
    padding: 0;
}

.phGallery ul li {
    float: left;
    height: 40px;
    margin: 3%;
    overflow: hidden;
    width: 19%;
}

.phGallery ul li img {
    border: 1px solid #fff;
    float: left;
    height: auto;
    width: 100%;
}

.colOne {
    display: table;
    float: left;
    width: 30%;
}

.copyright {
    background: #003a6a none repeat scroll 0 0;
    border-top: 2px solid #7ab700;
    color: #FFFFFF;
    display: table;
    height: 35px;
    line-height: 32px;
    text-align: center;
    width: 100%;
}

.copyright a {
    color: #c4f95f;
}

.copyright a:hover {
    color: #fff;
}

.footer {
    background: rgb(224, 224, 224) none repeat scroll 0 0;
    height: auto;
}

.footer_left {
    float: left;
    width: 60%;
}

.footer_right {
    float: right;
    width: 40%;
}

.footer_right ul {
    float: left;
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .schoolCorner {
        display: table;
        margin-bottom: 36px;
        width: 100%;
    }

    button.admission {
        margin-top: 36px !important;
    }
}

@media only screen and (max-width: 768px) {
    .schoolCorner {
        display: table;
        margin-bottom: 0;
        width: 100%;
    }

    .columnOne, .columnTwo, .columnThree {
        float: none;
        margin-bottom: 36px;
        width: 100%;
    }

    .impLinksWrap .firstColumn, .impLinksWrap .secondColumn {
        margin-bottom: 36px !important;
    }

    button.admission {
        margin-top: 0 !important;
    }
}

.impLinksWrapinn .secondColumn1 {
    border: 1px solid #fff;
    display: table;
    float: left;
    height: auto;
    line-height: 2em;
    margin-left: 3%;
    text-align: left;
    width: 100%;
}

.impLinksWrapinn .firstColumn {
    background: #e0e0e0 none repeat scroll 0 0;
    display: table;
    float: left;
    height: auto;
    line-height: 2em;
    margin-right: 3%;
    text-align: left;
    width: 47%;
}

.impLinksWrapinn {
    margin-top: 0;
}

.impLinksWrapinn h4 {
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    margin-top: 0;
    padding: 10px 15px;
}

.impLinksWrapinn ul li a {
    color: #727272 !important;
    font-size: 14px;
    padding-left: 10px;
}

.leftinner_content {
    float: left;
    text-align: justify;
    width: 100%;
}

.leftinner_content h3 {
    margin-top: 0;
}

.leftMenu h4 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin-top: 0;
    padding: 10px 15px;
}

.leftMenu .firstColumn {
    background: #e0e0e0 none repeat scroll 0 0;
    display: table;
    height: auto;
    line-height: 2em;
    text-align: left;
    width: 100%;
}

.leftMenu .secondColumn {
    background: #e0e0e0 none repeat scroll 0 0;
    display: table;
    height: auto;
    line-height: 2em;
    text-align: left;
    width: 100%;
}

.marginBottom {
    margin-bottom: 15px;
}

.control-group {
    float: left;
    width: 50%;
}

.control-anothergroup {
    float: left;
    width: 50%;
}

.control-label {
    float: left;
    padding-top: 5px;
    width: 100%;
}

.controls-label {
    float: left;
    padding-top: 5px;
    width: 40%;
}

.controlsapply {
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding-top: 8px;
    width: 60%;
}

.controls-group {
}

textarea, input[type="text"], input[type="password"], input[type="file"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.input-xlarge {
    width: 100%;
}

select, textarea, input[type="text"], input[type="file"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    color: #555;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 4px 6px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.headmasterQuote p {
    text-align: justify;
}

.headmaster {
}

.headmaster img {
    float: left;
    padding: 0 15px 10px 0;
}

.control-contact {
    float: left;
    width: 100%;
}

.googlemap {
    /* float: left;*/
    /*margin-top: 50px;*/
    width: 100%;
}

table.table {
    clear: both;
    margin-bottom: 6px !important;
    max-width: none !important;
}

.table-bordered {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: separate;
    border-image: none;
    border-radius: 4px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
}

.table {
    margin-bottom: 20px;
    width: 100%;
}

table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

.table-bordered th, .table-bordered td {
    border-left: 1px solid #ddd;
}

.table th, .table td {
    border-top: 1px solid #ddd;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}

.phGallery ul {
    margin: 0;
    padding: 0;
}

.phGallery ul li {
    list-style: outside none none;
    margin-bottom: 25px;
}

.phGallery ul li img {
    cursor: pointer;
}

.modal-body {
    padding: 5px !important;
}

.modal-content {
    border-radius: 0;
}

.modal-dialog img {
    margin: 0 auto;
    text-align: center;
}

.controls {
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding-top: 8px;
}

.next {
    float: right;
    text-align: right;
}

.modal-dialog {
    max-width: 500px;
    padding-top: 90px;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        padding-top: 90px;
        width: 500px;
    }
}

.singlePageTitle {
    height: 35px;
    width: 100%;
}

h3.stdnList {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.singlePageContent {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

.singlePageContent ul {
    margin-top: 20px;
    padding-left: 0;
}

.singlePageContent ul li {
    border-bottom: 1px dotted #ddd;
    display: table;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

.singlePageContent ul li > a {
    display: block;
}

.singlePageContent ul li > a:hover {
    background: #eee none repeat scroll 0 0;
}

.stdnInfo {
    height: auto;
    width: 100%;
}

.stdnInfoLeft {
    display: block;
    float: left;
    height: 137px;
    margin-bottom: 5px;
    margin-left: 10px;
    min-height: 100px;
    overflow: hidden;
    padding: 5px;
    width: 18%;
}

.stdnInfoRight {
    display: block;
    float: left;
    height: auto;
    min-height: 100px;
    padding: 0 0 0 5%;
    width: 65%;
}

.stdnInfoLeft img {
    width: 100%;
}

.viewDetails {
    float: left;
    margin-top: 30px;
    text-align: center;
    width: 15%;
}

.viewDetails a {
    background: #004884 none repeat scroll 0 0;
    color: #fff;
    padding: 5px 10px;
}

p.name {
    color: #333;
    margin: 30px 0 0;
    padding: 0;
}

p.roll {
    color: #666;
    margin: -5px 0 0;
    padding: 0;
}

.pagination > li {
    display: inline !important;
}

.imageWrap {
    border: 1px solid #ddd;
    display: block;
    height: 120px;
    overflow: hidden;
    padding: 5px;
    width: 80%;
}

.stdnSingleSpanLeft {
    display: block;
    float: left;
    width: 22%;
}

.stdnSingleSpanRight {
    display: block;
    float: left;
    width: 78%;
}

div.singleImage {
    display: block;
    text-align: center;
    width: 100%;
}

span.singleImage {
    border: 1px solid #ddd;
    display: block;
    height: auto;
    margin: auto;
    max-height: 220px;
    overflow: hidden;
    padding: 5px;
    width: 205px;
}

.singleStdnInfo img {
    border: 1px solid #ddd;
    float: left;
    height: auto;
    margin: 10px 20px 10px 10px;
    padding: 10px;
    width: 175px;
}

.singleStdnInfo {
    height: auto;
    padding: 5px;
    width: 100%;
}

button.filterSubmit {
    margin: 25px 0 0 30px;
    width: 215px;
}

ul.singleInfoUl li {
    border-bottom: 1px solid #ccc;
    margin-left: 10px;
    width: 600px !important;
}

ul.singleInfoUl li:last-child {
    border: medium none;
}

/* .banner {
    height: 170px;
    margin-top: 15px;
    width: 100%;
} */

.banner {
    float: left;
    /*height: 170px;*/
    margin-top: 15px;
    width: 90.6%;
    margin-bottom: 15px;
}

.funderhistory {
    float: left;
    width: 32.4%;
}

.funderhistory img {
    float: right;
    margin: 12px 0;
}

.impLinksWrap ul {
    padding-left: 15px;
}

h1.blue {
    background: #003a6a none repeat scroll 0 0;
    border-bottom: 4px solid #7bb602;
    color: #fff;
    font-size: 22px;
    margin-top: 0;
    padding: 9px 15px;
}

.footer h3 {
    color: #727272;
}

.tvis p {
    margin-top: -7px;
}

.leftMenu ul {
    padding-left: 15px;
}

.glyphicon {
    font-size: 10px;
    margin-right: 8px;
    top: 0;
}

.leftMenu h4 {
    border-bottom: 4px solid #7bb602;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin-top: 0;
    padding: 10px 15px;
}

.firstColumn .glyphicon {
    color: #278af0;
}

.leftMenu .firstColumn li a {
    color: #003a6a;
}

.firstColumn .glyphicon {
    color: #003a6a;
    top: -1px;
}

.leftinner_content img.alignleft {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

.leftinner_content img.alignright {
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
}

.leftinner_content p img {
    float: left;
    margin: 0 10px 5px 0;
}

table.download td img {
    display: block;
    width: 40px;
    margin: 5px auto;
}

table.download .thNumber {
    width: 3%;
}

table.download .thTitle {
    width: 77%;
}

table.download .thDownload {
    width: 20%;
    text-align: center;
}

.vps p {
    margin-top: -6px;
}

label {
    font-weight: normal;
}

select, textarea, input[type="text"], input[type="file"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-weight: normal;
    font-size: 17px;
}

.fullimg {
    width: 100%;
    height: auto;
}

/*.News Ticker..*/
.ticker {
    padding: 5px 20px 5px 70px;
    height: 35px;
    overflow: hidden;
    background: #BC0203;
    position: relative;
    margin: 25px 0 -5px 0;

    background: #e0e0e0;
    border: 1px solid #c4c4c4;
    margin: 15px 0 -10px;
    height: 37px;
}

.ticker .caroufredsel_wrapper {
    width: 100% !important
}

.ticker ul {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 22px;
    color: #fff;

}

.ticker ul li {
    font-size: 17px;
    float: left;
    margin-right: 10px !important;
    height: 22px;
    list-style: disc;
    margin-left: 20px;
    padding-left: 0px;
    color: #003a6a;
}

.ticker ul li a {
    color: #003a6a;
}

.ticker ul li a:hover {
    color: #000000;
}

.ticker > span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 5px 6px;
    height: 35px;
    color: #fff;
    background: #000;
    font-size: 17px;
}

.fa {
    font-size: 13px !important;
    margin-top: 3px;
}

.leftMenu ul li {
    line-height: 25px;
}

.impLinksWrap ul li {
    line-height: 25px;
}

#studentSearch {
    width: 100%;
    overflow: hidden;
}

.singleStdnInfo {
    width: 100%;
    padding: 0px;
    padding-left: 2% !important;
    padding-right: 2% !important;
    float: left;
}

.singImageAll {
    width: 30%;
    float: left;
}

.sinImageDetails {
    width: 68%;
    float: right;
}

.sinImageDetails ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.singleStdn {
    float: left;
    width: 100%;
}

.singlePageContent {
    float: left;
    width: 100%;
}

ul.singleInfoUl li {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

h2.bluenone {
    background: none;
    border-bottom: 1px dotted #ddd;
    color: #003a6a;
    padding-left: 0px;
    padding-right: 0px;
}

ul.allstdResChange {
    width: 100%;
    padding: 0 2% 0 2%;
}

ul.allstdResChange li {
    width: 23%;
    margin: 0 2% 15px 0% !important;
    float: left;
    border: #ddd solid 1px
}

ul.allstdResChange li a {
    float: left;
    width: 100%;
    padding: 6%;
    height: 300px;
    text-align: center;
    cursor: pointer;
    background: #fff;
}

ul.allstdResChange li a img {
    width: 100%;
    height: 150px;
}

ul.allstdResChange li a span {
    float: left;
    width: 100%;
    padding-top: 10px;
    line-height: 22px;
}

ul.allstdResChange li a:hover {
    background: #337ab7;
    transition: all 0.3s linear .1s;
    color: #fff;
}

.footer img {
    width: 100%;
    height: 130px;
}

.commonSearchDiv {
    float: left;
    width: 16%;
    padding: 0 1%;
}

.commonSearchDiv:last-child {
    padding-right: 0px;
}

.commonSearchDiv input, select {
    width: 100%;
}

#singresultshow {
    float: left;
    width: 100%;
    padding: 10px 2%;
}

.studentInformation {
    float: left;
    width: 60%;
}

.studentInformation tr {
}

.studentInformation tr td {
}

.studentInformation tr th {
}

.studentGrades {
    float: right;
    width: 30%;
}

.studentGrades table tr {
}

.studentGrades table tr td {
    padding: 4px !important;
    line-height: 13px;
}

.studentGrades table tr th {
}

.resTop {
    float: left;
    width: 100%;
}

.resTop p {
    font-weight: bold;
    text-align: center;
    float: left;
    padding: 0px;
    width: 100%;
}

.resTop p.printIcon {
}

.resTop p.printIcon img {
    float: right;
}

.resTop p.resLogo {
}

.resTop p.resLogo img {
    float: left;
    width: 99% !important;
    margin: 0 10px;
    background: #003A6A;
}

.allfrontres {
    float: left;
    width: 100%;
}

.allfrontres p {
    float: left;
    width: 100%;
}

.allfrontres p img {
    width: 150px;
    height: 70px;
    float: right;
}

.allfrontres p span {
    float: left;
    padding-top: 20px;
}

.allfrontres p em {
    width: 150px;
    float: right;
    text-align: center;
    padding-top: 20px;
    font-weight: normal;
}

.allfrontres p em img {
    width: 100%;
}

.resMid {
    float: left;
    width: 100%;
}

img.printResult {
    cursor: pointer;
}

.resultPrint {
    padding: 0 1% 0 1%;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

span.printSpan {
    float: right;
}

.equalification {
    float: left;
    margin-right: 28px;
    width: 30%;
}

.paddress {
    float: left;
    margin-right: 15px;
    width: 23%;
}

.btn-equalification {
    background-color: #002663;
    border-color: #75b4eb;
    color: #fff;
}

.btn-equalification:hover {
    color: #fff;
    background-color: #002663;
}

span.printSpan {
    float: right;
}

.printDivBlock h3 {
    text-align: center;
}

.allPrint {
    display: none;
}

.printDivBlock ul.singleInfoUl li {
    border: none !important;
}

.allPrint h3 {
    text-align: center;
}

.allPrint {
    padding: 10px 2% 10px 2%;
}

.allPrint .singImageAll img {
    width: 100% !important;
    padding: 0 !important;
}

.allPrint .sinImageDetails {
    width: 65% !important;
    padding-top: 10px !important;
}

.allPrint .singImageAll img.newprintimageclass {
    width: 100% !important;
    padding: 0 !important;
}

.allPrint .sinImageDetails {
    padding-top: 20px !important;
}

.allPrint .singImageAll {
    margin-top: -20px !important;
}

.stdnSingleSpanLeft {
    display: block;
    float: left;
    width: 22%;
}

.stdnSingleSpanRight {
    display: block;
    float: left;
    width: 78%;
}

.sinImageDetails ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

h2 {
    font-size: 31.5px;
}

h1, h2, h3 {
    line-height: 40px;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    margin: 10px 0;
    text-rendering: optimizelegibility;
}

.schoolInfo {
    margin-bottom: 20px;
}

.headmasterQuote {
    padding-top: 20px;
    float: left;
    margin-bottom: 25px;
    border-bottom: 0px solid #DDD;
}

.homelinks {
    margin-top: 0px;
}

.homeTabs {
    margin-top: 0px;
}

.banner a {
    color: #fff;
}

.banner a img {
    float: left;
    padding-right: 10px;
}

.banner a span {
    float: left;
    padding-top: 30px;
    line-height: 28px;
}

.banner a span em {
  font-size: 38px;
  font-style: normal;
}

.banner a span i {
    font-size: 20px;
    font-style: normal;
}

.subpagecon {
    border: #e0e0e0 solid 1px;
    padding: 10px;
    float: left;
    width: 100%;
}

.leftinner_content_sub {
}

.leftinner_content_sub h1.blue {
    margin-bottom: 0px;
}

#emailsendform {
    float: left;
    width: 100%;
}

.baseMenu {
    width: 100%;
    float: left;
    background: #004884;
    border: #00569d solid 1px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: 0; }
@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}
.dropdown-menu { background-color: #003A6A; }
.dropdown-menu > li > a { font-size: 17px; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #003A6A; border-color: #337AB7; color: #FFF !important; }
.nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #FECD0B; color: #003A6A !important; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background-color: transparent; color: #FECD0B !important; font-size: 18px; }
.navbar { background: rgb(0, 72, 132) none repeat scroll 0% 0%; }
.navbar-header a, #navbar a { color: #FFF; }
.container-fluid { margin-left: 0 !important; padding-left: 0 !important; }
.navbar-collapse { margin-left: 0 !important; padding-left: 0 !important; }
.baseMenu ul {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
}

.baseMenu ul li {
    float: left;
    position: relative;
}
.navbar {
    margin-bottom: 0;
}
.baseMenu ul li a {
    padding: 15px 15px;
    float: left;
    border-right: #00569d solid 1px;
    color: #fff;
    text-decoration: none;
}

.baseMenu ul li a:hover {
    background: #fff;
    color: #004884;
}

.baseMenu ul li:last-child > a {
    border: none;
}

.baseMenu ul li ul {
    position: absolute;
    z-index: 100001;
    width: 276px;
    top: 50px;
    display: none;
    left: -1px;
}

.baseMenu ul li:hover > ul {
    display: block;
}

.baseMenu ul li ul li {
    float: left;
    width: 100%;
}

.baseMenu ul li ul li a {
    float: left;
    width: 100%;
    border: none;
    background: #004884;
    border-top: #00569d solid 1px;
    padding: 8px 15px;
}

.baseMenu ul li ul li:last-child a {
    border-bottom: #00569d solid 1px;
}

.baseMenu ul li ul li a:hover {
    border-bottom: #fff solid 1px;
}

ul.singleInfoUl {
    float: left;
    padding: 0px;
    margin: 0px;
}

ul.singleInfoUl li {
    float: left;
    padding: 5px 0;
}

.comment {
}

a.morelink {
    text-decoration: none;
    outline: none;
}

.morecontent span {
    display: none;
}

@media screen and (max-width: 1250px) {
    ul.singleInfoUl li {
        width: 68% !important;
    }
}

@media screen and (max-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-left: 0px;
    }
    .navbar-nav {
        margin-left: 0px !important;
    }
    .navbar-toggle .icon-bar {
        background: #FFF;
    }
    .singleStdnInfo img {
        display: block;
        float: none;
        margin: 0 35%;
        width: 30%;
    }

    ul.singleInfoUl li {
        width: 97% !important;
    }

    .banner {
        width: 100%;
    }

    .banner a {
        width: 100%;
        text-align: center;
        float: left;
    }

    .banner a img {
        float: none;
    }

    .banner a span {
        float: left;
        width: 100%;
    }

    .banner a span em {
        font-size: 18px;
    }

    .banner a span i {
        font-size: 16px;
    }

    .funderhistory {
        width: 100% !important;
        text-align: center;
    }

    .funderhistory img {
        float: none;
    }

    ul.allstdResChange li a span {
        display: none;
    }

    ul.allstdResChange li a {
        height: auto !important;
    }

    button.filterSubmit {
        margin: 0px;
    }
}

@media screen and (max-width: 480px) {
    .stdnSingleSpanLeft {
        width: 40%;
    }

    .stdnSingleSpanRight {
        width: 60%;
    }

    h1.blue {
        float: left;
        width: 100%;
    }

    h1.blue span {
        float: left !important;
        width: 100%;
        font-size: 15px;
        padding-top: 15px;
    }

    ul.allstdResChange li {
        width: 100%;
    }

    ul.allstdResChange li a img {
        width: 100%;
        height: auto;
    }
}