﻿@media (max-width: 375px)
{
	.half-size
	{
		width: 83%;
	}
	.web-form
	{
		width: 90%;
	}
	.form-control,.form-message,form-buttons
	{
		width: 98%;
	}
	.search-buttons > input, .form-buttons > button:first-child
	{
		margin-left:4px;
	}
	.form-button
	{
		width: 97%;
		height: 40px;
	}
	.form-control > label,.form-message > label
	{
		width: 88%;
		margin: 0px;
		margin-left: 4px;
	}
	.form-control > input, .form-control > select, .form-control > textarea, .form-control .tree-view
	{
		width: 95%;
		line-height: 36px!important;
	}
	
	.user-info
	{
		float: left;
		/* display: none; */
		position: absolute;
		top: 45px;
		margin-left: 46px;
	}
	.logo img
	{
		/* max-height:45px; */
		/* max-width:45px; */
	}
		.user-info > h2
		{
		max-width: 200px;
		min-width: 200px;
		}
			.user-info > h2:last-child
			{
				float: right;
				max-width: initial;
				min-width: initial;
				padding: 0px;
				margin: 9px;
				margin-right: 4px;
			}
			.user-info > h2 a
			{
				float: right;
				color: white;
				margin-top: -5px;
				text-decoration: none;
			}
		.user-info > img
		{
			float: right;
			width: 25px;
			height: 25px;
		}
	.app-title > h1
	{
		top: 0px;
		position: absolute;
		margin-left: 53px;
	}
	.app-title > h2
	{
		top: 23px;
		position: absolute;
		margin-left: 53px;
		overflow: hidden;
	}
	.app-title .menu-icon
	{
		float: left;
		width: 31px;
		height: 23px;
		margin: 2px;
		margin-left: 8px;
		cursor: pointer;
	}
	#PageHeader
	{
		overflow: hidden;
    background: linear-gradient(to bottom, rgba(152,190,222,1) 0%,rgba(222,239,255,1) 39%,rgba(247,252,255,1) 19%);
	}
}
