@charset "ISO-8859-1";



@media only screen and (max-width: 480px) {

	.BodyPopup{
		flex-direction: column !important;
		justify-content: flex-start !important;
		align-items: center !important;
	}

	.MainMenuPopup{
		width: 100% !important;
		height: auto !important;
		padding-bottom: 5px !important;
		padding-top: 5px !important;
		flex-direction: row !important;
		align-items: center !important;
		justify-content: flex-start !important;
	}

	
	.buttonPopupSelected,.buttonPopupNotSelected{
		width: auto !important;
		border-radius: 5px;
		margin-left: 10px !important;
		border-left: 0px !important;
	}

	.ContainerSubBodyPopup{
		width: 100% !important;
		margin-left: 0% !important;
	}

}

@media only screen and (min-width: 481px) and  (max-width: 1199px){



}

@media only screen and (min-width: 1200px) {



}


div.mainContainerPopup{
	position:fixed;
	width:100%;
	top: 0%;
	left: 0%;
	right: 0%;
	display: none;
	overflow-y: auto;
	bottom: 0%;
	z-index: 1;
	background: rgb(0,0,0,0.25);
	height: 100%;
}


div.containerDataPopup{
	margin-top: 3%;
	border-radius: 5px;
	margin-bottom: 3%;
	background: #fff;
}


div.toolbarPopup{
	background: #204ccf;
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

button.buttonClosePopup{
	color:#fff;
	cursor: pointer;
	display: inline-block;
	margin-right: 1%;
	margin-top: 0.5%;
}

.titlePopup{
	margin: 0px;
	padding: 0px;
	padding: 10px;
	color: #fff;
	display: inline-block;
}

button.buttonPopupNotSelected,button.buttonPopupSelected{
	text-align: left;
	border: 0px;
	min-height: 35px;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	transition: 0.1s;
	margin-top: 2px;
	width: 95%;
}

button.buttonPopupSelected{
	color: #fff;
	background: #204ccf;
	font-weight: bold;
}


button.buttonPopupSelected:hover{
	background: var(--mainColorClear);
	color: var(--mainColor);
	transition: 0.1s;
}


button.buttonPopupNotSelected{
	color: #000;
	background: #fff;
}

button.buttonPopupNotSelected:hover{
	background: #204ccf;
	transition: 0.1s;
	color: #fff;
	font-weight: bold;
	border-color: #204ccf;
}

div.containerElementPopup{
	width: 83%;
	display: inline-block;
	border: 0px solid red;
	border-left: 0.5px solid #eee;
}


.messageErrorPopup{
	margin: 0px;
	padding: 0px;
	color: red;
	margin-top:1%;
	width: 75%;
	font-size: 15px;
}


.InputPopup, textarea.TextAreaPopup{
	width: 75%;
	max-width: 75%;
	min-width: 75%;
}

input.InputPopup2, textarea.TextAreaPopup2{
	width: 40%;
	max-width: 40%;
	min-width: 40%;
	margin-right: 3%;
	display: inline-block;
}

button.buttonDropDownPopup{
	width: 75%;
	text-align:left;
}


button.buttonSubmitPopup{
	float: right;
	margin-bottom:2%;
	margin-right: 2%;
	border-radius: 5px;
}

button.buttonSubmitPopup2{
	width: 100%;
	border-radius: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius:4px;

}
