/* White bar top right */
.topbar .navbar{
	background-color:#fff;
}

/* White bar top left */
.topbar .topbar-left{
	background-color:#fff;
}

/* H1 color */
.btn-group-orderlist h1{
	color:#0D2C88!important;
}

/* Menu item color */
.topbar .waves-effect {
	color:#0D2C88!important;
}

/* Logo size*/
.topbar-left .logo img{
	margin-left:16px;
	width: 150px;
	height: 36px;
}

/* Sidebar custom styling */
#sidebar-menu{
	background-color:#0D2C88;
}
#sidebar-menu > ul > li > a.active{
	background-color:#0b2267;
	border-left:4px solid #3c61cc!important;
}

#sidebar-menu > ul > li > a:hover{
	background-color:#0b2267;
	border-left:4px solid #3c61cc!important;
}

.side-menu.left {
    background-color: #0D2C88;
}


/* Main container margin */
.card-box{
	margin-top:30px;
}


/* Buttons */
.btn-back, .btn-next{
	background-color:#0D2C88;
}

.btn-primary, .btn-warning{
	background-color:#FB7C18!important;
	border:1px solid #FB7C18!important;
}

.btn-primary:hover, .btn-warning:hover{
	background-color:#FB7C18!important;
	border:1px solid #FB7C18!important;
}

.btn-primary:hover{
	background-color:#FB7C18!important;
	border:1px solid #FB7C18!important;
}

.btn-primary:focus{
	background-color:#FB7C18!important;
	border:1px solid #FB7C18!important;
}

.btn .btn-success{
	background-color:#FB7C18!important;
}

.btn-success{
	background-color:#27B432!important;
}

.btn-success:hover{
	background-color:#27B432!important;
}

.btn-success:focus{
	background-color:#27B432!important;
}

.btn-green:focus{
	background-color:#27B432!important;
}

.btn-green:hover{
	background-color:#27B432!important;
}

.btn-save{
	background-color:#27B432!important;
}

.btn-save:focus{
	background-color:#27B432!important;
}

.btn-save:hover{
	background-color:#27B432!important;
}

/* Custom styling */

.enlarged .topbar-left .logo img{
	max-width:47px;
	margin-left: 11px;
}

.page-title-box{
    border-top: 1px solid #eee;
}

.select-product{
	color:#0D2C88;
	font-size:20px;
	font-weight: 700;
}

.table > tbody > tr > td.options a i:hover{
	color:#FB7C18!important;
}

.list-group-item .fa{
	float:right;
	margin-top:5px;
}
