/* from common static\css\styles.css  */
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

.close{
	float: right;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    font-size: 1.5rem;
    border:none;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

a#sideNav.nav-link {
	color:inherit;
}
.accordion .menus:after {
	font-family: 'FontAwesome';
	content: "\f068";
	font-size: 18px;
	margin: 4px 4px 0 0;
	float: left;
}
#menuFeed{
	display: flex; align-items: center;
}

.accordion .collapsed:after:not(.no-icon) {
	font-family: 'FontAwesome';
	content: "\f13a";
	font-size: 18px;
	margin-left: 4px;
}

.accordion .title[aria-expanded="true"]:after {
	font-family: 'FontAwesome';
	content: "\f139";
	font-size: 18px;
	margin-left: 4px;
}

@media ( max-width : 768px) {
	.modal {
		max-width: 410px;
	}
}


/*  */


.note-lable{
	color: #212529;
}

#sidebar .sidebar-header {
	padding: 10px;
	background: #fff;
	color: #000;
	font-size: 1.2em;
	font-weight: 500;
	display: flex !important;
}

.sidebar-header span {
	margin-left: 10px;
	margin-top: 5px;
}

.sidebar-header i {
	font-size: 36px;
}

#pagebar .sidebar-header {
	background: #fff;
	color: #000;
	font-size: 1.2em;
	font-weight: 500;
	display: flex !important;
	padding-top: 5px;
	padding-left: 20px;
}

.navbar-brand img {                          
	width: 100%;
}

.navbar-brand img {
	/* width: 200px; */
	width: 100%;
	max-width: 200px;
}

.gap-bar {
	height: 60px;
	border-bottom: 1px solid #bfbfbf;
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 3px;
}

#pagebar {
	width: 250px;
	min-width: 250px;
	max-width: 250px;
	left: 0;
	height: 100%;
	background: #FFF;
	color: grey;
	/*  */
	width: 100%; max-width: unset; height: 80px; white-space: nowrap;
	/* transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
	transform-origin: bottom left; */
}


#pagebar.active {
	margin-left: -250px;
	transform: rotateY(100deg);
}

#pagebar ul p {                                      
	color: #fff;
	padding: 10px;
}


#pagebar ul li a {
	padding: 10px;
	font-size: 1.1em;
	display: block;
}


#pagebar ul li a:hover {
	color: #fff;
	background: #f9a13a;
	border-radius: 26px;
}


#pagebar ul li.active>a, #pagebar a[aria-expanded="true"] {
	color: #fff;
	background: #018869;
	border-radius: 26px;                                                                       
}
#pagebar ul li.menu-home.active>a, #pagebar ul li.menu-home a:hover {                    
	/* background: #bf4146; */
} 
#pagebar ul li.menu-cmd.active>a, #pagebar ul li.menu-cmd a:hover {                         
	/* background: #45ad9b; */
}

#pagebar ul li.menu-dmd.active>a, #pagebar ul li.menu-dmd a:hover {                            
	/* background: #3f9c25; */
}
#pagebar ul li.menu-feedback.active>a, #pagebar ul li.menu-feedback a:hover {                        
	/* background: #3399c9; */     
}


#sidebar {
	min-width: 250px;
	color: grey;
	background: #FFF;
	box-shadow: none;
}

.leftMenu li {                                   
	width: 240px;
}


#sidebar ul p {                                                    
	color: #fff;
	padding: 10px;
}

#sidebar ul li a {
	padding: 10px;
	font-size: 1.1em;
	display: block;
	color:inherit;
}

#sidebar ul li a:hover {
	color: #fff;
	background: #f9a13a;
	border-radius: 26px;
}


#sidebar ul li.active>a, #sidebar a[aria-expanded="true"] {                      
	color: #fff;
	background: #018869;
	border-radius: 26px;
}

#sidebar ul li.menu-home.active>a, #sidebar ul li.menu-home a:hover {
	/* background: #45ad9b; */
}
#sidebar ul li.menu-cmd.active>a, #sidebar ul li.menu-cmd a:hover {
	/* background: #45ad9b; */
}

#sidebar ul li.menu-dmd.active>a, #sidebar ul li.menu-dmd a:hover {
	/* background: #3f9c25; */
}

#sidebar ul li.menu-feedback.active>a, #sidebar ul li.menu-feedback a:hover {
	     /* background: #3399c9; */                                                             
}

.nav-group .active {
	background-color: #2d6ca2 !important;
	color: white;
}

.leftMenu a {
	margin: 5px;
}

.leftMenu i {
	font-size: 36px;
}

#topMenu li {
	margin: 4px;
	color: #FFF;
}

#topMenu li span{
	margin-left: 5px;
}

#topMenu li:hover {                                               
	border-radius: 20px;
	background: #f9a13a;
	text-align: center;
}


@media (max-width : 768px) {         
	.navbar-brand {
		min-width: unset;
	}
	#appMenu .navbar-brand {
	    padding-left: 25px;
		padding-top: 25px;
		width: 250px;
	}
	.navbar-btn {
		padding: 7px;
	}
	.logo-brand {
		padding-left: 0px;
		padding-right: 0px;
	}
	#topMenu li a {
		font-size: 12px;
	}
	#topMenu .nav-link {
		padding: 0px;
	}
	#sidebar {
		background: transparent;
		position: fixed;
		top: 0;
		left: 0;
		padding: 0px;
		z-index: 9999;
	}
	#sidebar.active {
		background-color: #FFF;
	}
	.leftMenu li {
		width: 250px;
	}
	.flip-table .app-th {
		height: 145px;
	}
	.flip-table .address-th {
		height: 89px;
	}
}