﻿
@media (max-width: 1149px)
{
	#container
	{
		width: 960px;
	}

	#exportButtons
	{
		left: 920px;
	}

	.radGrid
	{
		width: 940px;
	}

	.rgGroupPanel
	{
		width: 940px !important;
	}

	.radPageView
	{
		width: 940px;
	}

	.radPageViewTall
	{
		width: 940px;
	}

	.radPageViewTaller
	{
		width: 940px;
	}

	.radPageViewNoScrollBar
	{
		width: 940px;
	}

	.radPageViewDocumentStorageSettings
	{
		width: 940px;
	}

	.topmenuframe
	{
		width: 951px !important;
	}

	.radPageViewTallNoScrollBar
	{
		width: 940px;
	}
}

@media (min-width: 1150px)
{
	#container
	{
		width: 1120px;
	}

	#exportButtons
	{
		left: 1080px;
	}

	.radGrid
	{
		width: 1100px;
	}

	.rgGroupPanel
	{
		width: 1100px !important;
	}

	.radPageView
	{
		width: 1100px;
	}

	.radPageViewTall
	{
		width: 1100px;
	}

	.radPageViewTaller
	{
		width: 1100px;
	}

	.radPageViewNoScrollBar
	{
		width: 1100px;
	}

	.radPageViewDocumentStorageSettings
	{
		width: 1080px;
	}

	.topmenuframe
	{
		width: 1111px !important;
	}

	.radPageViewTallNoScrollBar
	{
		width: 1100px;
	}
}

@media (min-width: 1340px)
{
	#container
	{
		width: 1280px;
	}

	#exportButtons
	{
		left: 1240px;
	}

	.radGrid
	{
		width: 1260px;
	}

	.rgGroupPanel
	{
		width: 1260px !important;
	}

	.radPageView
	{
		width: 1260px;
	}

	.radPageViewTall
	{
		width: 1260px;
	}

	.radPageViewTaller
	{
		width: 1260px;
	}

	.radPageViewNoScrollBar
	{
		width: 1260px;
	}

	.radPageViewDocumentStorageSettings
	{
		width: 1240px;
	}

	.topmenuframe
	{
		width: 1271px !important;
	}

	.radPageViewTallNoScrollBar
	{
		width: 1260px;
	}
}

@media (min-width: 1500px)
{
	#container
	{
		width: 1440px;
	}

	#exportButtons
	{
		left: 1400px;
	}

	.radGrid
	{
		width: 1420px;
	}

	.rgGroupPanel
	{
		width: 1420px !important;
	}

	.radPageView
	{
		width: 1420px;
	}

	.radPageViewTall
	{
		width: 1420px;
	}

	.radPageViewTaller
	{
		width: 1420px;
	}

	.radPageViewNoScrollBar
	{
		width: 1420px;
	}

	.radPageViewDocumentStorageSettings
	{
		width: 1400px;
	}

	.topmenuframe
	{
		width: 1431px !important;
	}

	.radPageViewTallNoScrollBar
	{
		width: 1420px;
	}
}

@media (min-width: 1800px)
{
	#container
	{
		width: 1600px;
	}

	#exportButtons
	{
		left: 1560px;
	}

	.radGrid
	{
		width: 1580px;
	}

	.rgGroupPanel
	{
		width: 1580px !important;
	}

	.radPageView
	{
		width: 1580px;
	}

	.radPageViewTall
	{
		width: 1580px;
	}

	.radPageViewTaller
	{
		width: 1580px;
	}

	.radPageViewNoScrollBar
	{
		width: 1580px;
	}

	.radPageViewDocumentStorageSettings
	{
		width: 1560px;
	}

	.topmenuframe
	{
		width: 1591px !important;
	}

	.radPageViewTallNoScrollBar
	{
		width: 1580px;
	}
}




@media (max-height: 1000px)
{
	#contentFrame
	{
		min-height: 645px;
	}

	.radGrid
	{
		height: 500px;
	}

	.rgDataDiv
	{
		height: 416px;
	}
}

@media (min-height: 1001px)
{
	#contentFrame
	{
		min-height: 800px;
	}

	.radGrid
	{
		height: 700px;
	}

	.rgDataDiv
	{
		height: 616px !important;
	}
}






/*@media (max-width: 1024px)
{

	html, body, form
	{		
		background-color: red;
	}
}*/















#progressBar
{
	width: 200px;
	height: 22px;
	border: 1px solid #111;
	background-color: #292929;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
}

	#progressBar div
	{
		height: 100%;
		color: #fff;
		text-align: right;
		line-height: 22px; /* same as #progressBar height if we want text middle aligned */
		width: 0;
		background-color: #429ADB;
		/*margin-left:auto;
	margin-right:auto;*/
	}

.LockedRecord
{
	background-color: #FF3030;
}

.scheduler
{
	position: relative;
}

html
{
	overflow: auto;
}

html, body, form
{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Segoe UI', Helvetica, sans-serif;
	font-size: 14px;
}

/*TOP LEVEL DIV*/
#container
{
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
	height: 100%;
	/*width: 960px;*/
	/*width: 1120px;*/
	/*width: 1280px*/
	/*width: 1600px;*/
}

/* APPEARS IN LOGIN.ASPX AND DEFAULT.MASTER */
#fullHeight
{
	height: 100%;
}

/* BOX WHICH SURROUNDS THE CONTENT UNDER THE MENU */
#contentFrame
{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #638ec9;
	background-color: #edf5ff;
	margin-left: auto;
	margin-right: auto;
	/*High Res*/
	/*min-height:650px;
	height: 75%;*/
	/*Low Res*/
	/*overflow:auto;
	height:400px;*/
	/*height: 800px;*/
}

#pageContainer
{
	width: 99%;
	margin-left: auto;
	margin-right: auto;
}

#pageSubContainer
{
	position: relative;
}

/* COMMAND BUTTONS*/
#commandButtons
{
	float: right;
	padding-top: 40px;
}

/* EXPORT BUTTONS THAT APPEAR AT THE TOP RIGHT OF MOST GRIDS */

#exportButtons
{
	position: absolute;
	/*left: 1560px;*/
	/*left: 1240px;*/
	/*left: 1080px;*/
	/*left: 920px;*/
	padding-top: 3px;
	height: 10px;
}

#filter
{
	position: absolute;
	right: 80px;
	width: auto;
	padding-right: 15px;
	padding-top: 4px;
}

/*RadGrid CSS*/

/*Stand-alone gride with pseudo-pageview*/
.radGrid
{
	/*width: 939px;*/
	/*width: 1099px;*/
	/*width: 1259px;*/
	/*width: 1580px;*/
	z-index: 999;
	/*height: 700px;*/
	/*scroll height is determined in web.config*/
}

.rgDataDiv
{
	/*height: 573px !important;*/
	/*height: 616px !important;*/
}

/*Pageviews with editing*/
.radPageView
{
	/*width: 940px;*/
	/*width: 1100px;*/
	/*width: 1260px;*/
	/*width: 1580px;*/
	/*height: 500px;*/
	/*ScrollHeight="415px" LOCATIONS*/
}

.radPageViewNoScrollBar
{
	/*width: 940px;
	height: 504px;*/
	/*ScrollHeight="412px"  DIVISIONS*/
}

/*Pageviews with no editing*/
.radPageViewTall
{
	/*width: 940px;*/
	/*width: 1100px;*/
	/*width: 1260px;*/
	/*width: 1580px;*/
	height: 537px;
	/*ScrollHeight="433px" BANKS*/
}

.radPageViewTallNoScrollBar
{
	/*width: 940px;*/
	height: 537px;
	/*ScrollHeight="455px" ACCRUALS */
}

.radPageViewTaller
{
	/*width: 940px;*/
	/*width: 1100px;*/
	/*width: 1260px;*/
	/*width: 1580px;*/
	height: 570px;
	/*ScrollHeight="433px" BANKS*/
}

.radPageViewDocumentStorageSettings
{
	/*width: 940px;*/
	margin-left: 10px;
}

/*.radPageViewTallGrid {
    width: 940px;
}*/

.rgGroupPanel
{
	/*width: 1580px !important;*/
	/*width: 939px !important;*/
}

/*Grid within a Group box*/
.radPageViewSubGrid
{
	width: 895px;
	z-index: 999;
}

/*Boxes within PageViews*/

.radPageViewBox
{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.radPageViewBoxLeft
{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
}

.radPageViewBoxMiddle
{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.radPageViewBoxRight
{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
}

.radPageViewBoxCenter
{
	margin-left: auto;
	margin-right: auto;
}

.radMultiPage
{
}

#content
{
	/*font-family:'Segoe UI';*/
	position: relative;
	align-content: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 100%;
	/*width: 960px;*/
}

.rgMasterTable tfoot .rgEditForm
{
	width: 500px;
	overflow: auto;
}

.topmenuframe
{
	/*padding-left: 10px !important;*/
	/*width: 951px !important;*/
}


.disablelinkbutton
{
	color: grey;
	text-decoration: none;
}

.alternate
{
	background-color: #EFEBDF;
}

/*.rgSelectedRow {
	background-color: #25a0da !Important;
	color: #fff;
}*/

.header
{
	/*font-family:'Segoe UI';*/
}

.rcbHeader ul, .rcbFooter ul, .rcbItem ul, .rcbHovered ul, .rcbDisabled ul
{
	width: 100% !Important;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.col1, .col2, .col3
{
	margin: 0;
	padding: 0 5px 0 0;
	width: 110px;
	line-height: 14px;
	float: left;
}

/* BREADCRUMBS */

.breadcrumb
{
	/*font-family:'Segoe UI';*/
	padding: 0px 0px;
	margin: 0 0 7px;
	list-style: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

	.breadcrumb > li
	{
		display: inline-block;
		*display: inline;
		text-shadow: 0 1px 0 #fff;
		*zoom: 1;
	}

		.breadcrumb > li > .divider
		{
			padding: 0 5px;
			color: #ccc;
		}

	.breadcrumb > .active
	{
		color: #999;
	}

/* DASHBOARD BOXES */

#modal
{
	width: 470px;
	border: 1px solid #CCC;
	box-shadow: 0 1px 2px #CCC;
	border-radius: 3px;
	/*font-family: verdana;*/
	/*margin: 25px auto;*/
	overflow: hidden;
	padding: 2px;
}

	#modal header
	{
		background: #f1f1f1;
		background-image: -webkit-linear-gradient( top, #f1f1f1, #CCC );
		background-image: -ms-linear-gradient( top, #f1f1f1, #CCC );
		background-image: -moz-linear-gradient( top, #f1f1f1, #CCC );
		background-image: -o-linear-gradient( top, #f1f1f1, #CCC );
		box-shadow: 0 1px 2px #888;
		padding: 0px;
	}

	#modal h1
	{
		padding: 0;
		margin: 0;
		font-size: 12px;
		font-weight: bold;
		text-shadow: 0 1px 2px white;
		/*color: #888;*/
		color: #363644;
		text-align: center;
	}

#modal2
{
	width: 450px;
	border: 1px solid #CCC;
	box-shadow: 0 1px 2px #CCC;
	border-radius: 3px;
	font-family: verdana;
	/*margin: 25px auto;*/
	overflow: hidden;
	padding: 2px;
}

	#modal2 header
	{
		background: #f1f1f1;
		background-image: -webkit-linear-gradient( top, #f1f1f1, #CCC );
		background-image: -ms-linear-gradient( top, #f1f1f1, #CCC );
		background-image: -moz-linear-gradient( top, #f1f1f1, #CCC );
		background-image: -o-linear-gradient( top, #f1f1f1, #CCC );
		box-shadow: 0 1px 2px #888;
		padding: 0px;
	}

	#modal2 h1
	{
		padding: 0;
		margin: 0;
		font-size: 12px;
		font-weight: bold;
		text-shadow: 0 1px 2px white;
		color: #363644;
		text-align: center;
	}

#modal3
{
	width: 470px;
	border: 1px solid #CCC;
	box-shadow: 0 1px 2px #CCC;
	border-radius: 3px;
	/*font-family: verdana;*/
	/*margin: 25px auto;*/
	overflow: hidden;
	padding: 2px;
}

	#modal3 header
	{
		background: #f1f1f1;
		background-image: -webkit-linear-gradient( top, #f1f1f1, #CCC );
		background-image: -ms-linear-gradient( top, #f1f1f1, #CCC );
		background-image: -moz-linear-gradient( top, #f1f1f1, #CCC );
		background-image: -o-linear-gradient( top, #f1f1f1, #CCC );
		box-shadow: 0 1px 2px #888;
		padding: 0px;
	}

	#modal3 h1
	{
		padding: 0;
		margin: 0;
		font-size: 12px;
		font-weight: bold;
		text-shadow: 0 1px 2px white;
		color: #363644;
		text-align: center;
	}

.box
{
	border: 2px solid #0094ff;
}

	.box h2
	{
		background: #0094ff;
		color: white;
		font-size: 12px;
		padding: 10px;
	}

	.box p
	{
		color: #333;
		padding: 10px;
	}

.box
{
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

#modal4
{
	width: 450px;
	border: 1px solid #CCC;
	box-shadow: 0 1px 2px #CCC;
	border-radius: 3px;
	/*font-family: verdana;*/
	/*margin: 25px auto;*/
	overflow: hidden;
	padding: 2px;
}

	#modal4 header
	{
		background: #f1f1f1;
		background-image: -webkit-linear-gradient( top, #f1f1f1, #CCC );
		background-image: -ms-linear-gradient( top, #f1f1f1, #CCC );
		background-image: -moz-linear-gradient( top, #f1f1f1, #CCC );
		background-image: -o-linear-gradient( top, #f1f1f1, #CCC );
		box-shadow: 0 1px 2px #888;
		padding: 0px;
	}

	#modal4 h1
	{
		padding: 0;
		margin: 0;
		font-size: 12px;
		font-weight: bold;
		text-shadow: 0 1px 2px white;
		color: #363644;
		text-align: center;
	}
