body {
	margin: 0;
    background-color: rgb(215, 234, 244);
    
}
.no-padding {
    padding: 0px !important;
    
}
.inner-menu ul li a {
    padding-left: 25px;
}
.inner-menu ul li {
    border-bottom: 0px;
    border-top: 1px solid #FFF;
    margin-top: 0px;
}
ul.sidebar-menu {
    margin-bottom: 0px;
}
.sidebar-menu a {
    background-color: #d86f2b !important;
    color: #FFF;
    -webkit-box-shadow: inset 50px 0 30px -20px rgba(0,0,0,.4);
    box-shadow: inset 50px 0 30px -20px rgba(0,0,0,.4);
    border-radius: 0px !important;
} 
.sidebar-menu li {
    margin: 0;
    border-bottom: 1px solid #FFF;
}
.sidebar-menu  a:hover , .sidebar-menu  li.active>a {
    background-color: #CC6600 !important;
}	
.sidebar-menu >li+li {
    margin-top: 0px;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
div.menu-btn {
    width: 160px;
    padding: 10px;
    margin-bottom: 30px;
    background: #000;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}
.panel-nav-toggle {
    background: #0699cb;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    line-height: 50px;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 1000;
    width: 50px;
    height: 50px;
}
.panel-shown {
   left: 280px !important;
}
.narrow-header {
    background-color: #0699cb;
}
.page-banner .col-xs-12{
	padding: 0px;
}
.site-top-menu.affix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5000;
}
@media screen and (min-width: 1260px) {
	.page-wrapper {
		width: 1260px;
		margin: auto;
	}
	.dropdown:hover .dropdown-menu {
        display: block;
    }
}
.page-content {
	min-height:800px;
    background-color: #FFFFFF;
    margin-top: 0px;
    padding-top:10px;
    border: 1px dotted rgb(215, 234, 244);
}
.page-footer{
	background-color:#DDD;
	
}
.site-top-menu .menu-container {
    margin: 0px;
    padding: 0px;
    height: 51px;
}
.site-top-menu .navbar-toggle {
    background-color: #d86f2b !important;
    color: #FFF !important;
}
.site-top-menu .navbar, .site-top-menu .navbar-brand, .site-top-menu .dropdown-menu {
    background-color: #d86f2b !important;
    color: #FFF !important;
        z-index: 1000 !important
}
.site-top-menu .navbar ul li>a:hover {
    background-color: #CC6600 !important;
    color: #FFF !important;
    text-decoration: underline;
}
.site-top-menu .navbar ul li>a {
    background-color: #d86f2b !important;
    color: #FFF !important;
}
#footer-wrapper {
    margin-top: 0px;
  /* overflow: scroll; */
    
}
#footer-wrapper .col-sm-4 {
    text-align: right;
}
.site-footer {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #0699cb;
}
.site-footer a , .site-footer span {
    color: #FFFFFF !important;
}
.login-form {
	margin-top: 60px;
}
form[role=login] {
	color: #5d5d5d;
	background: #f2f2f2;
	padding: 26px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
form[role=login] img {
		display: block;
		margin: 0 auto;
		margin-bottom: 35px;
}
form[role=login] input,
form[role=login] button {
		font-size: 18px;
		margin: 16px 0;
}
form[role=login] > div {
		text-align: center;
}
.form-links {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 50px;
}
.form-links a {
	color: #fff;
}
