/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.login:hover{
	box-shadow: 0px 6px 17px 3px #4839eb3d;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.row-align-center {
	align-items: center;
}
.flex-end {
	justify-content: flex-end;
display: flex;
}
.header-navbar-shadow {
	display: none !important;
}

.btn {
	padding: 7px 10px !important;
	border-radius: 0px !important;
}
.btn-primary {
	background: #fff !important;
    color: #262c49 !important;   
	
}

.btn-primary:hover {
    color: #fff !important;
    background: #262c49 !important;
    box-shadow: 0 8px 25px -11px #262c49 !important;
}

.btn-primary:focus{
	background: #fff !important;
    color: #262c49 !important;   
}

.btn-primary:visited{
	background: #fff !important;
    color: #262c49 !important;   
}

.btn-primary:active{
	color: #fff !important;
    background: #262c49 !important;
    box-shadow: 0 8px 25px -11px #262c49 !important;
}

.btn-primary:focus.btn-active {
	color: #fff !important;
    background: #262c49 !important;    
    box-shadow: 0 8px 25px -11px #262c49 !important;
}

.btn-active {
	color: #fff !important;
    background: #262c49 !important;    
    box-shadow: 0 8px 25px -11px #262c49 !important;
}

.navbar-with-menu {
	background: #fff !important;
	border-bottom: 2px solid #dbd9d9;
}

.analyticsRow {
    margin-top: 0px !important;
}


.menu-fixed  {
	top: 0;
}

@media only screen and (min-width: 768px) {
	.header-fixed-qxr {
		position: fixed !important;
		right: 0;
		bottom: 0;
		background: #262c49;
	}
	.dropdown .dropdown-menu::before {
		top: auto;
		bottom: 0px;
		-webkit-transform: rotate(220deg) translate(-7px);
		-ms-transform: rotate(220deg) translate(-7px);
		transform: rotate(220deg) translate(-7px);
	}

	
	
}

@media only screen and (max-width: 768px) { 


	.user-loggedin-nav {
		padding: 0px;width: 220px;top:60px !important;left: auto !important;
	}
	

}