﻿/*@import "./JMC_Styles/styles_new.css";*/


body {
	background-color: var(--jmc_White_Dialog) !important;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	margin: 0px;
}

.Register_User_header {
	position: sticky;
	top: 0;
	display: flex;
	max-height: max-content;
	z-index: 10;
	align-content: center;
	text-align: center;
	margin: 0px;
	height: 64px;
	border-bottom: none;
	background-color: white;
}

.Register_User_MainContainer {
	background-color: white !important;
}

.Register_User_master {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	overflow: auto;
	font-family: 'Roboto' !important;
	font-size: 16px;
	line-height: 19px;
	margin-left: auto;
	color: black;
	vertical-align: top;
	background-color: white;
	height: calc(100% - 64px);
	margin-top: 64px;
}

.Register_User_floater1 {
	background-image: url(./JMC_Styles/material_ui/red_vector_vert.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 115px;
	height: 408px;
	position: fixed;
	bottom: 32px;
	right: -16px;
	display: block;
}

.Register_User_floater2 {
	background-image: url(./JMC_Styles/material_ui/Yellow_Plus_Frame.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 106px;
	height: 350px;
	position: fixed;
	top: 149px;
	left: 0px;
	display: block;
}

.Register_User_floater3 {
	background-image: url(./JMC_Styles/material_ui/Green_Bars.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 183px;
	height: 124px;
	position: fixed;
	right: 141px;
	top: 35px;
	display: block;
}

.Register_User_mainData {
	position: relative;
	margin-top: 64px;
	text-align: left;
}

.Register_User_Title {
	width: 608px;
	height: 36px;
	/*font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: var(--jmc-font-weight-bold);
	font-size: 28px;
	line-height: 36px;*/
	display: flex;
}

.Register_User_Message {
	width: 580px;
	height: 60px;
	/*padding-top: 13px;*/
	/*padding-bottom: 25px;*/
	/*font-family: 'Roboto';
	font-style: normal;
	font-weight: var(--jmc-font-weight-regular);
	font-size: 14px;
	line-height: 20px;*/
	/*letter-spacing: 0.5px;*//*???*/
}

.Register_User_Input_Data {
	display: flex;
	justify-content: left;
	gap: 0px 20px;
	max-width: 580px;
	flex-wrap: wrap;
	/*padding-top: 8px;*/
}

.register_user_data_row{
	display:flex;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: space-between;
}

.register_user_data_element{
	display: flex;
	width: calc((100% - 20px)/2);
}

.Register_User_Input_Data_Item_Cpatcha {
	text-align: left;
}

.cpatchaPad {
	height: 60px;
}


.RadCaptcha.RadCaptcha_Default {
	padding: 0px !important;
}


.button_yellow_text.standard_User_Add_Button {
	align-items: center;
	padding: 5px 12px;
	gap: 8px;
	width: 55px;
	height: 30px;
	position: relative;
}

.button_blue_text.standard_User_Add_Button {
	align-items: center;
	padding: 5px 12px;
	gap: 8px;
	width: 55px;
	height: 30px;
	position: relative;
}

.recaptcha-wrapper{
	width: 184px;
}

@media all and (max-width: 1100px) {

	.Register_User_mainData {
		position: relative;
		margin-top: 64px;
		text-align: left;
		max-width: 580px;
	}

	.Register_User_Title {
		width: 100%;
	}

	.Register_User_Message {
		width: 100%;
	}

	.Register_User_Input_Data {
		grid-template-columns: 194px 194px !important;
	}

	.Register_User_Input_Data_Item_Cpatcha {
		grid-column: 1 / span 2 !important;
	}
}

@media all and (max-width: 800px) {
	.Register_User_floater1 {
		display: none;
	}

	.Register_User_floater2 {
		display: none;
	}

	.Register_User_floater3 {
		display: none;
	}
}

@media all and (max-width: 615px) {

	.Register_User_MainContainer {
		background-color: white !important;
		height: calc(100% - 80px);
		margin-top: 80px;
		padding: 0px 16px;
	}

	.Register_User_header {
		height: 80px;
	}

	.Register_User_mainData {
		position: relative;
		left: 0;
		/*-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);*/
		text-align: left;
		margin-top: 0px;
	}

	.Register_User_Title {
		width: 100%;
		height: fit-content;
	}

	.Register_User_Message {
		width: 100%;
		height: fit-content;
	}

	.Register_User_Input_Data {
		grid-template-columns: 194px 194px !important;
	}

}
