﻿.Container
{
	margin:auto;
	min-height:400px;
	background:#ffffff;
	max-width:500px;
	min-width:500px;
	border:solid 1px #d4d4d4;
	padding:0 20px 20px 20px;
}

.ToolBar
{
	border:solid 1px #d4d4d4;
	padding:10px;
	margin-bottom:20px;
}

.GridContainer
{
	background:#D6D6D6;
	min-height:300px;
	border:solid 1px #d4d4d4;
}


.ModalPopupBG
{
	background-color: #D6D6D6;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.popup_Container {
	border: 1px solid #000000;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	position: relative;
	width: 600px;
	height: auto;
	overflow: auto;
	transition-duration: 0.5s;
	transition-property: all;
}


.responsive-iframe{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	right:0;
	width:600px;
	height:450px;
	transition-duration:0.5s;
	transition-property:all;
}

@media (max-width: 1000px) {
	.popup_Container {
		width: 900px;
	}

	.responsive-iframe {
		width: 900px;
	}
}

@media (max-width: 900px) {
	.popup_Container {
		width: 800px;
	}

	.responsive-iframe {
		width: 800px;
	}
}

@media (max-width: 800px) {
	.popup_Container {
		width: 700px;
	}

	.responsive-iframe {
		width: 700px;
	}
}

@media (max-width: 700px) {
	.popup_Container {
		width: 600px;
	}

	.responsive-iframe {
		width: 600px;
	}
}

@media (max-width: 600px) {
	.popup_Container {
		width: 500px;
	}

	.responsive-iframe {
		width: 500px;
	}
}

@media (max-width: 500px) {
	.popup_Container {
		width: 400px;
	}

	.responsive-iframe {
		width: 400px;
	}
}


@media (max-width: 400px) {
	.popup_Container {
		width: 300px;
	}

	.responsive-iframe {
		width: 300px;
	}
}

@media (max-width: 300px) {
	.popup_Container {
		width: 200px;
	}

	.responsive-iframe {
		width: 200px;
	}
}

@media (max-width: 200px) {
	.popup_Container {
		width: 160px;
	}

	.responsive-iframe {
		width: 160px;
	}
}
@media (max-width: 100px) {
	.popup_Container {
		width: 50px;
	}

	.responsive-iframe {
		width: 50px;
	}
}

@media (max-height: 700px) {
	.popup_Container {
		height: auto;
	}

	.responsive-iframe {
		height: 600px;
	}
}

@media (max-height: 600px) {
	.popup_Container {
		height: auto;
	}

	.responsive-iframe {
		height: 500px;
	}
}

@media (max-height: 500px) {
	.popup_Container {
		height: auto;
	}

	.responsive-iframe {
		height: 400px;
	}
}

@media (max-height: 400px) {
	.popup_Container {
		height: auto;
	}

	.responsive-iframe {
		height: 300px;
	}
}

@media (max-height: 300px) {
	.popup_Container {
		height: auto;
	}

	.responsive-iframe {
		height: 200px;
	}
}

@media (max-height: 200px) {
	.popup_Container {
		height: auto;
	}

	.responsive-iframe {
		height: 160px;
	}
}

@media (max-height: 100px) {
	.popup_Container {
		height: auto;
	}

	.responsive-iframe {
		height: 50px;
	}
}



	.popupConfirmation {
		width: 300px;
		height: 200px;
	}

	.popup_Titlebar {
		background: url(~/../../Images/fondotitulo.png);
		height: 29px;
	}

.TitlebarLeft {
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

	.TitlebarRight {
		background: url(~/../../Images/cross_icon_normal.png);
		background-position: right;
		background-repeat: no-repeat;
		height: 15px;
		width: 16px;
		float: right;
		cursor: pointer;
		margin-right: 5px;
		margin-top: 5px;
	}

	.popup_Buttons {
		margin: 10px;
	}