/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* ******************************************************************************************************************

                                              ** Bootstrap Overrides **

****************************************************************************************************************** */
#topbar{
	background: #283031;
	height: 40px;
}


#menu {
	font-family: 'Ubuntu',sans-serif;
	background: #2E3839;
	padding-top: 10px;
	padding-bottom: 5px;
	position: fixed!Important;
	left: 0;
	z-index: 999!Important;
	width: 100%;
	border-top: 1px solid #232A2B;
	border-bottom: 1px solid #232A2B;
	top: 32px!Important;
}

#menu .container{
	max-height:150px;
}

#menu .container-fluid {
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}


.navbar-header {
	float:left;
	width:400px;
}


#menu #mainlogo {
	background: no-repeat;
	background-image: none;
	background-image: url(../html/img/logo_site.png);
	width: 171px;
	height: 60px;
	margin-left: -15px;
	margin-top: -45px;
}

#menu .headerslogan {
	float: left;
	padding-left: 20px;
	border-left: 1px solid #364344;
	margin-left: 190px;
	margin-top: -35px;
	width:400px;
	height: 15px;
}


#menu .headerslogan p {
	font-size: 12px;
	font-weight: 100;
	color: #8E8E8E;
	margin-bottom: 0;
	letter-spacing: 1px;
	margin-top: -3px;
}


#menu .navbar {
    min-height: 0px!Important;
    margin-top: 0;
    margin-bottom: 0;
}
#menu .navbar-default {
    background: #2E3839;
    border: none!Important;
    z-index: 99999!Important;
}


#menu .navbar {
    position: relative;
    min-height: 61px;
    margin-bottom: 10px;
    margin-top: 35px;
}

.header {
   line-height: 18px;
}


.navigation{
	width:55%;
	float:right!Important;
	margin-top: -38px;	
}


.nav-pills > li {	
	display: block;
	padding: 10px 15px;
	border-right: 1px solid #364344;
}


.nav-pills > li  > a {
	font-size:14px;
	color:#ffffff;
	height: 40px;
	width: 68px;
}


.nav-pills > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #7d7d7d;
}



.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	color: #fff;
	background-color: #FF8916;
}




/* ******************************************************************************************************************

                                                    ** Side Menu **

****************************************************************************************************************** */


.module-content ul li::before {
	content: "";
}


.menu_dpm_module_menu {
	margin-top: 85px;
	background-color:#f3f8fc;
	border-collapse: collapse;
	border: 1px solid #8fbce9;
	padding: 20px 0px;
}


.menu_dpm_module_menu > li > a {
	font-size:14px;
  padding: 7px 15px;
}

.menu_dpm_module_menu > li > a:hover {
	color: #285f8f;
	background-color: #b7cfee;
}

.menu_dpm_module_menu > li.active > a {
	background-color: #b7cfee;
}



/* ******************************************************************************************************************

                                                  ** Content **

****************************************************************************************************************** */


.docs-content .home-button {
	padding: 15px 30px 10px 30px;
	margin: 0 0 20px 0;
	height: 135px;
	text-align: center;
	background-color: #f3f8fc;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
}



.docs-content .home-button:hover {
	background-color: #8fbce9;
}


.home-button i{
	color:#8FBCE9;
	display:block;
	margin-bottom: 10px;
	font-size:4em;
}


.home-button:hover i{
	color:#ffffff;
}