<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Responsive Theme 2.0</AppTitle>
	<AppShortName>RT2.0</AppShortName>
	<Author>MemSoftware</Author>
	<Version>1.0</Version>
	<Description>Prueba para Responsive Theme</Description>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>1000</PageWidth>
	<PageHeight>600</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\Mariano\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<CustomCSS>.relativo{
   position:relative!important;
}

.neobody, .neopage{
      width:100%;
      height:100%;
      margin-top:0px;
      max-width:1600px;
}

.fontresp { font-size: calc(1em + 1vw) }</CustomCSS>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<CustomHeadMetadata>&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css&quot;&gt;</CustomHeadMetadata>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<Container id="Base">
							<height>100%</height>
							<style>background-color:#fff;background-image:linear-gradient(lightgray,white,lightgray);border-style:solid;border-width:1px</style>
							<css_class>relativo row</css_class>
							<Components>
								<TextInput id="Usuario">
									<left>25%</left>
									<top>35%</top>
									<width>54%</width>
									<height>55px</height>
									<style>font-size:14pt;padding-left:40px</style>
									<variable>[user]</variable>
									<place_holder>Nombre de usuario</place_holder>
								</TextInput>
								<PasswordInput id="Contraeña">
									<left>25%</left>
									<top>50%</top>
									<width>54%</width>
									<height>55px</height>
									<style>font-size:14pt;padding-left:40px</style>
									<variable>[password]</variable>
									<place_holder>Contraseña</place_holder>
								</PasswordInput>
								<PushButton id="Entrar">
									<left>25%</left>
									<top>70%</top>
									<width>50%</width>
									<height>62px</height>
									<style>font-size:14pt;border-radius:5px</style>
									<caption>Entrar</caption>
									<icon>glyphicon-ok</icon>
									<kind>primary</kind>
									<click>neoPhpUserLogin &quot;[user]&quot; &quot;[password]&quot; &quot;login&quot;</click>
								</PushButton>
								<Container id="ParteArriba">
									<height>30%</height>
									<css_class>relativo row</css_class>
									<Components>
										<Container id="Container5">
											<css_class>relativo col-md-3 col-xs-3</css_class>
										</Container>
										<Container id="TextoPresent">
											<style>text-align:center;text-shadow:2px 2px 5px black</style>
											<css_class>relativo col-md-6 col-xs-6 fontresp</css_class>
											<html>&lt;br&gt;BIENVENIDO AL LOGIN &lt;br&gt;DE MUESTRA&lt;br&gt;</html>
										</Container>
										<Container id="Container11">
											<css_class>relativo col-md-3 col-xs-3</css_class>
										</Container>
									</Components>
								</Container>
								<Container id="Cuadro1">
									<left>20%</left>
									<top>35%</top>
									<width>6%</width>
									<height>55px</height>
									<style>text-align:center;background-image:linear-gradient(black,#3f729b,black);border-style:solid;border-width:1px;padding-top:5px;box-shadow:5px 0px 25px gray</style>
									<html>&lt;i class=&quot;bi bi-person-circle&quot; style=&quot;font-size: 2.5rem; color: white;&quot;&gt;&lt;/i&gt;</html>
								</Container>
								<Container id="Cuadro2">
									<left>20%</left>
									<top>50%</top>
									<width>6%</width>
									<height>55px</height>
									<style>text-align:center;background-image:linear-gradient(black,#3f729b,black);border-style:solid;border-width:1px;padding-top:5px;box-shadow:5px 0px 25px gray</style>
									<html>&lt;i class=&quot;bi bi-key-fill&quot; style=&quot;font-size: 2.5rem; color: white;&quot;&gt;&lt;/i&gt;</html>
								</Container>
							</Components>
						</Container>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>1000px</width>
							<height>600px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
