/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 14, 2015, 11:32:16 PM
    Author     : tehzu9
*/

/*my styling
///////////////////////////////////////////////*/

/*collpase panel settings new css from haseeb starts here
----------------------------------------------------------*/
.my-collapse-panal .panel-default .panel-heading{
  padding: 0px;
}
.training-scheme-para{
  margin-top: 20px;
}
body {
  font-family: 'Roboto', sans-serif;
}
p, li, li a{ font-size: 14px !important;

 line-height: 25px;}
a, p a{ color:#333; outline: none; text-decoration: underline;}


a:hover, a:focus, p a:hover, p a:focus{ outline: none;; color:#0099FF;  text-decoration: underline;}
h4, .h4{ font-size: 16px;}
h6, .h6{ font-size: 14px;}
.top-nav-bar a, .middle-nav a{ text-decoration: none !important;}

/*collpase panel settings new css from haseeb ends here
----------------------------------------------------------*/
.table {
  margin: 0 !important;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eee -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-style: solid none none;
  border-width: 1px 0 0;
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}

 h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  
}

h1 {color: #fff;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.05em;}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-40 {
	margin-top: 10px !important;
}

.m-tb-10 {
  margin: 10px 0 !important;
}

.m-tb-20 {
  margin: 20px 0 !important;
}

/*submenus stylings
-------------------------------------------
==============================================*/

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  left: -88%;
  margin-left: -1px;
  margin-top: -1px;
  padding: 0;
  top: 0;
}

.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: #cccccc;
  margin-top: 5px;
  margin-right: -5px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

/*submenus topbar
------------------------------------------=
==========================================*/

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .custom-top-menu {
  left: 100%;
  margin-left: -1px;
  margin-top: -1px;

  padding: 0;
  top: 0;
}

.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: #cccccc;
  margin-top: 5px;
  margin-right: -5px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

.top-nav-bar {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ededed;
  color: #5E5E5E;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
}

.top-nav-bar .navbar-form {
  margin: 0;
}

.top-nav-bar .navbar-nav > li > a {
  color: #5E5E5E;
  padding: 10px;
}

.top-nav-bar .dropdown-menu > li > a {
  color: #5E5E5E;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  padding: 10px;
}

.punjab-gov-logo {
  margin-top: 10px;
}

/*top bar dropdown menu settings*/
.top-nav-bar .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background: #5E5E5E;
  color: #FFFFFF;
}

/*main navigation bar menu settings*/
.main-navigation .dropdown-menu {
  padding: 0;
}

.main-navigation .dropdown-menu > li > a {
  padding: 10px;
  text-decoration: none; z-index:200;
}

.main-navigation .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: #056b0f;
  color: #FFFFFF;
  transition: all .4s;
  z-index:200;
}

.top-nav-bar .navbar-nav > li > .dropdown-menu {
  padding: 0;
  z-index:200;
}
.main-navigation .caret{
  color: #FFFFFF;
}


.top-nav-bar .caret {
  color: #5E5E5E;
}

.main-navigation .navbar-default {
	background: transparent;
	border: none;
	background-color: #056b0f;
	margin-top: 0px;
	height: 52px; z-index:100;
}

.main-navigation .navbar-brand {
  float: left;
  height: 110px;
  line-height: 20px;
  padding: 15px;
}

.main-navigation .navbar-brand > img {
  display: block;
  width: 90px;
}

.main-navigation .navbar-nav {
  background: #056b0f;
  margin-top: 0px;
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif; 

  width: 100%;;
}

.main-navigation .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background: #fff;
  color: #0066FF; z-index:00;
}

.main-navigation .navbar-default .navbar-nav > li > a {
  text-decoration: none !important;
  color: #fff;
  padding: 15px 14px; 
}

.main-navigation .navbar-default .navbar-nav > li > a:hover,
.main-navigation .navbar-default .navbar-nav > li > a:focus, .main-navigation .navbar-default .navbar-nav > li > a:hover .caret,  .main-navigation .navbar-default .navbar-nav > li > a:focus .caret {
  background: #fff;
  color: #056b0f;
  transition: all .4s; 
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a span,
.navbar-default .navbar-nav > .open > a:hover span, 
.navbar-default .navbar-nav > .open > a:focus span { background: #fff; color: #106836 !important;}



.btn-accent {
  background: #106836 none repeat scroll 0 0;
  border: 1px solid;
  color: #fff;
}

#carousel-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

#carousel-text .panel {
  margin: 0;
  background: #f9f9f9;
  box-sizing: border-box;
  display: block;
  float: right;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e6e6e6 #e6e6e6 #b9babc;
  border-image: none;
  border-style: solid;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-width: 5px 1px;
  display: block;
  line-height: 1.3;
  transition: all 100ms ease-out 0s;
  width: 100%;
}

#carousel-text .panel:hover {
  border-bottom: 5px solid #07a917;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

#carousel-text .panel-heading {
  padding: 9px;
}

.car-heading-content {
  border-bottom: 2px solid #e6e6e6;
  color: #444444;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.05em;
  padding: 10px;
  margin: 0;
}

.car-heading-icon {
  margin: 0;
  font-size: 15px;
}

.widget-title.lined {
  border-bottom: 1px solid rgba(0, 0, 0, 0.067);
  line-height: 4px;
  margin-bottom: 50px;

}

.widget-title.big {
  font-size: 34px;
}

.widget-title {
  margin-bottom: 30px;
  position: relative;

}

.widget-title.lined > span {
  background: #fff none repeat scroll 0 0;
  padding-right: 20px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.thumbnail {
  margin: 0 !important;
}

.middle-nav {
	margin-top: 0px;
	background-image: url(../img/header-bg.png);
	background-repeat: repeat-x;
}

.widgetBox {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}


/*sidebar widget top settings starts here
--------------------------------------------------
--------------------------------------------------*/
.sidebar-fpanel .widgetBox {
  background: #f9f9f9;
  box-sizing: border-box;
  display: block;
  float: right;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e6e6e6 #e6e6e6 #b9babc;
  border-image: none;
  border-style: solid;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-width: 5px 1px;
  display: inline-block;
  line-height: 1.3;
  transition: all 100ms ease-out 0s;
  width: 100%;
  margin-bottom: 20px;
}

.sidebar-fpanel .widgetBox:hover {
  border-bottom: 5px solid #07a917;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.sidebar-fpanel .widgetBox h3 {
  border-bottom: 2px solid #e6e6e6;
  color: #444444;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  
  margin: 0;
  padding: 10px;
}

.sidebar-fpanel .widgetBox ul {
  margin-bottom: 0;
}

.sidebar-fpanel .widgetBox .loginOptions li h3 {
  color: #444444;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  padding: 10px 0;
  margin: 0;

}

.sidebar-fpanel .widgetBox .login_ul {
  list-style: none;
  padding: 0px;

}

.sidebar-fpanel .widgetBox .login_ul .login_li {
  border-bottom: 2px solid #e6e6e6;
  padding: 17px 10px;
}
.p-0{ padding:0px;}
.video-thumbnails{}
.videothumb-img img{ width:100%;}
.videothumb-content{}
.video-thumbnails ul{ border-top:1px solid rgba(0, 0, 0, 0.067); padding:15px 0; margin:19px 0px;}
.video-thumbnails li{ list-style:none; }
.video-thumbnails a.widgetBox{ border-left:0px; padding-bottom:10px; border-right:0px; border-top:0px; background:transparent !important}
.video-thumbnails a.widgetBox:hover { box-shadow:none !important;}
.video-thumbnails .widgetBox:hover{ box-shadow:none;}

.videothumb-content h4{ font-size:16px; height: 30px; line-height: 15px; margin: 0; overflow: hidden;}
.videothumb-content span{ font-size:11px;}
.videothumb-content .videos_views{font-size:11px;}

.fullscreenvideo-frame{ width:100%; min-height:450px;}
/*footer css
------------------------------------------
------------------------------------------
------------------------------------------*/

.footer-top {
  padding: 55px 0;
}

.footer-top {
	background-color: #034409;
	color: #999;
	padding: 55px 0;
	position: relative;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: repeat-x;
}

/*footer bottom*/
.footer-bottom {
  padding: 19px 0;
}

.footer-bottom {
  background-color: #056b0f;
  color: #fff;
  text-align: center;
  line-height: 56px;
}

/*footer image logo*/
.footer img.logo {
  margin: 5px 0 0px;
}
.footer p{ font-weight: 500; font-style: italic; line-height: 20px !important;}
/*footer top headings*/
.footer-top__headings {
  color: #ccc;
  font-size: 21px;
  margin-bottom: 21px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: .3px;
}

.widget_nav_menu ul {
  font-size: 15px;
  list-style: outside none none;
  padding: 0;
}
.footer .widget_nav_menu ul > li{ line-height: 30px !important;}
.footer .widget_nav_menu ul > li > a {
	color: #999;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: inherit;
	font-weight: 500;
	font-style: italic;
}

.widget_nav_menu ul .sub-menu {
  margin: 0;
  padding-left: 15px;
}

/*footer bottom*/
.footer-bottom__left {
  float: left;
}

.footer-bottom__right {
  float: right;
  padding-top: 0;
}

.footer-bottom a {
  color: #1BB7EA;
  font-weight: bold;
}

#main_container {

}

.custom_height {
  height: 3em;
}

.custom_small_margin {
  margin-left: 1.4em;
}

.custom_small_margin2 {
  margin-left: 0.5em;
}

.custom_margin_left_end {
  margin-left: 0;
}

.custom_margin_right_end {
  margin-right: 0;
}

.custom_pad_left_end {
  padding-left: 0;
}

.custom_nav_width {
  min-width: 191px;
  text-align: center;
  cursor: pointer;
}

.custom_menu_1 {
  background-color: #7B559C;
  color: #F5F5F5;
  margin-bottom: 0;

}

.custom_menu_2 {
  background-color: #E6624C;
  color: #F5F5F5;
  margin-bottom: 0;
}

.custom_menu_3 {
  background-color: #00ABB2;
  color: #F5F5F5;
  margin-bottom: 0;
}

.custom_menu_4 {
  background-color: #B1CC36;
  color: #F5F5F5;
  margin-bottom: 0;
}

.custom_menu_5 {
  background-color: #3E90B8;
  color: #F5F5F5;
  margin-bottom: 0;
}

.custom_menu_6 {
  background-color: #16703A;
  color: #F5F5F5;
  margin-bottom: 0;
}

.custom_margin_top {
  margin-top: 2.5em
}

.green {
  color: #005F1A;
}

.white {
  color: #E7E7E7;
}

.custom_pad_left {
  padding-left: 2.2em;
}

.custom_logo_padding {
  margin: 1%;

}

.custom_body {
  width: 90%;
  margin: 1% auto;
}

.custom_clear_both {
  clear: both;
}

.custom_hr_line {
  border-top: 1px #E7E7E7 solid;
}

.custom_vr_line {
  border-right: 1px #E7E7E7 solid;
}

.custom_table_header {
  background-color: #DDDDDD;
  color: #1E2E8E;
}

.custom_margin {
  margin-right: 1em;
}

.size_icon {
  font-size: 1.2em;
}

.no_pading {
  padding: .2em;
}

.no_margin {
  margin: 0px;
}

.no_bottom_margin {
  margin-bottom: 0px;
}

.no_top_margin {
  margin-top: 0px;
}

.button_top_margin {
  margin-top: .6em;
}

.text-color-primary {
  color: #F5F5F5;
}

.black {
  color: #333333;
}

.no_border {
  border: 0px;
}

#custom-search-input {
  padding: 4px;
  border: solid 1px #E4E4E4;
  border-radius: 0px;
  background-color: #fff;
}

#custom-search-input input {
  border: 0;
  box-shadow: none;
}

#custom-search-input button {
  margin: 2px 0 0 0;
  background: none;
  box-shadow: none;
  border: 0;
  color: #666666;
  padding: 0 8px 0 10px;
  border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
  border: 0;
  box-shadow: none;
  border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
  font-size: 18px;
}

.hide-bullets {
  list-style: none;
  margin-left: -40px;
  margin-top: 20px;
}

﻿.glyphicon {
  margin-right: 4px !important; /*override*/
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{ color: #07a917;}
.pagination .glyphicon {
  margin-right: 0px !important; /*override*/
}

.pagination a {
  color: #555;
}

.panel ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.panel-title a{ padding: 15px; display: inline-block; width: 100%; outline: none; text-decoration: none;;}
.panel-title a span{ -webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.panel-title a.collapsed span{
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);

}
.news-item {
  padding: 4px 4px;
  margin: 0px;
  border-bottom: 1px dotted #555;
}


#lightbox .modal-content {
  display: inline-block;
  text-align: center;
}

#lightbox .close {
  opacity: 1;
  color: rgb(255, 255, 255);
  background-color: rgb(25, 25, 25);
  padding: 5px 8px;
  border-radius: 30px;
  border: 2px solid rgb(255, 255, 255);
  position: absolute;
  top: -15px;
  right: -55px;

  z-index: 1032;
}

.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.thumb_img {
  width: 75px;
  height: 75px;
}

.thumb_img_sm {
  width: 85px;
  height: 85px;
}

.thumb_img_md {
  width: 115px;
  height: 115px;
}

.thumb_img_md2 {
  width: 125px;
  height: 125px;
}

.hide-bullets {
  list-style: none;
  margin-left: -40px;
  margin-top: 20px;
}

.hide_bullet {
  list-style: none;
}

.thumbnail {
	padding: 10 !important;
	text-align: center;
	;
	min-height: auto;
}

.thumbnail span{ height: 56px; display: inline-block; font-weight: 600; color: #000;}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%; z-index:0;
}

.white_back {
  background-color: white;
}

.custom_pad {
  padding: 1em;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e6e6e6 #e6e6e6 #b9babc;
  border-image: none;
  border-style: solid;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-width: 1px 1px 2px;
  display: inline-block;
  line-height: 1.3;
  transition: all 100ms ease-out 0s;
  width: 100%;
}

.custom_pad:hover {
  border-bottom: 2px solid #0066FF;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.custom_width {
  width: 800px;
}

/*social media icons*/

/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
  display: table-cell;
  list-style: outside none none;
  margin-left: 0 !important;
  
  /*padding: 5px;*/
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #F56505;
}


.social-network a.icoFacebook {
  background-color: #3B5998;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter {
  background-color: #33ccff;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle {
  background-color: #BD3518;
}

.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
  
}

.social-network a.icoLinkedin {
  background-color: #007bb7;
}

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
  color: #fff;
}

a.socialIcon:hover, .socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  border-radius: 53%;
    display: inline-block;
    height: 31px;
    margin: 2px auto 0;
    position: relative;
    text-align: center;
    width: 31px;
}

.social-circle li i {
  font-size: 13px;
    line-height: 31px;
    margin: 0;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-circle a {
  background-color: #999;
}
/*hassan css 
======================================*/
.user-pic { float: left; margin-right: 10px; width: 60px;}
.user-pic img{ 
    border: 1px solid #ddd;
    display: inline-block;
    height: 60px;
    padding: 3px;
    width: 60px;}
.form-admission-guide label{ font-size: 16px;}
.form-admission-guide input, .form-admission-guide select{ font-size: 12px; color: #555; box-shadow: none; min-height: 40px; border-color: #e4e4e4; }
.form-admission-guide input:focus, .form-admission-guide select:focus{ box-shadow:0 6px 9px rgba(0, 0, 0, 0.1); border-color: #e4e4e4; }
.table-custom span { font-size: 14px; padding-left: 25px; line-height: 25px;}
.not-available h1 { font-size: 36px; color: #555 !important;}
.widgetBox .login_ul .login_li i{ font-size: 18px; color: #106836 ; padding-right: 10px; vertical-align: middle;}
.widgetBox1 .login_ul .login_li a{ font-weight: bold;}
.widgetBox1 { min-height: 316px;}

.sidebar-fpanel .widgetBox1 .login_ul li:last-child.login_li { border-bottom:0px !important;}

.carousel-caption{ text-align: left; text-shadow:none; bottom: 26px; max-width: 320px; padding-bottom: 0px; padding-top: 0px; left: 26px; min-height: 105px;}
.carousel-caption h3{ font-size: 40px; line-height: 30px; margin: 15px 0px; color: #000;}
.carousel-caption h3 span{ font-size: 26px; font-weight: 500;}
.carousel-caption p{ margin-bottom: 0px; color: #fff; line-height: 15px; font-size: 13px !important;}
.carousel-caption p a{ color: #fff; text-decoration: underline; font-style: italic; font-size: 13px !important;}
.carousel-indicators { bottom: 5px; margin-bottom: 0px; }

.thumbnail_more img{ max-height: 78px; max-width: 100%; width: auto;}
.thumbnail_more { min-height: 161px; vertical-align: middle; padding-top: 20px !important
  ;}
.thumbnail_more .caption{border: 0 none !important;
bottom: 20px;
color: #333;
left: 0;
padding: 0;
position: absolute;
right: 0;}
.thumbnail_more h3{ margin: 0px;}
.footer .footer-address p{ font-style: normal; }
.footer .footer-address p i{ border: 1px solid #ccc; border-radius: 3px; margin-bottom: 10px; padding: 4px; color: #ccc;}
.footer .footer-address .footer-social { padding: 0px; margin: 0px; }
.footer .footer-address .footer-social li {
	float: left;
	border: 2px solid #999;
	color: #999;
	text-align: center;
	padding: 2px 0px;
	margin-right: 10px;
	width: 25px;
	list-style: none;
	text-align: center;
	border-radius: 3px;
}
.footer .footer-address .footer-social li a { color: #999;}
.footer .footer-address .footer-social li:hover {
	border-color: #999;
	color: #999;
}
.footer .footer-address .footer-social li:hover a { color: #fff;}
.footer .footer-address .footer-social li i{list-style: none;}
.virtual-tour{ max-height: 500px; overflow: hidden;}
.virtual-tour img{ max-width: 100%;}
.ebooks .thumbnail { padding: 10px !important;}
.ebooks .thumbnail span{ height: auto; padding-bottom: 20px;}
.navbar-toggle { margin: 0px; padding: 10px;}

.company-logos{ width: 60%; margin-bottom: 20px; margin-top: 20px;}
.company-logos img{ width: 45%;}

/*shining stars page styling*/
.thumbnail_shining_stars .thumbnail{
  padding: 10px !important;
  text-align: left;
  font-size: 11px;
  min-height: 465px;
}

.thumbnail_shining_stars .thumbnail h3{
  text-align: center;
  margin: 20px 0;
  font-size: 18px;
  color: #444;
}

.thumbnail_shining_stars .thumbnail .caption{
  padding: 0;
}

.thumbnail_shining_stars .thumbnail .caption .shining_box_heading{
  font-weight: bold;
  font-size: 13px;
}

.thumbnail_shining_stars .thumbnail .caption .shining_box_des{
  font-size: 12px;
}





@media only screen and (max-device-width:1133px) {
.sidebar-fpanel{ display: none;;}
#carousel-text .panel{ min-height: 350px;}
.video-thumbnails{ display:block !important}
}

@media only screen and (max-device-width: 991px) {
.top-nav-bar .navbar-nav > li > a{ padding: 8px;}
.carousel { margin-bottom: 20px;}
.block-box{ margin-bottom: 20px;}
.thumbnail_more .caption{ bottom: 40px;}
.sidebar-fpanel{ display: none;;}
.video-thumbnails{ display:block !important}
}


@media only screen and (max-device-width: 767px) {

.video-thumbnails{ display:block;}


.company-logos{ width: 100%;}
.company-logos img{ max-width: 100%;}

.carousel-caption{ text-align: left; text-shadow:none; bottom: 20px; max-width: 170px; padding-bottom: 0px; padding-top: 0px; left: 20px}
.carousel-caption h3{ font-size: 20px; line-height: 15px; margin: 53px 0px;}
.carousel-caption h3 span{ font-size: 13px;}
.carousel-caption p{ display: none;}
.carousel-indicators { bottom: 5px; margin-bottom: 0px;}
.carousel-inner > .item{ min-height: auto;z-index:-1;}
.widget-title.lined > span{ line-height: 41px;}



.navbar-collapse{ padding: 0px;}
.navbar-collapse ul{ margin: 0px;}
.navbar-collapse ul li { border-bottom: 1px solid #e0e0e0;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a{ color: #fff;}

.middle-nav .col-md-2{ text-align: center;}
.middle-nav img{ display: inline-block; margin: 15px 0px 0px;}

.middle-nav .m-t-40 { margin-top: 20px !important;}

.middle-nav .punjab-gov-logo{ display: none;;}
.navbar-toggle{ width: 100%; text-align: right; background: #d3d3d3;}
ul.social-network{
	display: inline-block;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
}
.main-navigation .navbar-nav{ margin-top: 0px;}

.carousel { margin-bottom: 20px;}
.custom_margin_top{ margin-top: 0px;}
.block-box{ margin-bottom: 20px;}
.footer-bottom__left { margin-bottom: 20px; text-align: center; width: 100%; line-height: 20px;}
.footer-bottom__right{ float: none; width: 100%; text-align: center;;}

}





.menu-bg { height:52px; width:100%; background-color:#106836; z-index:500;}


.spc { width:100%; height:auto; float:left; padding-top:10px; border-bottom:dashed 1px; color:#CCC; margin-bottom:10px;}


.account-body {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.125);
    margin-bottom: 1em;
    padding: 35px 30px 10px;
    position: relative;





    .c33 {
      overflow: hidden;
      clear: both;
    }

    #main .mainContent #loginWidget {
      display: none;
    }

    #main .mainContent #loginWidget > h3 {
      display: none;
    }

    @media only screen and (min-width: 1024px) {
      .c33 {
        margin-top: 25px;
      }

      .c33 {
        margin: 0 0 50px 2%;
        width: 100%;
        clear: none;
        float: left;
      }

      #loginWidget {
        margin: 0 0 20px;
        height: auto;
        float: left;
        width: 100%;
      }

      #loginWidget > h3 {
        font-family: Arial;
        letter-spacing: .02em;
        font-weight: normal;
        line-height: 1.1em;
        font-size: 1.125em;
        padding: 5px 10px;
        display: block;
        color: #231F20;
        margin: 0;
      }

      #loginWidget .loginOptions li:first-child {
        margin: 0;
      }

      #loginWidget .loginOptions li a {
        margin: 0 0 0 6.1349693251533742331288343558282%;
        width: 46.341463414634146341463414634146%;
      }

      #loginWidget .loginOptions li {
        padding: 15px 10px 15px 55px;
        position: relative;
        display: block;
      }

      #loginWidget .loginOptions li h3 {
        margin: 0 0 .5em;
        font-size: 1em;
      }

      #loginWidget .loginOptions li:before {
        width: 91.596638655462184873949579831933%;
        position: absolute;
        background: #ccc;
        height: 1px;
        content: "";
        left: 10px;
        top: 0;
      }

      .eventsWidget {
        border-top: 5px solid #949599;
        background: #EEEEEF;
        margin: 0 0 20px;
        display: block;
        float: left;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
      }

      .eventsWidget h3 {
        font-family: karbonSemibold;
        letter-spacing: .02em;
        font-weight: normal;
        font-size: 1.125em;
        color: #231F20;
        margin: 0;
      }

      .eventsWidget .content {
        background: url(../www.education247.com.pk/tevta/_res/css/images/bg_icon-event.html) no-repeat 10px 50%;
        padding: 15px 10px 15px 60px;
        overflow: hidden;
      }

      .eventsWidget p {
        line-height: 1.5em;
        font-size: .875em;
        display: block;
        float: left;
        color: #444;
        width: 100%;
        margin: 0;
      }
    }

    @media only screen and (min-width: 1200px) {
      .c33 {
        margin: 0 0 80px 20px;
        width: 275px;
      }

      #loginWidget .loginOptions li.portal {
        background-position: 10px 50%;
      }

      #loginWidget .loginOptions li.onlineAssessment {
        background-position: 15px 50%;
      }

      #loginWidget .loginOptions li {
        padding: 15px 10px 15px 55px;
      }

      #loginWidget .loginOptions li.externalContractors {
        background-position: 15px 50%;
      }
    }

    @media only screen and (min-width: 768px) {
      .c33 {
        margin: 0 0 2.7510316368638239339752407152682%;
      }

      #loginWidget {
        /*width: 48.523206751054852320675105485232%;*/
        border-top: 5px solid #949599;
        background: #EEEEEF;
        display: block;
        /*height: 120px;*/
        float: right;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
      }

      h1, h2, h3, h4, h5, h6 {
        line-height: 1.1em;
      }

      .loginOptions {
        list-style-image: none;
        list-style: none;
        overflow: hidden;
        height: 100%;
        padding: 0;
        margin: 0;
      }

      #loginWidget .loginOptions li.portal {
        background: url(../www.education247.com.pk/tevta/_res/css/images/bg_icon-portal.html) no-repeat 3.0864197530864197530864197530864% 50%;
      }

      #loginWidget .loginOptions li.onlineAssessment {
        background: url(../www.education247.com.pk/tevta/_res/css/images/bg_icon-onlineAssessment.html) no-repeat 4.6296296296296296296296296296296% 50%;
      }

      #loginWidget .loginOptions li.externalContractors {
        background: url(../www.education247.com.pk/tevta/_res/css/images/bg_icon-externalContractors.html) no-repeat 4.6296296296296296296296296296296% 58%;
        display: block;
      }

      #loginWidget .loginOptions li h3 {
        font-family: karbonSemibold;
        font-weight: normal;
        line-height: 1.1em;
        font-size: 1.125em;
        margin: 0 0 25px;
        color: #000;
      }

      #loginWidget .loginOptions li a:first-of-type {
        margin: 0;
      }

      #loginWidget .loginOptions li a.first {
        border: 1px solid #231F20;
        background: #231F20;
        margin: 0 0 0 55px;
        color: #FFF;
        -webkit-box-shadow: 0 3px 0 #000;
        box-shadow: 0 3px 0 #000;
      }

      #loginWidget .loginOptions li a {
        text-transform: uppercase;
        border: 1px solid #949599;
        text-align: center;
        line-height: 1.2em;
        padding: 8px 10px;
        font-weight: bold;
        font-size: .625em;
        line-height: 1em;
        background: #FFF;
        display: block;
        color: #949599;
        width: 80px;
        float: left;
        -webkit-box-shadow: 0 3px 0 #949599;
        box-shadow: 0 3px 0 #949599;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 3px;
        border-radius: 3px;
      }

      #loginWidget .loginOptions li {
        padding: 5px 20px 20px 10px;
        overflow: hidden;
        display: block;
        height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
      }

      .eventsWidget h3 {
        line-height: 1.1em;
        font-size: 1.125em;
        padding: 0;
        margin: 0;
      }

      .eventsWidget h3 a {
        padding: 5px 10px;
        display: block;
        color: #231F20;
        border: 0;
      }

      .eventsWidget p {
        line-height: 1.3em;
        font-size: .75em;
        color: #002B59;
        display: block;
        float: left;
        width: 73%;
      }






