
.nb-theme-default nb-menu .menu-group, .nb-theme-default nb-menu .menu-item a {
    font-family: 'Poppins-Medium', sans-serif !important;
    font-size: 14px !important;
    font-weight: initial  !important;
    line-height: 1.5rem !important;
}

.nb-theme-default nb-menu .menu-item a:hover {
	color: #FFB747 !important;
	cursor: pointer !important;
}

.nb-theme-default nb-menu .menu-item a.active {
	color: #FFB747 !important;
}

.nb-theme-default nb-menu .menu-item .menu-item:first-child {
	border-top: none !important;
}

.nb-theme-default nb-menu .menu-item {
	border-bottom: none !important;
}

.nb-theme-default nb-menu .menu-item .menu-icon {
	color: #8f9bb3 !important;
	font-size: 20px !important;
	margin: 0 0.5rem 0 0 !important;
	width: 18px !important;
	text-align: center !important;
}

.nb-theme-default nb-menu .menu-item a.active .menu-icon {
	color: #FFB747 !important;
}

.nb-theme-default nb-menu .menu-item a:hover .menu-icon {
	color: #FFB747 !important;
}


.nb-theme-default nb-layout .layout {
	background-color: #FFE2B5 !important;
	color: #1a2138;
	font-family: 'Poppins-Medium', sans-serif !important;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.25rem;
	min-height: 100vh;
}

.nb-theme-default nb-layout.window-mode .layout nb-layout-header nav {
	height: 60px !important;
}

.nb-theme-default nb-layout-header.fixed ~ .layout-container {
	padding-top: 3.75rem !important;
}

.nb-theme-default nb-layout .layout .layout-container nb-sidebar.fixed, .nb-theme-default nb-layout .layout .layout-container nb-sidebar .main-container-fixed {
	top: 3.75rem !important;
}


.nb-theme-default nb-sidebar {
	box-shadow: none !important;
}

.nb-theme-default nb-user.size-medium .user-picture {
	height: 2.0rem !important;
	width: 2.0rem !important;
}

.nb-theme-default nb-layout-header {
    font-family: 'Poppins-Medium', sans-serif !important;
    font-size: 14px !important;
    font-weight: initial  !important;
    line-height: 1.5rem !important;
}

.nb-theme-default nb-layout-header nav {
	box-shadow: 0 0.1rem 0.1rem 0 rgba(44, 51, 73, 0.1) !important;
}







.nb-theme-default ng2-smart-table table tr td {
	font-family: Roboto !important;
	font-size: 12px !important;
	font-weight: normal !important;
	color: #7E84A3 !important;
}

.nb-theme-default ng2-smart-table table tr th, .nb-theme-default ng2-smart-table table tr td {
	border: 0px solid #edf1f7 !important;
}

.nb-theme-default ng2-smart-table tbody tr:nth-child(2n) {
	background-color: #fff !important;
}


.nb-theme-default ng2-smart-table thead tr {
	background: #F5F6FA !important;
}



.btn-primary:hover {
	background-color: #ffc262 !important;;
	border-color: #ffc262 !important;;
}

.btn-primary {
	background-color: #FFB747 !important;
	border-color: #FFB747 !important;
}



.closeButton {
	background-image: linear-gradient(to right, rgb(255, 70, 70), #ff1616) !important;
}

.saveButton {
	background-image: linear-gradient(to right, #ffbf57, #FFB747) !important;
}

.comandButton {
	background-image: linear-gradient(to right, #7E7878, #484848) !important;
}

.mapLevelButton {
	background-color: none !important;
	background: none !important;
	border:none !important;
	color: orange !important;
	width: 200px !important;
	font-size: 13px !important;

}

.mapLevelButton:hover {
	background-color: none !important;
	background: gray !important;
	border:none !important;
	color: white !important;
}



.nb-theme-default nb-tabset .tab.active .tab-link {
	background-color: transparent;
	color: #FFB747 !important;
}

.nb-theme-default nb-tabset .tab.active .tab-link::before {
	background-color: #ffb84a !important;
}