/* Add here all your CSS customizations */
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #1d6fa3;
    border-color: #1d6fa3;
}
.page-header {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#49a3cf+0,4bacd6+29,4eb6de+53,4eb7de+79,4eb7de+100,4eb7de+100,53cbf1+100 */
background: #49a3cf; /* Old browsers */
background: -moz-linear-gradient(top,  #49a3cf 0%, #4bacd6 29%, #4eb6de 53%, #4eb7de 79%, #4eb7de 100%, #4eb7de 100%, #53cbf1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #49a3cf 0%,#4bacd6 29%,#4eb6de 53%,#4eb7de 79%,#4eb7de 100%,#4eb7de 100%,#53cbf1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #49a3cf 0%,#4bacd6 29%,#4eb6de 53%,#4eb7de 79%,#4eb7de 100%,#4eb7de 100%,#53cbf1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a3cf', endColorstr='#53cbf1',GradientType=0 ); /* IE6-9 */
}

.bg-primary {
	background: #1d6fa3;
}


.sidebar-left .sidebar-header .sidebar-toggle {
    background-color: #0a2c42;
}

.sidebar-left .nano {
    background: #0a2c42;
    box-shadow: -5px 0 0 #1d6fa3 inset;
}

/* Page Header */
.page-header h2 {
	border-bottom-color: #1d6fa3;
}

/* Navigation */
ul.nav-main > li.nav-active > a {
	box-shadow: 2px 0 0 #1d6fa3 inset;
}

html .pagination > li.active a,
html.dark .pagination > li.active a,
html .pagination > li.active span,
html.dark .pagination > li.active span,
html .pagination > li.active a:hover,
html.dark .pagination > li.active a:hover,
html .pagination > li.active span:hover,
html.dark .pagination > li.active span:hover,
html .pagination > li.active a:focus,
html.dark .pagination > li.active a:focus,
html .pagination > li.active span:focus,
html.dark .pagination > li.active span:focus {
	background-color: #1d6fa3;
	border-color: #1d6fa3;
}

html .pagination > li.active a,
html.dark .pagination > li.active a {
	background-color: #1d6fa3;
}

@media only screen and (min-width: 768px) {
	html.sidebar-left-collapsed .sidebar-left .nano {
		background: #0a2c42;
		box-shadow: -5px 0 0 #08283d inset;
	}
	
	}
	