.navbar.navbar-inverse, .navbar.navbar-inverse.navbar-glass:hover {
    background: #0b7ef1e6;
}

.navbar.navbar-inverse.navbar-glass {
    background: #0b7ef1e6;
}

.sidebar-title {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    display: block;
    color: #ffffff;
    background-color: #0b7ef1e6;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

#page-container, #sidebar {
    background-color: #092e89;
}

.block-title{
	border-top-left-radius: 3px !important;
	border-top-right-radius: 3px;
	background: #0b7ef1e6 !important;
}

.block-title2{
	border-top-left-radius: 3px !important;
	border-top-right-radius: 3px;
	background: #74797de6 !important;
}
.block-title2 h2{
	font-size:18px!important;
	color: white;
	margin:10px;
}

.block-title .nav-tabs > li.active > a, .block-title .nav-tabs > li.active > a:hover, .block-title .nav-tabs > li.active > a:focus {
    border: none;
    background-color: #f3f8fae6;
}
.block-title2 .nav-tabs > li.active > a, .block-title .nav-tabs > li.active > a:hover, .block-title .nav-tabs > li.active > a:focus {
    border: none;
    background-color: #f3f8fae6;
}
.nav-tabs > li > a {
    color: #f2f4f8;
}

.nav-tabs > li > a:hover {
    color: #282b2fe6;
}

.btn-danger {
    background-color: #eb0954e6;
    border-color: #de815c;
}

.btn-warning {
    background-color: #e0d734;
    border-color: #e0d734;
}


body {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #26558e;
}

table {
    background-color: #3dd6ec00;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #0b7ef1e6;
}

.pagination > li > a, .pagination > li > span {
    font-weight: 500;
    color: #0b7ef1e6;
    margin-left: 5px;
    margin-right: 5px;
    border: none !important;
    border-radius: 3px !important;
    background: transparent;
}


.btn-success {
    background-color: #0b7ef1e6;
    border-color: #0b7ef1e6;
}

.btn-primary {
    background-color: #0b7ef1e6;
    border-color: #0b7ef1e6;
}

.themed-background-success {
    background-color: #0b7ef1e6 !important;
}

.text-success, .text-success:hover, a.text-success, a.text-success:hover, a.text-success:focus {
    color: #0b7ef1e6;
}

.sidebar-nav a.active {
    background: #ffffff;
    color: #454e59;
    border-right: 4px solid #0b7ef1e6;
}



.popuplist{
	list-style-type:none;
	padding-left:0px;
	margin-left:5px:
}

.popuplist a{
	text-decoration:none;
	color:grey;
}

.popuplist li{
	margin:4px 8px;
}

.popuplist span{
	float:right;
	color:red;
}

.popuplist li:hover{
	border-bottom:1px solid blue;
	color:blue;
}

.popuplist li>a:hover{
	color:blue;
}

@media print{
    /*Ensure each content section starts on a new page*/
    .pg{
        page-break-after:always;
    }
    /*Avoid content splitting within sections*/
    .pg{
        page-break-inside:avoid;
    }

    .txtcolor{
        color: darkred;
    }

}

/*Style for preview*/
.pg{
    max-width: 210mm;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.no-print{
    text-align: center;
    margin: 20px;
}

.txtcolor{
    color: darkred;
}