/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11 Aug, 2016, 6:40:39 AM
    Author     : vinay
*/
body {
    background-color: #ddd;
    color: #000000;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 13px;
}
.navbar-default {
    background-color: #ddd;
    border-color: #ddd;
}
.navbar-header span.logo-texti {
    color: #880E4F;	
	display: block;
    float: left;	
    font-size: 1.8em;
    font-style: oblique;
    font-family: sans-serif;
	font-weight: bold;
    margin: 20px 0px 0px 31px;
}
.navbar-header span.logo-text {
    color: #d8f394;	
	display: block;
    float: left;	
    font-size: 1.8em;
    font-style: oblique;
    font-family: sans-serif;
	font-weight: bold;
	text-shadow: 1.5px 1.5px #06122b;
    margin: 20px 0px 0px 1px;
}
.sidebar-nav a {
    color: #880E4F;
}
.sidebar-nav a:hover {
    color: #E7E7E7;
    background-color: #425567 !important;
}
.sidebar ul li a.active {
    background-color: #9E9E9E;
}
.sidebar ul li {
    background-color: #BDBDBD;
}
	.navbar-brand .logo {
    width:85px;
    height:auto;
	}

@media (min-width: 768px) {
	/* logo according to screen size */
	.navbar-brand .logo {
    width:100px;
    height:auto;
	}
	
    .order.index .custom-nav {
        background-color: #BDBDBD;  
    }
    .order.index .custom-nav .icon-bar {
        /*background-color: #BDBDBD;*/
        width: 5px;
    }
}
.navbar-header span.blue-bar {
    background-color: #AD1457;
    border-radius: 0px 10px 10px 0px;
}
.blu-bg {
    background-color: #BDBDBD !important;
}
#page-wrapper {
    /*background: #ddd;*/
}
.dropdown a {
    color: #880E4F;
}
a {
    color: #BDBDBD;
    background-color: none !important;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover,
.custom-pagination strong{
    background-color: #eee;
    border-color: #ddd; 
    color: #000000;
}
.custom-pagination {
    color: #000000;
}
h1{font-size:30px;}
h2{font-size:18px;font-weight:400}
.btn-primary {
    background-color: #BDBDBD;
}
.btn-primary:hover {
    background-color: #9E9E9E;
}
a.dropdown-toggle:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background-color: #9E9E9E !important;
    color: #E7E7E7;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #9E9E9E !important;
    color: #E7E7E7;
}
.order.index .panel-body {
    padding: 3px;
}
#page-wrapper {
    padding-right: 0px !important;
}