﻿
.container{
    width: 1140px  !important;
}
.section {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
    margin-top: 5px;
}

.section-back {
    text-align: center;
    background-color: #eceff2;
    /*background-image: url(https://argentotheme.com/skin/frontend/argento/argentotheme/images/homepage/home_clients_bg.png);*/
    background-image: url(/images/back_design.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
    padding: 65px 0 100px;
}

.section-header{
    padding:5px;
    height:35px;
    border-bottom: 1px solid #dcdcdc;
    font-size:15px;
}
.section-header > span {
    font-size: 17px;
    font-weight: 500;
}
.section-body{
    padding:8px;  
    padding-top: 12px;
    padding-bottom: 12px;  
    font-size: 14px;
    
    /*border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0 1px 3px 0 #b5b5b5;
    -moz-box-shadow: 0 1px 3px 0 #b5b5b5;
    -webkit-box-shadow: 0 1px 3px 0 #b5b5b5;*/
    /*border: 1px solid #DDD;*/    
}

.links-container:last-child {
    border-bottom: 0 !important;
}

.border-bottom:not(:last-child) {
    border-bottom: 1px solid #f2f2f2 !important;
}
.border-bottom {
    padding-bottom: 15px;
}

.section-pad-top{
    margin-top: 15px;
}

.bg-math {
    background-image: url(/images/geometry-bg.jpg);
}
.bg-white-overlay {
    background-color: whitesmoke;
    opacity: 0.98;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
}

.view-all{
    float: right;
    font-size: 14px;
    padding-right: 3px;
}

.view-all a {
    font-size: 14px;    
}

.img-circle {    
    height:150px;
    width: 150px;
}

.principal-image, .chairman-image {
    height: 150px !important;
    width: 150px !important;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
}
.principal-image-container, .chairman-image-container {
    padding: 2px;
    float: left;
    margin-right: 5px;
}
.principal-homeleft-image-container{        
    padding: 2px;
    text-align: center;
    margin-right: 5px;
}
.principal-message, .chairman-message, .about-school {
    font-size: 14px;
    text-align: justify;
}

/*-----------------------------------*/
.notice-element{
    font-size: 17px;
    padding-top: 20px;
    color: #444;
}

.notice-element:hover {
    color: blue;
}

.post-date{
    font-size:11px !important;
    font-style:normal;
}

.section-header1{
    font-size: 18px;
    font-weight: bold;
    /*position: relative;*/
    left: 2px;
}

.school-text{
    position: relative;
    left: -50px;
}
.school-address{
    font-size: 20px;
}
.cursor-pointer{
    cursor: pointer;
}
.center{
    text-align: center;
}

.truncate {
  /*height: 300px;
  white-space: nowrap;*/
  overflow: hidden;
  /*text-overflow: ellipsis;*/
}

#chairmanViewMore, #principalViewMore, #aboutSchoolViewMore{
    cursor: pointer;
    color: blue;
}

/*-------------------------*/




/*-------------------- Dropdown Menu --------------------*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*-------------------- End Dropdown Menu --------------------*/

/*=================================================== Default Theme ================================================*/
/*--------- Header Top --------*/
.header-top{
    height: 30px;
    font-size: 13px;
    background-color: #dcdcdc;
}
.header-top>div>span, .header-top>div>a{
    /*color: #000 !important;*/
}
.header-top-right>span, .header-top-right>a{
    /*color:#000 !important;*/
}

/*--------- Header --------*/

.school-name{
    font-size: 32px;    
    color: #fff;  
    /*font-family: 'Lucida Calligraphy';*/
}
.school-address{
    font-family: Calibri;
    font-size: 20px;
    color: #fff;
}

.inner-sec-item {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
}
/*----------- Box Section --------------*/
.section-body {
    /*border-bottom: 4px solid #3291d1;*/
}
#data-table{
    background-color: #fff !important;
}
#data-table thead{
    background-color: lightskyblue !important;
}
.admin-body-content{
    background-color: #dcdcdc !important;
}
.gallery-short-img{
    width: 150px;
    height: 150px;
}
.photo-album{
    padding-left: 0 !important;
}
/*#hit-counter{
    color: #7c795d; font-family: 'Trocchi', serif; font-size: 45px; font-weight: normal; line-height: 48px; margin: 0;
}*/

#hit-counter {
	display: inline;
	position: relative;
	font: 36px Helvetica, Sans-Serif;
	letter-spacing: 0px;
	color: rgba(0,0,255,0.5); 
    font-weight: 600;
}

#hit-counter:after {
	position: absolute; left: 10px; top: 5px;
	color: rgba(255,0,0,0.5);   
}

/*Make menu dropdown open on hover*/
/*.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }*/

.dropdown-menu > li > a{
    color: #333 !important;
}

.left-menu-icon{
    width: 15px;
}

.tbl-left-menu tr{
    border-bottom: 1px solid #f2f2f2;
}
.tbl-left-menu tr td{
    padding: 10px;
}
.tbl-left-menu a{
    font-size: 14px;
}






@media only screen and (max-width: 768px) {
    .container {
        width: 100% !important;
    }

    #result-corner-container a{
        font-size: 12px !important;
    }

    .header-back > .container{
        padding-left: inherit !important;
    }
    .header-top-link-area {
        float: initial !important;
        text-align: center !important;
    }
    .header-top-right {
        display: none !important;
    }

    .mobile-view{
        display: initial !important;
    }
    .desktop-view {
        display: none !important;
    }
    .school-name {
        font-family: 'Lobster', cursive;
        font-size: 20px !important;
    }
}