@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


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

.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;
}

#sort-dropdown:after{
	font-family: 'Font Awesome 5 free';
	content: "\f0d7";
	font-size: 18px;
	float:right;
	margin-right: 10px;
}
#sort-dropdown.show:after{
	font-family: 'Font Awesome 5 free';
	content: "\f0d8";
	font-size: 18px;
	float:right;
	margin-right: 10px;
	
}
.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: 'Font Awesome 5 free';
	content: "\f139";
	font-size: 18px;
	margin-left: 4px;
} */

.menu-breadcrump {
	color: #005FAA;
	font-size: 18px
}

@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 i {
	font-size: 36px;
}

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

/*.oakHeaderStyle {
	font: 700 12px/15px Merriweather Sans,Arial,Helvetica,sans-serif; 
	font-family: Arial,Helvetica,sans-serif;
}*/

.oakHeaderContactUs {
	color: #fff;
    margin-right: 25px;
    text-transform: uppercase;
    cursor: pointer;
}

.fhHeaderLogout {
	background: #16758c;
	height: 36px;
}

#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;
}

#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;
}

.leftMenu a {
	margin: 5px;
}

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

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

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


#faq-form{
min-width:420px;
margin: 0 auto;
}

#downloadInfoBox{
	 width:50%;
	 padding:unset !important;
}

@media screen and (max-width : 767px) {
	.accordion .title[aria-expanded="true"]:before {
	font-family: 'Font Awesome 5 free';
	content: "\f0d7";
	font-size: 18px;
	margin-left: 4px;
}
.accordion .title:before {
	font-family: 'Font Awesome 5 free';
	content: "\f0da";
	font-size: 18px;
	margin-left: 4px;
}
	
	#downloadInfoBox{
	 width:100%;
    }
	
	
	.table-responsive-stack .table-responsive-stack-thead {
		font-weight: bold;
	}
	.table-responsive-stack tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.table-responsive-stack td, .table-responsive-stack th {
		display: block;
		
		flex: 1 1 auto;
	}
	.table-responsive-stack tr {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border-bottom: 3px solid #ccc;
		display: block;
	}

	.table-responsive-stack td {
		
		width: 100%;
	}
	
	.navbar-brand {
		min-width: unset;
	}
	
	#faq-form {
		min-width: auto;
	}
	#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 {
		
		position:absolute;
		top: 0;
		left: 0;
		padding: 0px;
		z-index: 9999;
		min-width: max-content;
	}
	#sidebar.active {
		background-color: #FFF;
	}
	
	.leftMenu li {
		width: 250px;
	}
	.flip-table .app-th {
		height: 145px;
	}
	.flip-table .address-th {
		height: 89px;
	}

}

/* for tablets with width between 768-990px */
@media screen (min-width:768px),(max-width:990px){
	.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 {
		
		position:absolute;
		top: 0;
	    left: 0;
		padding: 0px;
		z-index: 9999;
		min-width: max-content;
	}
	#sidebar.active {
		background-color: #FFF;
	}
	.leftMenu li {
		width: 250px;
	}
	.flip-table .app-th {
		height: 145px;
	}
	.flip-table .address-th {
		height: 89px;
	}
}

@media screen and (min-width:767px) and (max-width:1200px){
	
	img.img-rounded-2 {
	max-width:200px;
	max-height: 80px;
     }

textarea#comments {
	max-width: 150px;
}
	}

