@font-face {
  font-family: "Montserrat_Alternates"; 
  src: url("/font/Montserrat_Alternates.ttf") format("truetype"); 
} 

@font-face {
	font-family: VekaRegular;
	src: url("/font/CeraVEKA-Regular.woff2");
}

@font-face {
	font-family: VekaBold;
	src: url("/font/CeraVEKA-Bold.woff2");
}

@font-face {
	font-family: VekaLight;
	src: url("/font/CeraVEKA-Light.woff2");
}

@font-face {
  font-family: "Zekton"; 
  src: url("/font/Zekton.ttf") format("truetype"); 
}

html {
	background-color: White;
}

body {
	background-color: White;
	-webkit-text-size-adjust: 100%;
	font-family: VekaRegular;
    font-size: 16px;
	color: Black;
}

table {
	font-size: 12px;
}

hr {
	padding: 0px;
	margin: 5px;
	border: 0px Solid Silver;
	border-top: 1px Solid Silver;
}

select {
	color: Black;
}

.button_add_new_assets {
	position: fixed;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
}

.button_add_new_assets img {
    height: 50px;
    background-color: white;
    border-radius: 12px;
}

.button_print_assets {
	position: fixed;
	bottom: 30px;
	right: 85px;
	cursor: pointer;
}

.button_print_assets img {
    height: 50px;
    background-color: white;
    border-radius: 12px;
}

.bg_white {
	background-color: White;
}

.form_message {
	position: fixed;
    z-index: 2001;
    width: 500px;
    height: 200px;
    top: calc(100%/2 - 150px);
    background-color: White;
    color: Black;
    display: none;
    left: calc(100%/2 - 250px);
    border-radius: 15px 15px 15px 15px;
}

.form_message .close img {
	position: absolute;
	right: 10px;
	top: 15px;
	z-index: 2002;
	height: 25px;
	cursor: pointer;
}

.form_message .head {
	position: absolute;
	border-bottom: 1px Solid silver;
	width: calc(100% - 40px);
	background-color: #eaeaea;
	padding: 20px;
	font-size: 15px;
	border-radius: 15px 15px 0px 0px;
}

.form_message .text {
	position: absolute;
	top: 70px;
	left: 15px;
	font-size: 15px;
	width: calc(100% - 30px);
	text-align: center;
}

.form_message .text select {
	width: calc(100% - 25px);
	padding: 10px;
	font-size: 14px;
	margin: 2px;
}

.form_message .text input {
	width: calc(100% - 25px);
	padding: 10px;
	font-size: 15px;
	margin: 2px;
}

.logo {
	position: fixed;
	left: 0px;
    top: 0px;
    width: 100%;
	height: 80px;
	background-color: #f6f6f7;
	z-index: 1000;
	border-bottom: 1px solid #EAEBEE;
}

.logo img {
	position: absolute;
    left: 40px;
    top: 4px;
    height: 71px;
}

.logo span {
	position: absolute;
    left: 50px;
    top: 48px;
    color: Black;
}

.top_button_messages {
	position: fixed;
    width: 40px;
    left: calc(100% - 50px);
    top: 20px;
    height: 40px;
    /* width: 30px; */
    z-index: 2002;
	cursor: pointer;
}

.top_button_messages span {
	position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 5px;
    background-color: #393185;
	left: -5px;
    top: -10px;
    z-index: 10;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    color: white;
	display: none;
}

.top_button_messages img {
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}

.content {
    padding-top: 80px;
	padding-bottom: 10px;
    width: calc(100% - 60px);
    min-height: calc(100% - 145px);
	z-index: 1;
	line-height: 20px;
	padding-left: 30px;
	margin-bottom: 30px;
}

.menu_button {
	display: none;
}

.top_menu {
	position: fixed;
    left: 320px;
    top: 10px;
    height: 61px;
    color: Black;
    z-index: 3000;
}

.top_menu div {
	position: relative;
    color: Black;
    font-size: 14px;
    padding: 17px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
	min-width: 120px;
}

.top_menu div a {
	color: #0B1742;
    text-decoration: none;
    padding-left: 35px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.top_menu div a:hover {
}

.top_menu div:hover {
	border-bottom: 0px Solid #307417;
	background-color: #dbf0ff;
}

.top_menu .copyrite {
	position: fixed;
    display: block;
    bottom: 13px;
    left: 10px;
    background-color: #b9e993;
    border-radius: 3px;
    opacity: 0.9;
    padding: 10px;
	font-size: 12px;
}
.top_menu .copyrite:hover {
	opacity: 1;
}
.top_menu .copyrite a {
	padding: 0px;
	text-decoration: underline;
}

.top_menu .copyrite:hover {
	border: 0px;
}

.top_menu div img {
	position: absolute;
	top: 18px;
	height: 30px;
	opacity: 0.5;
}

.top_menu div span {
	position: absolute;
    left: 45px;
    top: 35px;
    font-size: 12px;
    color: #767676;
    font-weight: bolder;
	font-family: Zekton;
}

.top_menu div .msg_basket {
	position: absolute;
	left: 28px;
	top: 50px;
	font-size: 17px;
	color: White;
	font-weight: bolder;
	background-color: #0069B4;
	width: 23px;
	padding: 4px;
	text-align: center;
	border-radius: 5px;
	color: white;
	opacity: 1;
	display: none;
}

.top_menu div .msg_move {
	position: absolute;
	left: 28px;
	top: 50px;
	font-size: 17px;
	color: #767676;
	font-weight: bolder;
	background-color: #0069B4;
	width: 23px;
	padding: 4px;
	text-align: center;
	border-radius: 5px;
	color: white;
	opacity: 1;
	display: none;
}

.top_menu div .msg_out_move {
	position: absolute;
	left: 64px;
	top: 50px;
	font-size: 17px;
	color: White;
	font-weight: bolder;
	background-color: #767676;
	width: 23px;
	padding: 4px;
	text-align: center;
	border-radius: 5px;
	color: white;
	opacity: 1;
	display: none;
}

.top_menu div .sub_menu {
	position: absolute;
	top:56px;
	left: 0px;
	display: block;
	width: 200px;
	display: none;
}

.top_menu div .sub_menu div {
	position: relative;
	
}

.top_menu div .sub_menu div:hover {
	border-bottom: 1px Solid #307417;
}

.top_menu a {
	color: Black;
	text-decoration: none;
	padding-left: 35px;
}

.top_menu .messanger {
	position: absolute;
    top: -6px;
    right: -71px;
    color: Black;
    padding: 20px;
    cursor: pointer;
    display: none;
    z-index: 1002;
}

.top_menu .messanger a {
	margin: 5px;
}

.top_menu .messanger:hover {
	border: 0px;
}

.top_menu .messanger img {
	height: 30px;
	opacity: 1;
}

.top_menu .header {
	position: relative;
	display: none;
}

.top_menu .close_button {
	display: none;
}

.page_header {
	padding: 10px;
}

/*Таблицы*/
.table_list_header {
	padding: 9px;
    padding-left: 40px;
    /* border: 1px Solid silver; */
    background-color: #eaeaea;
    position: relative;
}

.table_list_header .header_image {
	position: absolute;
	top: 4px;
	left: 6px;
}

.table_list_header .header_image img
{
	height: 30px;
	opacity: 0.5;
}

.table_list_header .buttons
{
	position: absolute;
	top: 4px;
	left: 6px;
}

.table_list_header .buttons img
{
	height: 30px;
}

.table_list_row {
	/* border-left: 1px Solid silver; */
    /* border-right: 1px Solid silver; */
    /* border-bottom: 1px Solid silver; */
    padding: 3px;
    padding-left: 9px;

}

.table_list_row select {
	padding: 10px;
	font-size: 14px;
	border: 1px Solid Silver;
	width: 322px;
    border: 1px Solid silver;
	font-family: VekaRegular;
}

.table_list_row input {
	padding: 10px;
	font-size: 15px;
	width: 300px;
    border: 1px Solid silver;
}

.table_list_row textarea {
	padding: 10px;
	font-size: 15px;
	width: 300px;
    border: 1px Solid silver;
}

.table_list_row img {
	border-radius: 3px;
}

.table_list_row_member_list {
	position: relative; 
	min-height: 95px;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    /* border-bottom: 1px Solid Silver; */
    margin-top: 3px;
    background-color: #f6f6f6;
}


.table_list_row_member_list:hover
{
	cursor: pointer;
	background-color: #dbf0ff;
}

.table_list_row_member_list .assets_location_user {
	position:relative;
	left: 100px;
	width: calc(100% - 100px);
}	

.member_img {
	position: absolute;
    text-align: center;
    width: 85px;
    height: 85px;
    text-align: center;
    margin-top: 4px;
}

.member_info {
	position: relative;
    left: 100px;
    width: 490px;
	min-height: 77px;
}

.member_info .assets_qr_code {
	position: absolute;
    top: 18px;
    left: 500px;
    /*background-color: #dae3ff;*/
    border: 0px;
    border-radius: 5px;
    padding: 3px;
    min-width: 121px;
    /*text-align: center;*/
    color: Black;
    opacity: 0.95;
    font-size: 17px;
	font-family: Zekton;
}

.member_info .assets_qr_code .info
{
	position: absolute;
    left: 3px;
    top: -16px;
    font-size: 10px;
}

.member_info .assets_inv_code {
	position: absolute;
    top: 60px;
    left: 500px;
    /*background-color: #e2e2e2;*/
    border: 0px;
    border-radius: 5px;
    padding: 3px;
    min-width: 121px;
    /*text-align: center;*/
    color: black;
    opacity: 0.95;
    font-size: 17px;
    height: 20px;
	font-family: Zekton;
}

.member_info .assets_inv_code .info
{
	position: absolute;
    left: 3px;
    top: -16px;
    font-size: 10px;
    border-top: 1px Solid silver;
}

.member_info .assets_serial_code {
	position: absolute;
    top: 60px;
    left: 500px;
    /*background-color: #e2e2e2;*/
    border: 0px;
    border-radius: 5px;
    padding: 3px;
    min-width: 121px;
    /*text-align: center;*/
    color: black;
    font-weight: bold;
    opacity: 0.95;
    font-size: 17px;
    height: 20px;
}

.member_info .assets_serial_code .info
{
	position: absolute;
    left: 3px;
    top: -16px;
    font-size: 10px;
    border-top: 1px Solid silver;
}

.member_info img {
	position: absolute;
    height: 30px;
    left: -95px;
    top: -5px;
}

.member_img img {
	max-width: 85px;
	max-height: 85px;
	border-radius: 5px;
}

button {
	padding: 15px;
	margin: 2px;
	font-size: 15px;
	background-color: #f1f1f1;
	color: Black;
	border: 0px;
	text-transform: uppercase;
	cursor: pointer;
	font-family: VekaRegular;
}

button:hover {
	background-color: #c7c7c7;
}

.button_width_45 {
	width: 45%;
}

.input_search_gos {
		width: 200px;
		padding: 10px;
		font-size: 15px;
		background-color: #ececec;
		border: 0px;
		border-radius: 3px;
		color: Black;
		margin-bottom: 5px;
}

.button_search_gos {
	width: 100px;
	padding: 10px;
	font-size: 15px;
	background-color: #b9e993;
	border: 0px;
	border-radius: 3px;
	color: Black;
	
}

.assets_search_block {
	position: relative; 
	width: 150px;
	height: 50px;
	display: unset;
}

.assets_card_block {
	position: relative; 
	width: 150px;
	height: 50px;
	display: unset;
}

.button_clear_input {
	position: absolute;
    height: 30px;
    right: 3px;
    top: -10px;
    cursor: pointer;
}

.button_scanner_input {
	position: absolute;
    height: 30px;
    left: 288px;
    top: -10px;
    cursor: pointer;
	display: none;
}

a {
	color:#007aff;
	text-decoration: underline;
}

.background_lo {
	background-color: #ffe9e9;
}

.fblock {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #080808;
    opacity: 0.60;
    z-index: 2000;
    line-height: 100%;
    display: none;
    line-height: 100%;
    vertical-align: middle;
	top: 0px;
	left: 0px;
}

/*Гараж*/
.garage_menu .forum {
	position: relative;
    height: 30px;
    /* background-color: silver; */
    width: 100px;
    border: 1px Solid silver;
    border-bottom: 0px;
    text-align: center;
    padding-top: 10px;
    border-radius: 0px 0px 0px 0px;
	display: inline-block;
	cursor: pointer;
	background-color: #eaeaea;
    text-transform: uppercase;
	padding-left: 20px;
}

.garage_menu .forum img {
	position: absolute;
	height: 20px;
	margin-top: -2px;
	margin-left: -25px;
}

.garage_menu div:hover {
	background-color: #b9e993;
}

.garage_menu .shop {
	position: relative;
    height: 30px;
    /* background-color: silver; */
    width: 100px;
    border: 1px Solid silver;
    border-bottom: 0px;
    text-align: center;
    padding-top: 10px;
    border-radius: 0px 0px 0px 0px;
	display: inline-block;
	cursor: pointer;
	margin-left: -5px;
	background-color: #eaeaea;
    text-transform: uppercase;
	padding-left: 20px;
}

.garage_menu .shop img {
	position: absolute;
	height: 20px;
	margin-top: -2px;
	margin-left: -25px;
}

.shop {
	display: none;
}

.profileCarPhoto {
	text-align: left;
}

.profileCarPhoto img {
	max-height: 300px;
	border: 1px Solid Silver;
	margin: 2px;
}

.messanger_big {
	position: fixed;
    z-index: 4000;
    top: 60px;
    left: 350px;
    background-color: White;
    padding: 12px;
    border-radius: 30px;
    border: 1px solid silver;
}

.messanger_big:hover {
	background-color: #ececec;
}

.messanger_big img {
	opacity: 0.8;
	height: 30px;
}

.messanger_big img:hover {
	height: 40px;
	opacity: 1;
}

.wait_loading_data {
	position: fixed;
	top: calc(100% / 2 - 50px);
	left: calc(100% / 2 - 100px);
	background-color: #efefef;
	padding: 18px;
	padding-left: 50px;
	z-index: 2001;
	opacity: 0.95;
	border-radius: 5px;
	display: none;
}

.wait_loading_data img {
	position: absolute;
	left: 5px;
	top: 3px;
	height: 40px;
}

.top_header_page_name {
	display: none;
}

@media screen and (max-width: 768px) {
	.form_message {
		position: fixed;
		z-index: 2001;
		width: calc(100% - 10px);
		height: 200px;
		background-color: White;
		color: Black;
		display: none;
		bottom: 0px;
		left: 5px;
	}
	
	.form_message .close img {
		position: absolute;
		right: 10px;
		top: 15px;
		z-index: 2002;
		height: 25px;
	}
	
	.form_message .head {
		position: absolute;
		border-bottom: 1px Solid silver;
		width: calc(100% - 40px);
		background-color: #eaeaea;
		padding: 20px;
		font-size: 15px;
		border-radius: 15px 15px 0px 0px;
	}
	
	.form_message .text {
		position: absolute;
		top: 70px;
		left: 15px;
		font-size: 15px;
		width: calc(100% - 30px);
		text-align: center;
	}
	
	.form_message .text select {
		width: calc(100% - 25px);
		padding: 10px;
		font-size: 14px;
		margin: 2px;
	}
	
	.form_message .text input {
		width: calc(100% - 25px);
		padding: 10px;
		font-size: 15px;
		margin: 2px;
	}
	
	.background-video
	{
		display: none;
	}
	
	.logo img {
		position: absolute;
		left: 60px;
		top: 8px;
		height: 65px;
	}
	
	.logo span {
		position: absolute;
		left: 155px;
		top: 48px;
		color: Black;
	}
	
	.logo .logo_club {
		position: fixed;
		top: 0px;
		left: 50px;
		width: 102px;
		height: 83px;
	}
	
	.logo .logo_club img {
		position: absolute;
		left: 9px;
		top: 0px;
		height: 80px;
		border: 0px;
	}
	
	.menu_button {
		position: fixed;
		left: 12px;
		top: 20px;
		height: 20px;
		z-index: 1001;
		display: block;
	}
	
	.menu_button img {
		width: 40px;
		opacity: 0.5;
	}
	
	.messanger_big {
		display: none;
	}
	
	.content {
		padding-top: 70px;
		padding-bottom: 10px;
		width: 100%;
		min-height: calc(100% - 90px);
		z-index: 1;
		font-size: 14px;
		line-height: 20px;
		padding-left: 2px;
		margin-bottom: 60px;
	}
	
	.hide_mobile {
		display: none;
	}

	.top_menu {
		position: fixed;
        left: -327px;
        top: 0px;
        height: 100%;
        color: Black;
        z-index: 3000;
        background-color: #f6f6f7;
        width: 326px;
        display: block;
        overflow-y: auto;
        border-left: 1px Solid #eaebee;
	}

	.top_menu .header {
		position: relative;
		display: block;
		height: 25px;
	}
	
	.top_menu .header img {
		position: relative;
		height: 55px;
		top: -13px;
		opacity: 1;
	}
	
	.top_menu div {
		position: relative;
		color: Black;
		font-size: 14px;
		padding: 20px;
		cursor: pointer;
		border-bottom: 1px Solid #e4e4e4;
		text-transform: uppercase;
		display: block;
	}
	
	.top_menu div span {
		position: absolute;
		left: 55px;
		top: 38px;
		font-size: 12px;
		color: #767676;
		font-weight: bolder;
	}
	
	.top_menu div .msg {
		position: absolute;
		left: 181px;
		top: 15px;
		font-size: 18px;
		color: #767676;
		font-weight: bolder;
		background-color: #95c12b;
		width: 23px;
		padding: 8px;
		text-align: center;
		border-radius: 5px;
		color: white;
	}
	
	.top_menu .close_button {
		position: absolute;
		left: 255px;
		top: -8px;
		/* border: 0px; */
		border: 0px Solid silver;
		border-left: 0px;
		display: block;
	}	
	
	.top_menu .close_button img {
		height: 40px;
	}
			
	.top_menu .copyrite {
		position: fixed;
		font-size: 10px;
		bottom: 0px;
		border: 0px;
		left: 0px;
		right: 0px;
		text-transform: none;
		color: Black;
		display: block;
		text-align: center;
		border-radius: 0px;
		width: 307px;
	}
	
	.top_menu .messanger {
		position: absolute;
		left: 0px;
		color: Black;
		padding: 0px;
		cursor: pointer;
		display: block;
		z-index: 1002;
		border: 0px;
		top: 33px;
		width: 326px;
	}
	
	.top_menu .messanger {
		margin: 0px;
	}

	.top_menu div .msg_basket {
		position: absolute;
		left: 172px;
		top: 20px;
		font-size: 17px;
		color: White;
		font-weight: bolder;
		background-color: #0069B4;
		width: 23px;
		padding: 4px;
		text-align: center;
		border-radius: 5px;
		color: white;
		opacity: 1;
		display: none;
	}

	.top_menu div .msg_move {
		position: absolute;
		left: 172px;
        top: 20px;
        font-size: 17px;
        color: #767676;
        font-weight: bolder;
        background-color: #0069B4;
		width: 23px;
		padding: 4px;
		text-align: center;
		border-radius: 5px;
		color: white;
		opacity: 1;
		display: none;
	}

	.top_menu div .msg_out_move {
		position: absolute;
		left: 210px;
        top: 20px;
        font-size: 17px;
        color: White;
        font-weight: bolder;
        background-color: #767676;
		width: 23px;
		padding: 4px;
		text-align: center;
		border-radius: 5px;
		color: white;
		opacity: 1;
		display: none;
	}
	
	/*Таблицы*/
	.table_list_header {
		position: relative;
        padding: 9px;
        border: 0px;
        /* border-top: 1px Solid Silver; */
        /* border-bottom: 1px Solid Silver; */
        background-color: #f6f6f6;
        color: Black;
        width: calc(100% - 13px);
        border-radius: 5px;
        left: -4px;
		margin-bottom: 5px;
	}
	
	.table_list_header .header_image
	{
		position: absolute;
		right: 6px;
		top: 4px;
		text-align: right;
	}
	
	.table_list_header .header_image img
	{
		height: 30px;
	}
	
	.table_list_header .buttons
	{
		position: absolute;
		right: 6px;
		top: 4px;
		text-align: right;
	}
	
	.table_list_header .buttons img
	{
		height: 30px;
		cursor: pointer;
	}
	
	#filters {
		display: none;
	}
	
	.table_list_row_noborder {
		border: 0px;
	}
	
	.table_list_row_form {
		padding: 5px;
		border: 0px;
	}
		
	#car_list button {
		width: 30%;
	}
	
	
	.table_list_row select {
		width: calc(100% - 5px);
		padding: 10px;
		font-size: 14px;
		border: 1px Solid Silver;
		margin-left: 2px;
		min-height: 40px;
		-webkit-appearance: none;
	}
	
	.table_list_row input {
		width: calc(100% - 54px);
		padding: 10px;
		font-size: 15px;
		margin: 2px;
		padding-right: 37px;
	}
	
	.table_list_row textarea {
		width: calc(100% - 27px);
		padding: 10px;
		font-size: 15px;
		margin: 2px;
	}
	
	button {
		width: calc(100% - 8px);
		padding: 15px;
		font-size: 15px;
		background-color: #f1f1f1;
		border: 0px;
		border-radius: 3px;
		color: Black;
	}
	
	.assets_search_block {
		position: relative; 
		height: 50px;
		display: inline;
	}
	
	.assets_card_block {
		position: relative; 
		width: 150px;
		height: 50px;
		display: unset;
	}

	
	.button_clear_input {
		position: absolute; 
		height: 30px; 
		left: calc(100% - 37px); 
		top: -8px;
		opacity: 0.8;
	}
	
	.button_scanner_input {
		position: absolute; 
		height: 30px; 
		left: calc(100% - 37px); 
		top: -8px;
		opacity: 0.8;
		display: block;
	}
	
	.input_search_gos {
		width: 55%;
		padding: 10px;
		font-size: 15px;
		background-color: #ececec;
		border: 0px;
		border-radius: 3px;
		color: Black;
		margin-bottom: 5px;
	}
	
	.button_search_gos {
		width: 20%;
		padding: 10px;
		font-size: 15px;
		background-color: #b9e993;
		border: 0px;
		border-radius: 3px;
		color: Black;
		
	}
	
	.btn_black {
		background-color: Black;
		color: White;
		font-weight: bolder;
		margin: 5px;
		margin-top: 10px;
		width: calc(100% - 10px);
	}
	
	.profileCarPhoto {
		text-align: center;
	}

	.profileCarPhoto img {
		width: 100%;
		max-height: none;
		border: 0px;
		margin: 0px;
	}
	
	.member_img {
        position: absolute;
        text-align: center;
        width: 85px;
        height: 90px;
        margin-top: 13px;
        margin-left: 6px;
	}
	
	.member_img img {
		max-width: 85px;
		max-height: 85px;
		border-radius: 5px;
	}

	.member_info {
		position: relative;
        left: 98px;
        top: 2px;
        max-width: calc(100% - 105px);
		min-height: 77px;
	}
	
	.member_info .assets_qr_code {
		position: absolute;
        top: 1px;
        /* right: -12px; */
        left: -95px;
        background-color: #cee4f9;
        border: 0px;
        border-radius: 5px 5px 5px 5px;
        padding: 0px;
        width: 85px;
        min-width: 91px;
        text-align: center;
        color: black;
        font-weight: bold;
        opacity: 0.9;
        font-size: 14px;
	}
	
	.member_info .assets_qr_code .info
	{
		display:none;
	}
	
	.member_info .assets_inv_code {
		display: none;
	}
	
	.member_info .assets_serial_code {
		display: none;
	}
	
	.table_list_row {
		padding: 0;
        margin: 0;
        margin-bottom: 8px;
        background-color: #f6f6f6;
        border-radius: 10px;
        margin-left: -4px;
	}
	
	.table_list_row_member_list {
		min-height: 103px;
		border-bottom: 0;
	}

	.table_list_row_member_list:hover
	{
		cursor: pointer;
		background-color: #dbf0ff;
	}

	.table_list_row_member_list .assets_location_user {
		position:relative;
		left: 97px;
		width: calc(100% - 100px);
	}
	
	.member_info img {
		position: absolute;
		height: 30px;
		left: -95px;
		top: -5px;
	}
	
	.button_add_new_assets {
		position: fixed;
		bottom: 15px;
		right: 15px;
		cursor: pointer;
	}
	
	.button_add_new_assets img {
		height: 50px;
	}
	
	.button_print_assets {
		position: fixed;
		bottom: 10px;
		right: 65px;
		cursor: pointer;
		display: none;
	}
	
	.button_print_assets img {
		height: 50px;
	}
	
	.top_header_page_name {
		position: fixed;
        display: none;
        height: 30px;
        width: calc(100% - 120px);
        text-align: left;
        z-index: 1500;
        font-size: 20px;
        padding-top: 8px;
        margin-left: 50px;
        color: Black;
		font-size: 15px;
	}
}