﻿.more .dropdown-menu li a:hover {
    background-color: rgba(0,0,0,.8);
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.navbar-nav > li > a:hover {
    color: #5CB85C;
}

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

.sidebar {	
	display: none;
	overflow-x: hidden;
	overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
	padding-right: 0px;
	margin-top: 6px;
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: rgb(92, 184, 92);
}


.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

/*footer*/
			
			footer{ color:#eeeeee;}
.social-icons{color:white; padding: 0px;}
footer {	background-color: #222; padding-top: 60px;	color: #ccc;}
footer p {	color: #ccc;}
footer a {	color: #666;}
footer a:hover {color: #666;}
.footer-widget { margin-bottom: 45px;}
.footer-widget h4 {color: #eee;	text-transform: uppercase;padding-bottom: 8px;font-size: 14px;font-weight: 700;position: relative;}
.footer-widget h4 .head-line {position: absolute;	display: block;	width: 50px;height: 3px;background-color: #333;}
.social-widget ul.social-icons li {	display: inline-block;margin-right: 4px;margin-bottom: 4px;}
.social-widget ul.social-icons li a i {font-size: 1.4em;width: 36px;height: 36px;color: #fff;line-height: 36px;text-align: center;display: block;border-radius: 2px;}
.facebook i{background-color: #507CBE;}
.twitter i {background-color: #63CDF1;}
.google i {	background-color: #F16261;}
.twitter-widget a:hover {color: #43B9CD;}
.twitter-widget ul li { margin-bottom: 20px;}
.twitter-widget ul li span {color: #666;}
.copyright-section {padding: 15px 0;font-size: 11px;	letter-spacing: 0.5px;border-top: 1px solid rgba(255,255,255,.06);}
.copyright-section p {font-size: 11px;text-transform: uppercase;}
/* Footer Ends Here */
