/* Add here all your CSS customizations */
.bodybg {
/*   font-family: Calibri; */
  background: url(/img/background.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
} 


.checkico {
	width: 24px;
	height: auto;
	vertical-align: middle;
	margin-right: 5px;
}

.header {
	height: 60px;
}

.header-right {
	display: flex;
	align-items: center;
	height: 56px;
}

.dropdown-menu {
	padding: 70px 10px 0;
	box-shadow: none;
	box-shadow: 10px 30px 52px -28px rgba(0, 0, 0, 0.2);
}

.dropdown-menu a {
	color: #999 !important;
	background: transparent !important;
	padding: 4px 5px;
	transition: ease color 300ms, ease background 300ms;
}

.dropdown-menu a i.bx {
	font-size: 22.4px;
	font-size: 1.4rem;
	color: #000;
	transition: ease color 300ms;
}

.dropdown-menu a:hover:active {
	background: #Fa4616 !important;
	color: #FFF;
	border-radius: 3px;
}

.dropdown-menu a:hover:active i {
	color: #FFF;
}

.dropdown-language {
	color: #999;
	padding-left: 0;
	padding-right: 0;
}

.dropdown-language .flag {
	margin-right: 4px;
}

.dropdown-language > i {
	margin-left: 4px;
	font-size: 9.6px;
	font-size: 0.6rem;
}

.dropdown-language:hover {
	color: #292929;
}

.dropdown-language + .dropdown-menu {
	padding: 10px;
	border: 0;
	box-shadow: 10px 30px 52px -28px rgba(0, 0, 0, 0.2);
}

.dropdown-language + .dropdown-menu .dropdown-item {
	display: flex;
	align-items: center;
	padding: 4px 5px;
	color: #999;
	font-size: 12.8px;
	font-size: 0.8rem;
	background: transparent !important;
}

.dropdown-language + .dropdown-menu .dropdown-item .flag {
	margin-right: 4px;
}

.dropdown-language + .dropdown-menu .dropdown-item:hover,
.dropdown-language + .dropdown-menu .dropdown-item:focus {
	color: #Fa4616;
}

.dropdown-language + .dropdown-menu .dropdown-item:hover:active,
.dropdown-language + .dropdown-menu .dropdown-item:focus:active,
.dropdown-language + .dropdown-menu .dropdown-item:hover.active,
.dropdown-language + .dropdown-menu .dropdown-item:focus.active {
	background: #Fa4616 !important;
}

.dropdown-menu a:hover,
.dropdown-menu a:hover i {
	color: #Fa4616;
}

.dropdown-menu a:hover:active {
	background-color: #Fa4616 !important;
}

.dropdown-language + .dropdown-menu .dropdown-item:hover:active, .dropdown-language + .dropdown-menu .dropdown-item:hover.active, .dropdown-language + .dropdown-menu .dropdown-item:focus:active, .dropdown-language + .dropdown-menu .dropdown-item:focus.active {
	background: #Fa4616 !important;
	color: #FFF;
	border-radius: 3px;
}

.profile-picture.profile-picture-as-text {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #Fa4616;
	color: #FFF;
	font-weight: 600;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-size: 17.6px;
	font-size: 1.1rem;
	padding-right: 1px;
}

.dt-body-right {
	text-align: right;
}
.dt-body-center {
	text-align: center;
}

.switch.switch-normal .ios-switch .on-background {
	background: #Fa4616;
}

.btn.btn-secondary {
	background: #Fa4616;
}

.btn-group-align {
	text-align: center;
}

.notification-normal .notification {
	color: #FFF;
	background: #Fa4616 !important;
}

.context-menu-root {
	z-index: 999 !important;
}

.required {
	margin-top:5px;
}

.loading-overlay {
	z-index: 10000 !important;
}

.ui-pnotify{z-index: 100000; padding: 0px; margin: 0px }




